Class ShapeGeneral

java.lang.Object
com.reportmill.panels.ShapeGeneral

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

    • ShapeGeneral

      public ShapeGeneral()
      Creates a new shape general inspector.
  • Method Details

    • getWindowTitle

      public String getWindowTitle()
      Returns the name to be used in the inspector's window title.
    • getUI

      public JPanel getUI()
      Returns the Swing UI panel for this inspector.
    • resetUI

      public void resetUI()
      Updates Swing UI controsl from current selection.
    • respondUI

      public void respondUI(JComponent anObj)
      Updates current selection from Swing UI controls.