Documentation of 'hep.aida.ref.ManagedObject' Java class
ManagedObject
hep.aida.ref

Class ManagedObject

    • Constructor Detail

      • ManagedObject

        public ManagedObject(java.lang.String name)
        Creates a new instance of ManagedObject.
        Parameters:
        name - The name of the ManagedObject as it will appear in the Tree.
    • Method Detail

      • setFillable

        public void setFillable(boolean fillable)
        If ManagedObject is fillable, it can modified. othervisw throws ReadOnlyException.
      • isFillable

        public boolean isFillable()
      • name

        public java.lang.String name()
        Get the name of this ManagedObject. Names can only be changed using the ITree.mv().
        Specified by:
        name in interface IManagedObject
        Returns:
        The name of the ManagedObject.
      • setName

        public void setName(java.lang.String name)
        Set the name of this ManagedObject.
        Specified by:
        setName in interface IDevManagedObject
        Parameters:
        name - The new name of the ManagedObject.
      • type

        public java.lang.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
        Returns:
        The type of the IManagedObject.
      • typeForClass

        public static java.lang.String typeForClass(java.lang.Class c)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.