hep.aida.ref.tree
Class MountPoint
java.lang.Object
hep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.tree.Folder
hep.aida.ref.tree.MountPoint
- All Implemented Interfaces:
- hep.aida.dev.IDevManagedObject, IManagedObject, AIDAListener, Connectable
public class MountPoint
- extends Folder
- implements AIDAListener
A mount point allows one tree to be "mounted" in another.
Mount point extends Folder so that it appears as just another folder
to the tree, but it overrides all of Folders methods and forwards
them to the mountPoint within the mounted tree.
stateChanged
public void stateChanged(EventObject e)
- Specified by:
stateChanged in interface AIDAListener
type
public String type()
- Description copied from interface:
IManagedObject
- Get the type of an IManagedObject.
The same string as the ITree::listObjectTypes() returns.
- Specified by:
type in interface IManagedObject- Overrides:
type in class Folder
- Returns:
- The type of the IManagedObject.
getTree
public Tree getTree()
jHepWork 3.2 © jWork.org