Package mgui.interfaces.models
Class InterfaceAbstractModel
java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.interfaces.models.InterfaceAbstractModel
- All Implemented Interfaces:
java.lang.Cloneable
,InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,DynamicModel
- Direct Known Subclasses:
AbstractNetworkModel
public abstract class InterfaceAbstractModel extends AbstractInterfaceObject implements DynamicModel
-
Field Summary
Fields inherited from class mgui.interfaces.AbstractInterfaceObject
isDestroyed, tree_nodes
-
Constructor Summary
Constructors Constructor Description InterfaceAbstractModel()
-
Method Summary
Methods inherited from class mgui.interfaces.AbstractInterfaceObject
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode, updateTreeNodes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mgui.models.dynamic.DynamicModel
addListener, addSensor, fireListeners, getComponents, getEnvironment, getSensors, removeListener, removeSensor, reset, setEnvironment
-
Constructor Details
-
InterfaceAbstractModel
public InterfaceAbstractModel()
-