Java weka.gui JListHelper fields, constructors, methods, implement or subclass

Example usage for Java weka.gui JListHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui JListHelper.

The text is from its open source code.

Method

booleancanMoveDown(JList list)
checks whether the selected items can be moved down
booleancanMoveUp(JList list)
checks whether the selected items can be moved up
voidmoveDown(JList list)
moves the selected item down by 1
voidmoveUp(JList list)
moves the selected items up by 1