getAdapter(Class adapter) This implementation of the method declared by IAdaptable
passes the request along to the platform's adapter manager; roughly
Platform.getAdapterManager().getAdapter(this, adapter).
setInitializationData(IConfigurationElement cfig, String propertyName, Object data) The IntroPart implementation of this
IExecutableExtension records the configuration element in
and internal state variable (accessible via getConfigElement).
It also loads the title image, if one is specified in the configuration
element.
This implementation of the method declared by IAdaptable
passes the request along to the platform's adapter manager; roughly
Platform.getAdapterManager().getAdapter(this, adapter).
Subclasses may override this method (however, if they do so, they should
invoke the method on their superclass to ensure that the Platform's
adapter manager is consulted).
Returns the configuration element for this part. The configuration
element comes from the plug-in registry entry for the extension defining
this part.
the configuration element for this part
The base implementation of this
org.eclipse.ui.intro.IIntroPart method ignores the
memento and initializes the part in a fresh state. Subclasses may extend
to perform any state restoration, but must call the super method.
Parameters: site - the intro site Parameters: memento - the intro part state or null if there is noprevious saved state exception: PartInitException - if this part was not initialized successfully
The base implementation of this
org.eclipse.ui.intro.IIntroPart method does nothing.
Subclasses may override.
Parameters: memento - a memento to receive the object state
public void setInitializationData(IConfigurationElement cfig, String propertyName, Object data)(Code)
The IntroPart implementation of this
IExecutableExtension records the configuration element in
and internal state variable (accessible via getConfigElement).
It also loads the title image, if one is specified in the configuration
element. Subclasses may extend.
Should not be called by clients. It is called by the core plugin when
creating this executable extension.