Class ShapeGeneral


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

      Constructors 
      Constructor Description
      ShapeGeneral()
      Creates a new shape general inspector.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel getUI()
      Returns the Swing UI panel for this inspector.
      java.lang.String getWindowTitle()
      Returns the name to be used in the inspector's window title.
      void resetUI()
      Updates Swing UI controsl from current selection.
      void respondUI​(javax.swing.JComponent anObj)
      Updates current selection from Swing UI controls.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShapeGeneral

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

      • getWindowTitle

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

        public javax.swing.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​(javax.swing.JComponent anObj)
        Updates current selection from Swing UI controls.