Package com.ribsapp.panels
Class RibsPlacement
- java.lang.Object
- 
- com.ribsapp.panels.RibsPlacement
 
- 
 public class RibsPlacement extends java.lang.ObjectThis class provides Swing GUI editing for the currently selected shapes location and size.
- 
- 
Constructor SummaryConstructors Constructor Description RibsPlacement()Creates a new placement inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the Swing UI panel for this inspector.java.lang.StringgetWindowTitle()Returns the name to be used in the inspector's window title.voidresetUI()Updates Swing UI controsl from currently selected shape.voidrespondMinMaxUI(java.lang.Object anObj, java.lang.String name, java.util.List shapes)voidrespondUI(java.lang.Object anObj)Updates currently selected shape from Swing UI controls.
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name to be used in the inspector's window title.
 - 
getUIpublic javax.swing.JPanel getUI() Returns the Swing UI panel for this inspector.
 - 
resetUIpublic void resetUI() Updates Swing UI controsl from currently selected shape.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Updates currently selected shape from Swing UI controls.
 - 
respondMinMaxUIpublic void respondMinMaxUI(java.lang.Object anObj, java.lang.String name, java.util.List shapes)
 
- 
 
-