|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectuk.ac.kcl.cch.jb.pliny.views.utils.ResourceExplorerItemBase
uk.ac.kcl.cch.jb.pliny.views.utils.ResourceExplorerRoot
the root object for the Resource Explorer's tree display. Since the
first level of the display is
ObjectType items, it is the job of
this item to track the creation and deletion of ObjectTypes, and
request an update of its children list, and of the viewer, as necessary.
| Field Summary |
| Fields inherited from class uk.ac.kcl.cch.jb.pliny.views.utils.ResourceExplorerItemBase |
myChildren, myView |
| Constructor Summary | |
ResourceExplorerRoot(IResourceTreeView myView)
|
|
| Method Summary | |
boolean |
canModify()
return true if this item's name can be edited within
the Resource Explorer. |
Iterator |
createListIterator()
|
void |
dispose()
performs data cleanup. |
org.eclipse.swt.graphics.Image |
getIcon()
returns the Image to be used as the Icon displayed beside the item in the Resource Explorer tree. |
IResourceExplorerItem |
getParent()
returns the parent item of this item in the Resource Explorer display tree. |
String |
getText()
returns text to be used as the textual label for the tree item display. |
IResourceExplorerItem |
makeChild(Object item)
|
void |
propertyChange(PropertyChangeEvent arg0)
|
void |
setText(String name)
changes text to be displayed as the label to the given text. |
| Methods inherited from class uk.ac.kcl.cch.jb.pliny.views.utils.ResourceExplorerItemBase |
getAssociatedObject, getBaseObject, getChildren, getChildrenList, getMyView, getNumberChildren, getPageNumber, hasChildren, setBaseObject, updateMyChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResourceExplorerRoot(IResourceTreeView myView)
| Method Detail |
public void dispose()
IResourceExplorerItem
dispose in interface IResourceExplorerItemdispose in class ResourceExplorerItemBasepublic void propertyChange(PropertyChangeEvent arg0)
propertyChange in interface PropertyChangeListenerpropertyChange in class ResourceExplorerItemBasepublic String getText()
IResourceExplorerItem
getText in interface IResourceExplorerItemgetText in class ResourceExplorerItemBasepublic void setText(String name)
IResourceExplorerItem
setText in interface IResourceExplorerItemsetText in class ResourceExplorerItemBasepublic boolean canModify()
IResourceExplorerItemtrue if this item's name can be edited within
the Resource Explorer.
canModify in interface IResourceExplorerItemcanModify in class ResourceExplorerItemBasepublic org.eclipse.swt.graphics.Image getIcon()
IResourceExplorerItem
getIcon in interface IResourceExplorerItemgetIcon in class ResourceExplorerItemBasepublic IResourceExplorerItem getParent()
IResourceExplorerItem
getParent in interface IResourceExplorerItemgetParent in class ResourceExplorerItemBasepublic Iterator createListIterator()
createListIterator in class ResourceExplorerItemBasepublic IResourceExplorerItem makeChild(Object item)
makeChild in class ResourceExplorerItemBase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||