Package | Description |
---|---|
org.universAAL.ui.gui.swing.bluesteelLAF |
Bluesteel Look and feel package, features a metal look with blue buttons.
|
org.universAAL.ui.handler.gui.swing |
universAAL connector (
UIHandler ) and the Handler's core features. |
org.universAAL.ui.handler.gui.swing.defaultLookAndFeel |
The default Look and Feel, when no look and feel is selected, or the selected one can not be found,
this package is used.
The look and feel packages need to contain a InitInterface class named Init, a FormLAF and
a class LAF per each FormControl in the org.universAAL.ui.handler.gui.swing.model.FormControl
package. |
org.universAAL.ui.handler.gui.swing.model |
The Model contains all the Classes that translate from the IO RDF into Swing components.
|
org.universAAL.ui.handler.gui.swing.model.FormControl |
The Models for all
FormControl s in the IO RDF. |
org.universAAL.ui.handler.gui.swing.model.special |
These classes are used to add special behaviour to certain submits.
|
Modifier and Type | Class and Description |
---|---|
class |
Select1RadioButtonLAF |
class |
SelectCheckBoxLAF |
Modifier and Type | Method and Description |
---|---|
Model |
ModelMapper.getModelFor(FormControl fc)
get
Model for a given FormControl . |
Modifier and Type | Class and Description |
---|---|
class |
GroupLAF |
class |
GroupPanelLAF |
class |
GroupTabbedPanelLAF |
class |
InputFieldLAF |
class |
MediaObjectLAF |
class |
RangeLAF |
class |
RepeatLAF |
class |
RepeatModelGridLAF |
class |
RepeatModelTableLAF |
class |
Select1LAF |
class |
SelectLAF |
class |
SimpleOutputLAF |
class |
SubdialogTriggerLAF |
class |
SubmitLAF |
class |
TextAreaLAF |
Modifier and Type | Method and Description |
---|---|
static JComponent |
SubmitLAF.getButton(Model model,
String label,
Icon icon,
ColorLAF color) |
Modifier and Type | Method and Description |
---|---|
Model |
FormModel.findModel(String URI)
Find the
Model in the children corresponding to the
FormControl 's URI |
Modifier and Type | Class and Description |
---|---|
class |
GroupModel |
class |
GroupPanelModel
|
class |
GroupTabbedPanelModel
|
class |
InputFieldModel
ImputField Model, it condenses the view and controller parts of the MVC
methodology.
|
class |
InputModel
Input Control is an abstract Class as such it should not be Instantiated an
so there is no rendering.
|
class |
MediaObjectModel |
class |
OutputModel
Output
FormControl s only need to display information. |
class |
RangeModel |
class |
RepeatModel |
class |
RepeatModelGrid
An alternative to drawing Repeats, Specially indicated for editable repeats,
since forms whould be modeled and rendered with in a
JPanel fitted
with a GridLayout . |
class |
RepeatModelTable
Helper Class just to render RepeatTables.
|
class |
Select1Model |
class |
Select1RadiobuttonModel
Model
Select1 as a group of JRadioButton s, better for
non-multilevel selects. |
class |
SelectChecboxModel
|
class |
SelectModel |
class |
SimpleOutputModel |
class |
SubdialogTriggerModel |
class |
SubmitModel |
class |
TextAreaModel |
Modifier and Type | Method and Description |
---|---|
Model |
GroupModel.findChildModeFor(String formControlURI)
Find the Model for the
FormControl with the given URI. |
Modifier and Type | Class and Description |
---|---|
class |
ExitButton |
Copyright © 2018 universAAL Consortium. All rights reserved.