public class SingleResultNode extends ResultParent implements java.lang.Comparable<SingleResultNode>
Workspace. It also
keeps a reference to its parent node that can either be a
ResultFolder, a SingleResultNode or a VirtualFolder.
It has no child.| Constructor and Description |
|---|
SingleResultNode(org.argeo.eclipse.ui.TreeParent parent,
Node node,
java.lang.String name)
Creates a new UiNode in the UI Tree
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SingleResultNode o) |
java.lang.Object[] |
getChildren()
Override normal behavior : Results have no children for this view
|
Node |
getNode()
returns the node wrapped by the current UI object
|
boolean |
hasChildren() |
protected void |
initialize() |
boolean |
isPassed() |
boolean |
refreshPassedStatus() |
forceFullRefresh, setPassedpublic SingleResultNode(org.argeo.eclipse.ui.TreeParent parent,
Node node,
java.lang.String name)
public boolean refreshPassedStatus()
public Node getNode()
public java.lang.Object[] getChildren()
getChildren in class org.argeo.eclipse.ui.TreeParentpublic boolean hasChildren()
hasChildren in class ResultParentpublic boolean isPassed()
isPassed in class ResultParentprotected void initialize()
initialize in class ResultParentpublic int compareTo(SingleResultNode o)
compareTo in interface java.lang.Comparable<SingleResultNode>Copyright © 2007–2020. All rights reserved.