Package com.reportmill.panels
Class AnimScript
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.AnimScript
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class AnimScript extends RMObject This class provides Swing GUI editing for a shapes action script.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classAnimScript.AnimScriptUIAn inner class for AnimScrip UI.
 - 
Constructor SummaryConstructors Constructor Description AnimScript()Creates a new shape action script inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the Swing GUI panel.voidresetUI()Updates the Swing GUI controls from the current shape's action script.voidrespondUI(java.lang.Object anObj)Responds to changes in Swing GUI.- 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
-