Package com.ribsapp.panels
Class RibsPlacement
java.lang.Object
com.ribsapp.panels.RibsPlacement
This class provides Swing GUI editing for the currently selected shapes location and size.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUI()
Returns the Swing UI panel for this inspector.Returns the name to be used in the inspector's window title.void
resetUI()
Updates Swing UI controsl from currently selected shape.void
respondMinMaxUI
(Object anObj, String name, List shapes) void
Updates currently selected shape from Swing UI controls.
-
Constructor Details
-
RibsPlacement
public RibsPlacement()Creates a new placement inspector.
-
-
Method Details
-
getWindowTitle
Returns the name to be used in the inspector's window title. -
getUI
Returns the Swing UI panel for this inspector. -
resetUI
public void resetUI()Updates Swing UI controsl from currently selected shape. -
respondUI
Updates currently selected shape from Swing UI controls. -
respondMinMaxUI
-