public interface NodePropertyProvider
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent(VPTNode node)
Returns the component containing the UI for the properties
of the given node.
|
java.lang.String |
getTitle()
Returns the title of the tab containing this provider's
information.
|
boolean |
isNodeSupported(VPTNode node)
Returns whether this provider can show information for the
given node.
|
boolean isNodeSupported(VPTNode node)
node
- The node.java.lang.String getTitle()
java.awt.Component getComponent(VPTNode node)
node
- The node.