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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
AnimAgentpublic AnimAgent()Creates a new AnimAgent inspector.
 
- 
- 
Method Details- 
getUIReturns the Swing GUI panel to edit AnimAgents.
- 
resetUIpublic void resetUI()Updates the Swing GUI controls from the current anim agent.
- 
respondUIResponds to changes from Swing GUI controls.
- 
getWindowTitleReturns the name of this inspector.
 
-