Class UndoInspector


  • public class UndoInspector
    extends SwingOwner
    Swing UI editing for undos.
    • Constructor Detail

      • UndoInspector

        public UndoInspector()
    • Method Detail

      • initUI

        protected void initUI()
        Initialize UI panel (loading it the first time).
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • resetUI

        public void resetUI()
        Updates the UI controls from the current undoer.
        Overrides:
        resetUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • getId

        public int getId​(java.lang.Object anObj)
        Returns a unique id for given source.
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the string used in the inspector window title.