Method Summary |
|
public void | addSubPage(RegistryPageContributor child) Add child to the list of children. |
public boolean | canAdapt() |
public boolean | contributePropertyPages(PropertyPageManager mng, Object element) |
public IWorkbenchPropertyPage | createPage(Object element) Creates the page based on the information in the configuration element. |
public Object | getAdapter(Class adapter) |
public String | getCategory() Get the id of the category. |
public Object | getChild(String id) Get the child with the given id. |
IConfigurationElement | getConfigurationElement() |
public String | getObjectClass() |
public ImageDescriptor | getPageIcon() Returns page icon as defined in the registry. |
public String | getPageId() Returns page ID as defined in the registry. |
public String | getPageName() Returns page name as defined in the registry. |
public Collection | getSubPages() Return the children of the receiver. |
protected void | initializeEnablement(IConfigurationElement definingElement) |
public boolean | isApplicableTo(Object object) Return true if name filter is not defined in the registry for this page,
or if name of the selected object matches the name filter. |