Package com.reportmill.panels
Class AnimAgent
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.AnimAgent
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class AnimAgent extends RMObject This class provides Swing GUI editing for anim agents.
- 
- 
Constructor SummaryConstructors Constructor Description AnimAgent()Creates a new AnimAgent inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the Swing GUI panel to edit AnimAgents.java.lang.StringgetWindowTitle()Returns the name of this inspector.voidresetUI()Updates the Swing GUI controls from the current anim agent.voidrespondUI(java.lang.Object anObj)Responds to changes from Swing GUI controls.- 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Method Detail- 
getUIpublic javax.swing.JPanel getUI() Returns the Swing GUI panel to edit AnimAgents.
 - 
resetUIpublic void resetUI() Updates the Swing GUI controls from the current anim agent.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Responds to changes from Swing GUI controls.
 - 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name of this inspector.
 
- 
 
-