|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreeViewable
This interface is used to make a class usable in a tree viewer.
Copyright (c) 2005 Cmpware, Inc. All Rights Reserved.
| Method Summary | |
|---|---|
java.lang.Object[] |
getChildren()
This method returns the children of this object. |
org.eclipse.swt.graphics.Image |
getImage()
This method returns an image used as a decorator. |
java.lang.Object |
getParent()
This method returns the parent of this object. |
java.lang.String |
getText()
This method returns the text string associated with this object. |
boolean |
hasChildren()
This method returns true if this object has children and false otherwise. |
| Method Detail |
|---|
java.lang.Object[] getChildren()
java.lang.Object getParent()
boolean hasChildren()
java.lang.String getText()
org.eclipse.swt.graphics.Image getImage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||