Class ClassNode
- java.lang.Object
-
- org.neotropic.util.visual.tree.nodes.AbstractNode<ClassMetadataLight>
-
- org.neotropic.kuwaiba.modules.optional.reports.nodes.ClassNode
-
public class ClassNode extends AbstractNode<ClassMetadataLight>
Represents a node in the reports tree.- Author:
- Orlando Paz <orlando.paz@kuwaiba.org>
-
-
Field Summary
-
Fields inherited from class org.neotropic.util.visual.tree.nodes.AbstractNode
displayName, hasChildren, iconUrl, object
-
-
Constructor Summary
Constructors Constructor Description ClassNode(ClassMetadataLight object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractAction[]
getActions()
Actions associated to this nodevoid
refresh(boolean recursive)
What to do when commanded to refresh the node.-
Methods inherited from class org.neotropic.util.visual.tree.nodes.AbstractNode
equals, getDisplayName, getIconUrl, getObject, hashCode, isHasChildren, setDisplayName, setHasChildren, setIconUrl, toString
-
-
-
-
Constructor Detail
-
ClassNode
public ClassNode(ClassMetadataLight object)
-
-
Method Detail
-
getActions
public AbstractAction[] getActions()
Description copied from class:AbstractNode
Actions associated to this node- Specified by:
getActions
in classAbstractNode<ClassMetadataLight>
- Returns:
- An array of actions
-
refresh
public void refresh(boolean recursive)
Description copied from class:AbstractNode
What to do when commanded to refresh the node.- Specified by:
refresh
in classAbstractNode<ClassMetadataLight>
- Parameters:
recursive
- Refresh the children nodes.
-
-