|
|
javax > javax.swing > javax.swing.defaultsingleselectionmodel >
Class: javax.swing.DefaultSingleSelectionModel java.lang.Object javax.swing.DefaultSingleSelectionModel
public class DefaultSingleSelectionModel extends Object implements SingleSelectionModel, Serializable
FIELDS:
CONSTRUCTORS:
| | | public | DefaultSingleSelectionModel() |
| |
|
|
|
METHODS:
| | | | public | void | addChangeListener(ChangeListener l) |
| | public | void | clearSelection() |
| | protected | void | fireStateChanged() |
| | public | ChangeListener[] | getChangeListeners() |
| | public | Object[] | getListeners(Class listenerType) Throws: ClassCastException |
| | public | int | getSelectedIndex() |
| | public | boolean | isSelected() |
| | public | void | removeChangeListener(ChangeListener l) |
| | public | void | setSelectedIndex(int index) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|