Package com.reportmill.panels
Class ShapeGeneral
- java.lang.Object
- 
- com.reportmill.panels.ShapeGeneral
 
- 
 public class ShapeGeneral extends java.lang.ObjectAn inspector for general shape attributes, like property keys, name, text wrap around, etc.
- 
- 
Constructor SummaryConstructors Constructor Description ShapeGeneral()Creates a new shape general 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 current selection.voidrespondUI(javax.swing.JComponent anObj)Updates current selection 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 current selection.
 - 
respondUIpublic void respondUI(javax.swing.JComponent anObj) Updates current selection from Swing UI controls.
 
- 
 
-