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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUI()
Returns the Swing UI panel for this inspector.Returns the name to be used in the inspector's window title.void
resetUI()
Updates Swing UI controsl from current selection.void
respondUI
(JComponent anObj) Updates current selection from Swing UI controls.
-
Constructor Details
-
ShapeGeneral
public ShapeGeneral()Creates a new shape general inspector.
-
-
Method Details
-
getWindowTitle
Returns the name to be used in the inspector's window title. -
getUI
Returns the Swing UI panel for this inspector. -
resetUI
public void resetUI()Updates Swing UI controsl from current selection. -
respondUI
Updates current selection from Swing UI controls.
-