public interface IContainerNode
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getChildren()
Gets the children.
|
org.eclipse.swt.graphics.Image |
getImage() |
Object |
getParent()
Gets the parent.
|
String |
getText()
Gets the text.
|
boolean |
hasChildren()
Checks for children.
|
Object getParent()
Object[] getChildren()
boolean hasChildren()
String getText()
org.eclipse.swt.graphics.Image getImage()
Copyright © 2018. All rights reserved.