Package com.reportmill.wizard
Class WSSortKeys
java.lang.Object
com.reportmill.wizard.WizardScreen
com.reportmill.wizard.WSSortKeys
A wizard screen used to select sort keys.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddSortKey(String aKey) Adds a sort key.Returns the sort keys list selected by this wizard screen.getUI()Returns the Swing UI panel for this wizard screen.voidmoveSortKey(int anIndex1, int anIndex2) Moves a sort key.voidremoveSort(Object anObj) Removes a sort key.voidresetUI()Update UI.voidRespond to UI.Methods inherited from class com.reportmill.wizard.WizardScreengetWizard
- 
Constructor Details- 
WSSortKeysCreates a new WSHeaderNames.
 
- 
- 
Method Details- 
getSortKeysReturns the sort keys list selected by this wizard screen.
- 
addSortKeyAdds a sort key.
- 
removeSortRemoves a sort key.
- 
moveSortKeypublic void moveSortKey(int anIndex1, int anIndex2) Moves a sort key.
- 
getUIReturns the Swing UI panel for this wizard screen.- Overrides:
- getUIin class- WizardScreen
 
- 
resetUIpublic void resetUI()Update UI.- Overrides:
- resetUIin class- WizardScreen
 
- 
respondUIRespond to UI.- Overrides:
- respondUIin class- WizardScreen
 
 
-