Package com.reportmill.panels
Class UndoInspector
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.UndoInspector
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class UndoInspector extends RMObject 
- 
- 
Constructor SummaryConstructors Constructor Description UndoInspector()Creates a new undo inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the Swing UI panel (loading it the first time).java.lang.StringgetWindowTitle()Returns the string used in the inspector window title.voidresetUI()Updates the UI from the current undoer.voidrespondUI(java.lang.Object anObj)Responds to Swing UI controls.- 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the string used in the inspector window title.
 - 
getUIpublic javax.swing.JPanel getUI() Returns the Swing UI panel (loading it the first time).
 - 
resetUIpublic void resetUI() Updates the UI from the current undoer.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Responds to Swing UI controls.
 
- 
 
-