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:
- 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description TreegetTree()voidstateChanged(java.util.EventObject e)java.lang.Stringtype()Get the type of an IManagedObject.-
Methods inherited from class hep.aida.ref.ManagedObject
isFillable, name, setFillable, setName, typeForClass
-
Methods inherited from class hep.aida.ref.event.AIDAObservable
addListener, isConnected, removeAllListeners, removeListener, setConnected, setValid, setValidForAll
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hep.aida.ref.event.Connectable
isConnected, setConnected
-
-
-
-
Method Detail
-
stateChanged
public void stateChanged(java.util.EventObject e)
- Specified by:
stateChangedin interfaceAIDAListener
-
type
public java.lang.String type()
Description copied from interface:IManagedObjectGet the type of an IManagedObject. The same string as the ITree::listObjectTypes() returns.- Specified by:
typein interfaceIManagedObject- Overrides:
typein classFolder- Returns:
- The type of the IManagedObject.
-
getTree
public Tree getTree()
-
-
DMelt 3.0 © DataMelt by jWork.ORG