Object
IPropertyViewDriver
A default implementation of IPropertyViewDriver.
Object
DefaultPropertyViewDriver
IPropertyViewDriver
Constructor Summary |
Method Summary |
public |
|
public |
|
public |
|
public |
|
public |
|
public | |
public |
|
public |
|
public void |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.ide.ui.propertyeditor. |
|
Constructor Detail |
public DefaultPropertyViewDriver()
Method Detail |
public IPropertyViewDriver.IPropertyViewContext getContext()
Gets the view context for this driver.
publicDescription copied fromStringgetDescription(IElementel)
IPropertyViewDriver.getDescription(IElement)
Related Topics
IPropertyViewDriver.getDescription(IElement)
publicDescription copied fromIElementgetDisplayElement(IElementactiveElement)
IPropertyViewDriver.getDisplayElement(IElement)
Related Topics
IPropertyViewDriver.getDisplayElement(IElement)
publicThe default behavior when an IElement is selected in PropertyView is to find and invoke the IHelpDriver for the view in which the element was selected. This will be a help driver associated with a source or design view, for example.URI[] getHelpContextList(IElementel)
Related Topics
IPropertyViewDriver.getHelpContextList(IElement)
publicDescription copied fromURI[] getHelpContextList(IPropertyNodenode)
IPropertyViewDriver.getHelpContextList(IPropertyNode)
Related Topics
IPropertyViewDriver.getHelpContextList(IPropertyNode)
publicDescription copied fromStringgetLabel(IElementel)
IPropertyViewDriver.getLabel(IElement)
Elements of the same type would have have the same type label, but different instance labels.
Related Topics
IPropertyViewDriver.getLabel(IElement)
publicDescription copied fromListgetProperties(IElementel)
IPropertyViewDriver.getProperties(IElement)
If this element has no displayable properties, an empty List should be returned. Use of Collections.EMPTY_LIST is recommended.
Related Topics
IPropertyViewDriver.getProperties(IElement)
publicDescription copied fromStringgetTypeLabel(IElementel)
IPropertyViewDriver.getTypeLabel(IElement)
Elements of the same type would have have the same type label, but different instance labels.
Related Topics
IPropertyViewDriver.getTypeLabel(IElement)
public void setContext(IPropertyViewDriver.IPropertyViewContext context)
Description copied from IPropertyViewDriver.setContext(IPropertyViewDriver.IPropertyViewContext)
Related Topics
IPropertyViewDriver.setContext(IPropertyViewDriver.IPropertyViewContext)