|
Package com.dassault_systemes.PPRNBbase.interfaces |
com.dassault_systemes.PPRNBbase.interfaces.GraphNodeIF
Framework : PPRJNavigatorBase
Module : PPRNBbase
public interface GraphNodeIF
Interface defined to :
- provide a unified API for graphically displaying objects from an external data source
through a set of basic attributes
| public GraphNodeIF[] |
getChildren()
Returns a list of children nodes |
| public String |
getIcon()
Returns a path to the icon file representing the node |
| public PortalUID |
getId()
Returns a PortalUID object identifying the node |
| public String |
getLabel()
Returns the name representing the node |
getChildren
public GraphNodeIF[] getChildren()
Returns a list of children nodes
- Return:
- com.dassault_systemes.PPRNBbase.interfaces.GraphNodeIF[]
- See Also:
- com.dassault_systemes.PPRNBbase.interfaces.GraphNodeIF
getIcon
public String getIcon()
Returns a path to the icon file representing the node
- Return:
- java.lang.String
getId
public PortalUID getId()
Returns a PortalUID object identifying the node
- Return:
- com.dassault_systemes.PPRNBbase.uid.PortalUID
- See Also:
- com.dassault_systemes.PPRNBbase.uid.PortalUID
getLabel
public String getLabel()
Returns the name representing the node
- Return:
- java.lang.String
Copyright © 2000, Dassault Systèmes. All rights reserved