Uses of Interface javax.swing.SingleSelectionModel

Uses in package javax.swing

Classes implementing javax.swing.SingleSelectionModel

class
The default implementation of SingleSelectionModel, used in JTabbedPane, JMenuBar and JPopupMenu.

Fields of type javax.swing.SingleSelectionModel

SingleSelectionModel
The model that describes this JTabbedPane.
SingleSelectionModel
SelectionModel that keeps track of menu selection.

Methods with parameter type javax.swing.SingleSelectionModel

void
This method changes the model property of the JTabbedPane.
void
Sets menuBar's selection model to the one specified
void
Sets selection model for this popup menu

Methods with return type javax.swing.SingleSelectionModel

SingleSelectionModel
This method returns the model used with the JTabbedPane.
SingleSelectionModel
Returns selection model for this menu bar.
SingleSelectionModel
Returns selectionModel used by this popup menu to keep track of the selection.