public abstract class AbstractMultiColumnTreeNode
extends org.eclipse.jface.viewers.TreeNode
Constructor and Description |
---|
AbstractMultiColumnTreeNode(Object... values)
Create a new node
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected abstract Collection<? extends org.eclipse.jface.viewers.TreeNode> |
getChildNodes()
Get the child nodes
|
org.eclipse.jface.viewers.TreeNode[] |
getChildren() |
Object |
getFirstValue()
Get the first value
|
Object |
getValue() |
boolean |
hasChildren() |
int |
hashCode() |
void |
setValues(Object... values)
Set the node value
|
public AbstractMultiColumnTreeNode(Object... values)
values
- the node valuespublic Object getValue()
getValue
in class org.eclipse.jface.viewers.TreeNode
TreeNode.getValue()
public void setValues(Object... values)
values
- the node valuesprotected abstract Collection<? extends org.eclipse.jface.viewers.TreeNode> getChildNodes()
public org.eclipse.jface.viewers.TreeNode[] getChildren()
getChildren
in class org.eclipse.jface.viewers.TreeNode
TreeNode.getChildren()
public boolean hasChildren()
hasChildren
in class org.eclipse.jface.viewers.TreeNode
TreeNode.hasChildren()
public Object getFirstValue()
public int hashCode()
hashCode
in class org.eclipse.jface.viewers.TreeNode
Object.hashCode()
public boolean equals(Object obj)
equals
in class org.eclipse.jface.viewers.TreeNode
Object.equals(Object)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a