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
PortalUID getId()
GraphNodeIF[] getChildren()
String getIcon()
String getLabel()


Field Detail

Constructor Detail

Method Detail

getId

    PortalUID getId()

Returns a PortalUID object identifying the node

Returns:
com.dassault_systemes.PPRNBbase.uid.PortalUID
See Also:
com.dassault_systemes.PPRNBbase.uid.PortalUID

getChildren

    GraphNodeIF[] getChildren()

Returns a list of children nodes

Returns:
com.dassault_systemes.PPRNBbase.interfaces.GraphNodeIF[]
See Also:
com.dassault_systemes.PPRNBbase.interfaces.GraphNodeIF

getIcon

    String getIcon()

Returns a path to the icon file representing the node

Returns:
java.lang.String

getLabel

    String getLabel()

Returns the name representing the node

Returns:
java.lang.String


Copyright © 2000, Dassault Systèmes. All rights reserved