Class UndoInspector

java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.UndoInspector
All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class UndoInspector extends RMObject
  • Constructor Details

    • UndoInspector

      public UndoInspector()
      Creates a new undo inspector.
  • Method Details

    • getWindowTitle

      public String getWindowTitle()
      Returns the string used in the inspector window title.
    • getUI

      public 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(Object anObj)
      Responds to Swing UI controls.