public abstract class AbstractContainerNode extends Object implements IContainerNode
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContainerNode() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getContainerName()
Gets the container name.
|
org.eclipse.swt.graphics.Image |
getImage() |
String |
getText()
Gets the text.
|
boolean |
hasChildren()
Checks for children.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getParentpublic String getText()
IContainerNodegetText in interface IContainerNodeprotected abstract String getContainerName()
public boolean hasChildren()
IContainerNodehasChildren in interface IContainerNodepublic org.eclipse.swt.graphics.Image getImage()
getImage in interface IContainerNodeCopyright © 2018. All rights reserved.