Class ScriptNode
- java.lang.Object
-
- org.neotropic.util.visual.tree.nodes.AbstractNode<ScriptedQuery>
-
- org.neotropic.kuwaiba.modules.core.queries.nodes.ScriptNode
-
public class ScriptNode extends AbstractNode<ScriptedQuery>
Represents a node in the scripts 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 ScriptNode(ScriptedQuery 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
-
ScriptNode
public ScriptNode(ScriptedQuery object)
-
-
Method Detail
-
getActions
public AbstractAction[] getActions()
Description copied from class:AbstractNode
Actions associated to this node- Specified by:
getActions
in classAbstractNode<ScriptedQuery>
- 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<ScriptedQuery>
- Parameters:
recursive
- Refresh the children nodes.
-
-