g-Eclipse
Release 1.0.0

eu.geclipse.info.model
Class InfoTopTreeElement

java.lang.Object
  extended by eu.geclipse.info.model.InfoTopTreeElement

public class InfoTopTreeElement
extends java.lang.Object

The elements that will be shown as the top tree elements in the info view.


Constructor Summary
InfoTopTreeElement(java.util.ArrayList<InfoTopTreeCategory> glueInfoTopTreeCategory, java.lang.String displayName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDisplayName()
          The name to display in the info view
 java.util.ArrayList<InfoTopTreeCategory> getGlueInfoTopTreeCategory()
          Get the GlueInfoTopTreeCategory.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoTopTreeElement

public InfoTopTreeElement(java.util.ArrayList<InfoTopTreeCategory> glueInfoTopTreeCategory,
                          java.lang.String displayName)
Parameters:
glueInfoTopTreeCategory - a GlueInfoTopTreeCategory
displayName - The name to display in the info view
Method Detail

getGlueInfoTopTreeCategory

public java.util.ArrayList<InfoTopTreeCategory> getGlueInfoTopTreeCategory()
Get the GlueInfoTopTreeCategory.

Returns:
a GlueInfoTopTreeCategory or null

getDisplayName

public java.lang.String getDisplayName()
The name to display in the info view

Returns:
A String with the name to display in the info view or an empty string

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

g-Eclipse
Release 1.0.0