Method Summary |
|
public IWorkingSetElementAdapter | createWorkingSetElementAdapter() Creates a working set element adapter. |
public IWorkingSetPage | createWorkingSetPage() Creates a working set page from this extension descriptor. |
public IWorkingSetUpdater | createWorkingSetUpdater() Creates a working set updater. |
public IConfigurationElement | getConfigurationElement() Return the config element for this descriptor. |
public String | getDeclaringNamespace() Returns the name space that declares this working set. |
public String | getDescription() Return the description for this working set type.
the description for this type. |
public String | getElementAdapterNamespace() Return the namespace that contains the class referenced by the
elementAdapterClass. |
public ImageDescriptor | getIcon() |
public String | getId() Returns the working set page id. |
public String | getLocalId() |
public String | getName() Returns the name of the working set element type the
page works with. |
public String | getPageClassName() |
public String | getPluginId() |
public String | getUpdaterClassName() |
public String | getUpdaterNamespace() Return the namespace that contains the class referenced by the
updaterClass. |
public boolean | isEditable() Returns whether working sets based on this descriptor are editable. |
public boolean | isElementAdapterClassLoaded() |
public boolean | isUpdaterClassLoaded() |