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 fromString
getDescription(IElement
el)
IPropertyViewDriver.getDescription(IElement)
Related Topics
IPropertyViewDriver.getDescription(IElement)
publicDescription copied fromIElement
getDisplayElement(IElement
activeElement)
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(IElement
el)
Related Topics
IPropertyViewDriver.getHelpContextList(IElement)
publicDescription copied fromURI
[] getHelpContextList(IPropertyNode
node)
IPropertyViewDriver.getHelpContextList(IPropertyNode)
Related Topics
IPropertyViewDriver.getHelpContextList(IPropertyNode)
publicDescription copied fromString
getLabel(IElement
el)
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 fromList
getProperties(IElement
el)
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 fromString
getTypeLabel(IElement
el)
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)