Example usage for Java weka.gui JListHelper fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | canMoveDown(JList list) checks whether the selected items can be moved down |
boolean | canMoveUp(JList list) checks whether the selected items can be moved up |
void | moveDown(JList list) moves the selected item down by 1 |
void | moveUp(JList list) moves the selected items up by 1 |