Class RibsPlacement

java.lang.Object
com.ribsapp.panels.RibsPlacement

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

    • RibsPlacement

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

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

      public void respondMinMaxUI(Object anObj, String name, List shapes)