Package com.reportmill.wizard
Class GraphsBar
java.lang.Object
com.reportmill.wizard.Wizard
com.reportmill.wizard.GraphsBar
This wizard subclass is used to create a simple table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RMShape[]
Returns an array of finish shapes.protected void
Does initialization prior to get finish shapes.void
setMaxSelectedPanelIndex
(int anIndex) Override to do some initialization.Methods inherited from class com.reportmill.wizard.Wizard
addScreen, finish, getCategory, getDataSource, getDataSourceDefault, getDescription, getListKey, getMaxSelectedPanelIndex, getName, getPanel, getPanelCount, getPrettyName, getScreen, getSelectedPanel, getSelectedPanelIndex, getThumbnailImage, getWizard, removeScreen, resetUI, respondUI, setCategory, setListKey, setName, setSelectedPanelIndex
-
Constructor Details
-
GraphsBar
public GraphsBar()Creates a tables basic wizard.
-
-
Method Details
-
setMaxSelectedPanelIndex
public void setMaxSelectedPanelIndex(int anIndex) Override to do some initialization.- Overrides:
setMaxSelectedPanelIndex
in classWizard
-
prepareFinishShapes
protected void prepareFinishShapes()Does initialization prior to get finish shapes.- Overrides:
prepareFinishShapes
in classWizard
-
getFinishShapes
Returns an array of finish shapes.- Overrides:
getFinishShapes
in classWizard
-