Package com.ribsapp.panels
Class RibsGeneral
- java.lang.Object
- 
- com.ribsapp.panels.RibsGeneral
 
- 
 public class RibsGeneral extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRibsGeneral.CallbackFocusListenerFocusListener implementation to add nice editing behavior to CallbackText.
 - 
Constructor SummaryConstructors Constructor Description RibsGeneral()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanelgetUI()Returns the Swing UI panel for the inspector.java.lang.StringgetWindowTitle()Returns the name to be used in the inspector's window title.voidresetUI()Updates the Swing UI control from the currently selected shape.voidrespondUI(java.lang.Object anObj)Updates the currently selected shape from the UI controls.
 
- 
- 
- 
Method Detail- 
getUIpublic RJPanel getUI() Returns the Swing UI panel for the inspector.
 - 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name to be used in the inspector's window title.
 - 
resetUIpublic void resetUI() Updates the Swing UI control from the currently selected shape.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Updates the currently selected shape from the UI controls.
 
- 
 
-