Package com.reportmill.wizard
Class TablesBasic
- java.lang.Object
 - 
- com.reportmill.wizard.Wizard
 - 
- com.reportmill.wizard.TablesBasic
 
 
 
- 
- Direct Known Subclasses:
 TablesGrouping
public class TablesBasic extends Wizard
This wizard subclass is used to create a simple table. 
- 
- 
Constructor Summary
Constructors Constructor Description TablesBasic()Creates a tables basic wizard. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RMShape[]getFinishShapes()Returns an array of finish shapes.protected voidprepareFinishShapes()Does initialization prior to get finish shapes.voidsetMaxSelectedPanelIndex(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setMaxSelectedPanelIndex
public void setMaxSelectedPanelIndex(int anIndex)
Override to do some initialization.- Overrides:
 setMaxSelectedPanelIndexin classWizard
 
- 
prepareFinishShapes
protected void prepareFinishShapes()
Does initialization prior to get finish shapes.- Overrides:
 prepareFinishShapesin classWizard
 
- 
getFinishShapes
protected RMShape[] getFinishShapes()
Returns an array of finish shapes.- Overrides:
 getFinishShapesin classWizard
 
 - 
 
 -