| javax.swing.JDialog jimm.datavision.gui.EditWin jimm.datavision.gui.TwoListWin
All known Subclasses: jimm.datavision.gui.GroupWin, jimm.datavision.gui.SortWin,
PROTOTYPE_CELL_VALUE | final protected static String PROTOTYPE_CELL_VALUE(Code) | | |
addOneaddAllremoveOneremoveAll | protected JButton addOneaddAllremoveOneremoveAll(Code) | | |
ascendingRButtondescendingRButton | protected JRadioButton ascendingRButtondescendingRButton(Code) | | |
TwoListWin | public TwoListWin(Designer designer, String title, String commandNameKey, String rightBoxTitleKey, Report report)(Code) | | Constructor.
Parameters: designer - the window to which this dialog belongs Parameters: title - the window title Parameters: commandNameKey - the I18N command name lookup key Parameters: rightBoxTitleKey - the I18N lookup key for the right box title Parameters: report - the...um...I forgot |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Handles all buttons except ascending and descending sort order.
|
adjustButtons | protected void adjustButtons()(Code) | | |
buildWindow | protected void buildWindow(String rightBoxTitleKey)(Code) | | Builds the window contents.
Parameters: rightBoxTitleKey - the I18N lookup key for the right box title |
fillListModels | abstract protected void fillListModels()(Code) | | |
moveToLeft | protected void moveToLeft(int index)(Code) | | Moves the specified item number from the right to the left list
and calls
TwoListWin.adjustButtons .
Parameters: index - the item number to move |
moveToLeft | protected void moveToLeft(int index, boolean callAdjustButtons)(Code) | | Moves the specified item number from the right to the left list
and optionally calls
TwoListWin.adjustButtons .
Parameters: index - the item number to move Parameters: callAdjustButtons - if true , make it so |
moveToRight | protected void moveToRight(int index)(Code) | | Moves the specified item number from the left to the right list
and calls
TwoListWin.adjustButtons .
Parameters: index - the item number to move |
moveToRight | protected void moveToRight(int index, boolean callAdjustButtons)(Code) | | Moves the specified item number from the left to the right list
and optionally calls
TwoListWin.adjustButtons .
Parameters: index - the item number to move Parameters: callAdjustButtons - if true , make it so |
|
|