Class ShapeGeneral


public class ShapeGeneral extends RMTool
An inspector for general shape attributes, like property keys, name, text wrap around, etc.
  • Constructor Details

    • ShapeGeneral

      public ShapeGeneral()
  • Method Details

    • initUI

      protected void initUI()
      Initialize UI panel for this inspector.
      Overrides:
      initUI in class UIOwner
    • resetUI

      public void resetUI()
      Updates Swing UI controsl from current selection.
      Overrides:
      resetUI in class UIOwner
    • respondUI

      public void respondUI(SwingEvent anEvent)
      Updates current selection from Swing UI controls.
    • getWindowTitle

      public String getWindowTitle()
      Returns the name to be used in the inspector's window title.
      Overrides:
      getWindowTitle in class RMTool