|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodePropertyProvider
Defines the interface for providing custom properties about a node. When showing the node properties dialog, a new tab will be created for each available provider.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean isNodeSupported(VPTNode node)
node
- The node.
java.lang.String getTitle()
java.awt.Component getComponent(VPTNode node)
node
- The node.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |