|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.core.SystemPropertyPageExtension
Represents a registered remote system property page. These are registered via our propertyPages extension point.
This class encapsulates all the information supplied by the extension xml.
ISystemRemoteElementAdapter| Constructor Summary | |
|---|---|
SystemPropertyPageExtension(IConfigurationElement element)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
appliesTo(ISystemRemoteElementAdapter adapter,
Object element)
Given an ISystemRemoteElement, return true if that element should show this property page. |
boolean |
canAdapt()
see IObjectContributor#canAdapt() |
boolean |
contributePropertyPages(PropertyPageManager manager,
Object object)
Implement this method to add instances of PropertyPage class to the property page manager. |
IWorkbenchPropertyPage |
createPage(Object element)
Creates the page based on the information in the configuration element. |
protected Bundle |
getBundle(IConfigurationElement element)
|
String |
getCategoryFilter()
Getter method. |
String |
getId()
Getter method. |
ImageDescriptor |
getImage()
Getter method. |
String |
getName()
Getter method. |
String |
getNameFilter()
Getter method. |
protected ImageDescriptor |
getPluginImage(IConfigurationElement element,
String fileName)
Retrieve image in given plugin's directory tree, given its file name. |
IWorkbenchPropertyPage |
getPropertyPage()
Instantiate and return the class that implements IWorkbenchPropertyPage |
String |
getSubSubTypeFilter()
Getter method. |
String |
getSubSystemConfigurationCategoryFilter()
Getter method. |
String |
getSubSystemConfigurationId()
Getter method. |
String |
getSubTypeFilter()
Getter method. |
String |
getSystemTypesFilter()
Getter method. |
String |
getTypeFilter()
Getter method. |
boolean |
isApplicableTo(Object object)
Returns true if this contributor should be considered for the given object. |
boolean |
isAtTop()
Getter method. |
void |
setAtTop(boolean atTop)
Set the at top attribute |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SystemPropertyPageExtension(IConfigurationElement element)
| Method Detail |
public String getName()
public String getId()
public ImageDescriptor getImage()
public boolean isAtTop()
public void setAtTop(boolean atTop)
public String getCategoryFilter()
public String getNameFilter()
public String getTypeFilter()
public String getSubTypeFilter()
public String getSubSubTypeFilter()
public String getSubSystemConfigurationId()
public String getSubSystemConfigurationCategoryFilter()
public String getSystemTypesFilter()
protected ImageDescriptor getPluginImage(IConfigurationElement element,
String fileName)
protected Bundle getBundle(IConfigurationElement element)
public boolean appliesTo(ISystemRemoteElementAdapter adapter,
Object element)
public IWorkbenchPropertyPage getPropertyPage()
public String toString()
public boolean contributePropertyPages(PropertyPageManager manager,
Object object)
contributePropertyPages in interface IPropertyPageContributorpublic boolean isApplicableTo(Object object)
isApplicableTo in interface IObjectContributorpublic IWorkbenchPropertyPage createPage(Object element)
public boolean canAdapt()
canAdapt in interface IObjectContributor
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||