|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.common.ui.viewers.DefaultTreeNode
public abstract class DefaultTreeNode
A default abstract implementation of the tree node.
Parent node is as specified at construction time.
By default assumes that there is no child, thus returns null to getChildren()
implementation.
Constructor Summary | |
---|---|
DefaultTreeNode(ITreeNode parent_p)
Constructor. |
Method Summary | |
---|---|
int |
comparisonPriority()
An integer value that represents the priority of this kind of node. |
ITreeNode[] |
getChildren()
Get children nodes. |
ITreeNode |
getParent()
Get parent node. |
boolean |
hasChildren()
Has current node any children ? |
boolean |
isHandling(Object element_p)
Is node handling/representing given element ? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultTreeNode(ITreeNode parent_p)
parent_p
- Method Detail |
---|
public ITreeNode[] getChildren()
ITreeNode
getChildren
in interface ITreeNode
ITreeNode.getChildren()
public ITreeNode getParent()
ITreeNode
getParent
in interface ITreeNode
ITreeNode.getParent()
public boolean hasChildren()
ITreeNode
hasChildren
in interface ITreeNode
ITreeNode.hasChildren()
public boolean isHandling(Object element_p)
ITreeNode
isHandling
in interface ITreeNode
ITreeNode.isHandling(java.lang.Object)
public int comparisonPriority()
ITreeNode
ITreeNode
.
comparisonPriority
in interface ITreeNode
ITreeNode.comparisonPriority()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.