|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
GenericSelectionModel<E> | Model which keeps track of a single element selected from a group. |
Class Summary | |
---|---|
ActionRepeater | Provides a means of repeating an action as long as a certain button is pressed. |
DefaultGenericSelectionModel<E> | A default implementation of GenericSelectionModel . |
GenericSelectionGroup<E> | Acts like a button group with associated generic selection model for
type E . |
SelectionGroup | Acts like a button group with associated single selection model. |
SelectOnFocusGained | Focus listener which automatically selects the contents of a text component when it gains focus. |
StandardButtons | Helper class which allows creation of 'standard' buttons (OK, Cancel, ...) with captions and mnemonics retrieved from the user interface manager. |
SwirlUtilities | General Swing or SWIRL related methods. |
Various simple classes that do not fit into one of the other packages of this library. See documentation of each individual class for more information.
SelectionGroup
acts like a button group
with an associated single selection model. This is useful when two button groups
need to be 'synchronized', or when the program needs to know which of
the buttons in the group is selected.GenericSelectionGroup
is very similar to
SelectionGroup
but associates an object of a fixed
type with each selection - instead of an index. The associated model
of type GenericSelectionModel<E>
is
used by the MenuBuilder
.StandardButtons
allows creation of OK, Cancel,
Yes and No buttons with captions and mnemonics from the current look and feel.ActionRepeater
allows you to have an action repeated
at regular intervals while an associated button is kept pressed down.SwirlUtilities
contains some utilities
which retrieve descendant components by name. SelectOnFocusGained
selects the contents of text fields when they gain focus.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |