Package com.reportmill.panels
Class AnimAgent
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.AnimAgent
- All Implemented Interfaces:
RMArchiver.Archiving
,Cloneable
This class provides Swing GUI editing for anim agents.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
AnimAgent
public AnimAgent()Creates a new AnimAgent inspector.
-
-
Method Details
-
getUI
Returns the Swing GUI panel to edit AnimAgents. -
resetUI
public void resetUI()Updates the Swing GUI controls from the current anim agent. -
respondUI
Responds to changes from Swing GUI controls. -
getWindowTitle
Returns the name of this inspector.
-