|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.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. *
Field Summary | |
---|---|
static String |
copyright
|
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,
IAdaptable object)
Implement this method to add instances of PropertyPage class to the * property page manager |
IWorkbenchPropertyPage |
createPage(IAdaptable element)
Creates the page based on the information in the configuration element. |
protected org.osgi.framework.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 |
getSubSystemFactoryCategoryFilter()
Getter method |
String |
getSubSystemFactoryId()
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 |
Field Detail |
public static final String copyright
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 getSubSystemFactoryId()
public String getSubSystemFactoryCategoryFilter()
public String getSystemTypesFilter()
protected ImageDescriptor getPluginImage(IConfigurationElement element, String fileName)
protected org.osgi.framework.Bundle getBundle(IConfigurationElement element)
public boolean appliesTo(ISystemRemoteElementAdapter adapter, Object element)
public IWorkbenchPropertyPage getPropertyPage()
public String toString()
public boolean contributePropertyPages(PropertyPageManager manager, IAdaptable object)
public boolean isApplicableTo(Object object)
public IWorkbenchPropertyPage createPage(IAdaptable element)
public boolean canAdapt()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |