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 Summary
Constructors Constructor Description UndoInspector()
Creates a new undo inspector.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanel
getUI()
Returns the Swing UI panel (loading it the first time).java.lang.String
getWindowTitle()
Returns the string used in the inspector window title.void
resetUI()
Updates the UI from the current undoer.void
respondUI(java.lang.Object anObj)
Responds to Swing UI controls.-
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
-
-
-
Method Detail
-
getWindowTitle
public java.lang.String getWindowTitle()
Returns the string used in the inspector window title.
-
getUI
public javax.swing.JPanel getUI()
Returns the Swing UI panel (loading it the first time).
-
resetUI
public void resetUI()
Updates the UI from the current undoer.
-
respondUI
public void respondUI(java.lang.Object anObj)
Responds to Swing UI controls.
-
-