Package | Description |
---|---|
org.universAAL.middleware.ui.rdf | |
org.universAAL.support.utils.ui |
Contains raw helper classes to deal with UI concepts of universAAL.
|
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.classic |
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.classic.handler.gui.swing.model.FormControl
package. |
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.web.html.model | |
org.universAAL.utilities.api.ui |
Contains raw helper classes to deal with UI concepts of universAAL.
|
Modifier and Type | Class and Description |
---|---|
class |
ChoiceItem
A special case of
labels with an associated value suitable for
usage as a leaf entry in a hierarchy of possible choices. |
class |
ChoiceList
|
Modifier and Type | Field and Description |
---|---|
static Label |
Form.LABEL_MESSAGE_DELET
The label of a button associated with
Form.ACK_MESSAGE_DELET as
submission ID that is automatically added to dialogs of type Message. |
static Label |
Form.LABEL_MESSAGE_KEEP
The label of a button associated with
Form.ACK_MESSAGE_KEEP as
submission ID that is automatically added to dialogs of type Message. |
Modifier and Type | Method and Description |
---|---|
Label[] |
ChoiceList.getChildren()
Returns the items and sublists contained in this choice list in the order
of their addition to the list.
|
Label[] |
Select.getChoices()
Returns the list of choices in this select control.
|
Label |
FormControl.getLabel()
Returns the
Label of this control. |
Constructor and Description |
---|
FormControl(String typeURI,
Object parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue) |
Group(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Resource initialValue)
Constructs a new group.
|
Group(String typeURI,
Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue) |
Input(String typeURI,
Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue) |
InputField(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
Constructs a new input field.
|
MediaObject(Group parent,
Label label,
String contentType,
String contentURL)
Constructs a new media object.
|
Output(String typeURI,
Group parent,
Label label,
PropertyPath ref,
Object initialValue) |
Range(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
Constructs a new range control.
|
Repeat(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
List initialValue)
Constructs a new repeat control.
|
Select(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
For use by applications.
|
Select(String typeURI,
Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue) |
Select1(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
For exclusive usage by the applications.
|
SimpleOutput(Group parent,
Label label,
PropertyPath ref,
Object content)
For exclusive use by applications.
|
SubdialogTrigger(Group parent,
Label label,
String id)
For exclusive use by applications.
|
Submit(Group parent,
Label label,
String id)
For exclusive use by applications.
|
Submit(String typeURI,
Group parent,
Label label,
String id) |
TextArea(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
String initialValue)
For exclusive use of applications.
|
Modifier and Type | Field and Description |
---|---|
protected Label |
Control.label
Text label.
|
Constructor and Description |
---|
LabelLAF(Label l,
Renderer render)
Constructor
|
Modifier and Type | Method and Description |
---|---|
LabelModel |
ModelMapper.getModelFor(Label l)
get
LabelModel for a given Label . |
Constructor and Description |
---|
LabelLAF(Label l,
Renderer render)
Constructor
|
Constructor and Description |
---|
LabelLAF(Label l,
Renderer render)
Constructor
|
Constructor and Description |
---|
LabelModel(Label l,
Renderer renderer)
Model constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Label |
SelectChecboxModel.getLabelFromJComponent(JComponent jc)
Get the Label associated to the
JCheckBox . |
protected Label |
Select1RadiobuttonModel.getLabelFromJComponent(JComponent jc)
Get the associated Label for the
JRadioButton . |
Constructor and Description |
---|
LabelModel(Label fe,
HTMLUserGenerator render) |
Modifier and Type | Field and Description |
---|---|
protected Label |
Control.label
Text label.
|
Copyright © 2018 universAAL Consortium. All rights reserved.