Class RibsPlacement


  • public class RibsPlacement
    extends java.lang.Object
    This class provides Swing GUI editing for the currently selected shapes location and size.
    • Constructor Summary

      Constructors 
      Constructor Description
      RibsPlacement()
      Creates a new placement 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 currently selected shape.
      void respondMinMaxUI​(java.lang.Object anObj, java.lang.String name, java.util.List shapes)  
      void respondUI​(java.lang.Object anObj)
      Updates currently selected shape from Swing UI controls.
      • Methods inherited from class java.lang.Object

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

      • RibsPlacement

        public RibsPlacement()
        Creates a new placement 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 currently selected shape.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates currently selected shape from Swing UI controls.
      • respondMinMaxUI

        public void respondMinMaxUI​(java.lang.Object anObj,
                                    java.lang.String name,
                                    java.util.List shapes)