org.eclipse.higgins.idas.api.model
Interface IDisplayData


public interface IDisplayData

Represents an information which could be used for visual representation of node.

See Also:
http://www.eclipse.org/higgins/ontologies/2006/display-data

Method Summary
 String getDescription()
          Returns extended description of the node.
 URL getImage()
          Returns an URL of the image which could be used for visual representation of node or null if not available.
 String getLabel()
          Returns display label of node.
 int getOrder()
          Returns an information on display order of node which could be used for visual representation of node.
 

Method Detail

getLabel

public String getLabel()
Returns display label of node.

Returns:
String containing display label of node.

getDescription

public String getDescription()
Returns extended description of the node.

Returns:
String containing extended description of node or null if not available.

getImage

public URL getImage()
Returns an URL of the image which could be used for visual representation of node or null if not available.


getOrder

public int getOrder()
Returns an information on display order of node which could be used for visual representation of node.

Returns:
positive int value which represents display order of node or 0 if not availabe.