| java.lang.Object org.eclipse.ui.examples.propertysheet.OrganizationElement
All known Subclasses: org.eclipse.ui.examples.propertysheet.GroupElement, org.eclipse.ui.examples.propertysheet.UserElement,
OrganizationElement | abstract public class OrganizationElement implements IAdaptable,IPropertySource,IWorkbenchAdapter(Code) | | An Organization Element
|
OrganizationElement | OrganizationElement(String name, GroupElement parent)(Code) | | Constructor.
Creates a new OrganizationElement within the passed parent GroupElement,
Parameters: name - the name Parameters: parent - the parent |
delete | public void delete()(Code) | | Deletes this OrganizationElement from its parentGroup
|
getDescriptors | static Vector getDescriptors()(Code) | | Returns the descriptors
|
getImageDescriptor | public ImageDescriptor getImageDescriptor(Object object)(Code) | | |
getPropertyValue | public Object getPropertyValue(Object propKey)(Code) | | The OrganizationElement implementation of this
IPropertySource method returns the following properties
1) P_NAME returns String, name of this element
this property key is defined in IBasicPropertyConstants
|
isGroup | public boolean isGroup()(Code) | | Hook. Implemented by GroupElement for use instead of instanceof
boolean |
isPropertySet | public boolean isPropertySet(Object property)(Code) | | |
isUser | public boolean isUser()(Code) | | Hook. Implemented by UserElement for use instead of instanceof
boolean |
resetPropertyValue | public void resetPropertyValue(Object property)(Code) | | |
setImageDescriptor | void setImageDescriptor(ImageDescriptor desc)(Code) | | Sets the image descriptor
|
setParent | void setParent(GroupElement newParent)(Code) | | Sets this instance's parent back pointer.
|
setPropertyValue | public void setPropertyValue(Object name, Object value)(Code) | | The OrganizationElement implementation of this
IPropertySource method returns the following properties
defines the following Setable properties
1) P_NAME, expects String, sets the name of this OrganizationElement
|
|
|