Interface | Description |
---|---|
Lockable |
Models can be lockable.
|
Class | Description |
---|---|
BooleanModel |
Stores a listen-able boolean value.
|
ButtonPanel |
Panel showing a checkbox with a title and value.
|
CheckboxPanel |
Panel showing a checkbox with a title and value.
|
ComboboxSelectionPanel<ItemType> |
A GUI that shows panel with given title at the left and a combobox at the
right.
|
DefaultOKCancelDialog |
open a modal OK/Cancel dialog.
|
DirectoryRestrictedFileSystemView | |
ExtendedCheckboxPanel |
Another implementation of the CheckBox Panel.
|
ExtendedComboBoxModel<A> |
Extends the default ListModel by allowing it to be loaded afterwards with
data.
|
ExtendedListModel<A> |
Extends the default ListModel by allowing it to be loaded afterwards with
data.
|
GenericFileFilter |
Filter files with given extension.
|
IntegerModel |
Model for
Integer values. |
IntegerToBoundeRangeAdapter |
Adapts
IntegerModel to BoundedRangeModel so that we can use
it for sliders. |
LabelAndComponent |
Panel with a text on the left and an arbitrary component on the right
|
ListDataListenerAdapter<ItemType> |
Adapts a
Listener into a ListDataListener . |
ListModelAdapter<ItemType> |
Adapter to map
SubsetSelectionModel to ListModel |
MultiListSelectionModel |
Selection model for JList's which allows multiple elements to be selected
by toggling an item when clicked.
|
RadioButtonPanel |
Panel showing a checkbox with a title and value.
|
RepItemVarUI<A> |
Improved version of the ProfileVarUI and AgentVarUI classes.
|
SelectionModelAdapter<ItemType> |
Adapts the
SubsetSelectionModel to a ListSelectionModel . |
SingleSelectionModel<ItemType> |
A model where the user can select a single item from a list of a given type.
|
SliderPanel |
Shows slider plus spinner with optional ticks, optionally logarithmic, and
optionally with percentages
|
SpinnerPanel |
Spinner but with text label.
|
SubsetSelectionModel<ItemType> |
A model for a list of Objects of given ItemType where the user can select a
subset.
|
SubsetSelectionPanel<ItemType> |
A GUI to select a subset from a list of items.
|
SubsetSelectionPanelPlus<ItemType> |
SubsetSelectionPanel with additional border, indicator of number of
selected items, and clear button |
TextModel |
Model behind a text field.
|
TextPanel |
Shows a single text line input area.
|
VflowPanelWithBorder |
vertical flow panel that has a border and a title.
|