| |
|
| java.lang.Object org.eclipse.ui.model.WorkbenchAdapter org.eclipse.ui.internal.preferences.PreferenceTransferElement
Inner Class :class PreferenceFilter implements IPreferenceFilter | |
PreferenceTransferElement | public PreferenceTransferElement(IConfigurationElement configurationElement)(Code) | | Create a new instance of this class
Parameters: configurationElement - |
getConfigurationElement | public IConfigurationElement getConfigurationElement()(Code) | | IConfigurationElement |
getDescription | public String getDescription()(Code) | | Answer the description parameter of this element
java.lang.String |
getFilter | public IPreferenceFilter getFilter() throws CoreException(Code) | | Answer the preference filter of this element
If the class attribute is specified it will be used, if not then look to the
java.lang.String throws: CoreException - |
getID | public String getID()(Code) | | Answer the id as specified in the extension.
java.lang.String |
getImageDescriptor | public ImageDescriptor getImageDescriptor()(Code) | | Answer the icon of this element.
an image descriptor |
getName | public String getName()(Code) | | Returns the name of this preference transfer element.
the name of the element |
Fields inherited from org.eclipse.ui.model.WorkbenchAdapter | final protected static Object[] NO_CHILDREN(Code)(Java Doc)
|
|
|
|