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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetUI()Returns the Swing UI panel for this inspector.Returns the name to be used in the inspector's window title.voidresetUI()Updates Swing UI controsl from currently selected shape.voidrespondMinMaxUI(Object anObj, String name, List shapes) voidUpdates currently selected shape from Swing UI controls.
- 
Constructor Details- 
RibsPlacementpublic RibsPlacement()Creates a new placement inspector.
 
- 
- 
Method Details- 
getWindowTitleReturns the name to be used in the inspector's window title.
- 
getUIReturns the Swing UI panel for this inspector.
- 
resetUIpublic void resetUI()Updates Swing UI controsl from currently selected shape.
- 
respondUIUpdates currently selected shape from Swing UI controls.
- 
respondMinMaxUI
 
-