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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected RMShape[]Returns an array of finish shapes.protected voidDoes initialization prior to get finish shapes.voidsetMaxSelectedPanelIndex(int anIndex) Override to do some initialization.Methods inherited from class com.reportmill.wizard.WizardaddScreen, 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- 
GraphsBarpublic GraphsBar()Creates a tables basic wizard.
 
- 
- 
Method Details- 
setMaxSelectedPanelIndexpublic void setMaxSelectedPanelIndex(int anIndex) Override to do some initialization.- Overrides:
- setMaxSelectedPanelIndexin class- Wizard
 
- 
prepareFinishShapesprotected void prepareFinishShapes()Does initialization prior to get finish shapes.- Overrides:
- prepareFinishShapesin class- Wizard
 
- 
getFinishShapesReturns an array of finish shapes.- Overrides:
- getFinishShapesin class- Wizard
 
 
-