public class WSSortKeys extends WizardScreen
Constructor and Description |
---|
WSSortKeys(Wizard aWizard)
Creates a new WSHeaderNames.
|
Modifier and Type | Method and Description |
---|---|
void |
addSortKey(java.lang.String aKey)
Adds a sort key.
|
java.util.List |
getSortKeys()
Returns the sort keys list selected by this wizard screen.
|
RJPanel |
getUI()
Returns the Swing UI panel for this wizard screen.
|
void |
moveSortKey(int anIndex1,
int anIndex2)
Moves a sort key.
|
void |
removeSort(java.lang.Object anObj)
Removes a sort key.
|
void |
resetUI()
Update UI.
|
void |
respondUI(java.lang.Object anObj)
Respond to UI.
|
getWizard
public WSSortKeys(Wizard aWizard)
public java.util.List getSortKeys()
public void addSortKey(java.lang.String aKey)
public void removeSort(java.lang.Object anObj)
public void moveSortKey(int anIndex1, int anIndex2)
public RJPanel getUI()
getUI
in class WizardScreen
public void resetUI()
resetUI
in class WizardScreen
public void respondUI(java.lang.Object anObj)
respondUI
in class WizardScreen