Package com.reportmill.panels
Class UndoInspector
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.UndoInspector
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
UndoInspectorpublic UndoInspector()Creates a new undo inspector.
 
- 
- 
Method Details- 
getWindowTitleReturns the string used in the inspector window title.
- 
getUIReturns the Swing UI panel (loading it the first time).
- 
resetUIpublic void resetUI()Updates the UI from the current undoer.
- 
respondUIResponds to Swing UI controls.
 
-