Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.mainwnd | |
net.sf.jguiraffe.examples.tutorial.viewset | |
net.sf.jguiraffe.gui.builder.components.model |
In this package interfaces for specialized component handlers can be found.
|
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemListModel
A
ListModel implementation for the roots of the available file
systems. |
Modifier and Type | Class and Description |
---|---|
class |
ColorListModel
A
ListModel implementation for combo boxes that allow the user to
choose a color. |
Modifier and Type | Method and Description |
---|---|
ListModel |
ListComponentHandler.getListModel()
Returns the
ListModel for this component. |
Modifier and Type | Class and Description |
---|---|
protected static class |
TextListModelTag.TextListModel
A simple implementation of the
ListModel interface that
maintains a list of display texts and a list with the corresponding
values. |
Modifier and Type | Method and Description |
---|---|
ListModel |
ListModelSupport.getListModel()
Returns the current
ListModel . |
ListModel |
ListBoxTag.getListModel()
Returns the list model to be used by this combo box.
|
ListModel |
ComboBoxTag.getListModel()
Returns the list model to be used by this combo box.
|
Modifier and Type | Method and Description |
---|---|
static EditableComboBoxModel |
ListModelUtils.fetchEditableComboBoxModel(ListModel model)
Obtains a
EditableComboBoxModel object from the passed in
ListModel . |
static int |
ListModelUtils.getDisplayIndex(ListModel listModel,
Object display)
Returns the index of the specified display object in the specified list
model.
|
static int |
ListModelUtils.getIndex(ListModel listModel,
Object value)
Returns the index of the given value object in the specified list model.
|
static int[] |
ListModelUtils.getIndices(ListModel listModel,
Object[] values)
Returns the indices of all given value objects in the specified list
model.
|
static Object |
ListModelUtils.getValue(ListModel listModel,
int index)
Returns the value object with the given index from the specified list
model.
|
static Object[] |
ListModelUtils.getValues(ListModel listModel,
int[] indices)
Returns the values from the specified list model for the given indices.
|
void |
ListModelSupport.setListModel(ListModel model)
Sets the
ListModel . |
void |
ListBoxTag.setListModel(ListModel model)
Sets the list model for this combo box.
|
void |
ComboBoxTag.setListModel(ListModel model)
Sets the list model for this combo box.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.