|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.tree.Folder
hep.aida.ref.tree.MountPoint
public class MountPoint
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(java.util.EventObject e)
|
java.lang.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 |
---|
public void stateChanged(java.util.EventObject e)
stateChanged
in interface AIDAListener
public java.lang.String type()
type
in interface hep.aida.IManagedObject
type
in class Folder
public Tree getTree()
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |