Package com.dassault_systemes.PPRNBbase.interfaces

   
Interface GraphNodeIF

 
Class Hierarchy
com.dassault_systemes.PPRNBbase.interfaces.GraphNodeIF
Class Location

Framework : PPRJNavigatorBase

Module : PPRNBbase

Class Description

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

Field Summary

Constructor Summary

Method Summary
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


Field Detail

Constructor Detail

Method Detail

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