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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSortKey
(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.void
moveSortKey
(int anIndex1, int anIndex2) Moves a sort key.void
removeSort
(Object anObj) Removes a sort key.void
resetUI()
Update UI.void
Respond to UI.Methods inherited from class com.reportmill.wizard.WizardScreen
getWizard
-
Constructor Details
-
WSSortKeys
Creates a new WSHeaderNames.
-
-
Method Details
-
getSortKeys
Returns the sort keys list selected by this wizard screen. -
addSortKey
Adds a sort key. -
removeSort
Removes a sort key. -
moveSortKey
public void moveSortKey(int anIndex1, int anIndex2) Moves a sort key. -
getUI
Returns the Swing UI panel for this wizard screen.- Overrides:
getUI
in classWizardScreen
-
resetUI
public void resetUI()Update UI.- Overrides:
resetUI
in classWizardScreen
-
respondUI
Respond to UI.- Overrides:
respondUI
in classWizardScreen
-