Uses of Class
org.universAAL.middleware.ui.rdf.Label

Packages that use Label
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. 
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. 
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 FormControls in the IO RDF. 
org.universAAL.ui.ui.handler.web.html.model   
 

Uses of Label in org.universAAL.middleware.ui.rdf
 

Subclasses of Label in org.universAAL.middleware.ui.rdf
 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
          A special case of labels accepting other choice items and lists as its children and hence serving as an inner node in a hierarchy of possible choices.
 

Fields in org.universAAL.middleware.ui.rdf declared as Label
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.
 

Methods in org.universAAL.middleware.ui.rdf that return Label
 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.
 

Constructors in org.universAAL.middleware.ui.rdf with parameters of type Label
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.
 

Uses of Label in org.universAAL.support.utils.ui
 

Fields in org.universAAL.support.utils.ui declared as Label
protected  Label Control.label
          Text label.
 

Uses of Label in org.universAAL.ui.gui.swing.bluesteelLAF
 

Constructors in org.universAAL.ui.gui.swing.bluesteelLAF with parameters of type Label
LabelLAF(Label l, Renderer render)
          Constructor
 

Uses of Label in org.universAAL.ui.handler.gui.swing
 

Methods in org.universAAL.ui.handler.gui.swing with parameters of type Label
 LabelModel ModelMapper.getModelFor(Label l)
          get LabelModel for a given Label.
 

Uses of Label in org.universAAL.ui.handler.gui.swing.classic
 

Constructors in org.universAAL.ui.handler.gui.swing.classic with parameters of type Label
LabelLAF(Label l, Renderer render)
          Constructor
 

Uses of Label in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel
 

Constructors in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel with parameters of type Label
LabelLAF(Label l, Renderer render)
          Constructor
 

Uses of Label in org.universAAL.ui.handler.gui.swing.model
 

Constructors in org.universAAL.ui.handler.gui.swing.model with parameters of type Label
LabelModel(Label l, Renderer renderer)
          Model constructor.
 

Uses of Label in org.universAAL.ui.handler.gui.swing.model.FormControl
 

Methods in org.universAAL.ui.handler.gui.swing.model.FormControl that return Label
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.
 

Uses of Label in org.universAAL.ui.ui.handler.web.html.model
 

Constructors in org.universAAL.ui.ui.handler.web.html.model with parameters of type Label
LabelModel(Label fe, HTMLUserGenerator render)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.