Package com.reportmill.panels
Class ShapeGeneral
java.lang.Object
com.reportmill.panels.ShapeGeneral
An inspector for general shape attributes, like property keys, name, text wrap around, etc.
- 
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 current selection.voidrespondUI(JComponent anObj) Updates current selection from Swing UI controls.
- 
Constructor Details- 
ShapeGeneralpublic ShapeGeneral()Creates a new shape general 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 current selection.
- 
respondUIUpdates current selection from Swing UI controls.
 
-