hep.aida.ref.tree
Class MountPoint

java.lang.Object
  extended by hep.aida.ref.event.AIDAObservable
      extended by hep.aida.ref.ManagedObject
          extended by hep.aida.ref.tree.Folder
              extended by hep.aida.ref.tree.MountPoint
All Implemented Interfaces:
hep.aida.dev.IDevManagedObject, hep.aida.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
 Tree getTree()
           
 void stateChanged(EventObject e)
           
 String type()
           
 
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(EventObject e)
Specified by:
stateChanged in interface AIDAListener

type

public String type()
Specified by:
type in interface hep.aida.IManagedObject
Overrides:
type in class Folder

getTree

public Tree getTree()


jHepWork 3.0 ©