Uses of Class
org.universAAL.ui.handler.gui.swing.model.Model

Packages that use Model
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. 
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.handler.gui.swing.model.special These classes are used to add special behaviour to certain submits. 
 

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

Subclasses of Model in org.universAAL.ui.gui.swing.bluesteelLAF
 class Select1RadioButtonLAF
           
 class SelectCheckBoxLAF
           
 

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

Methods in org.universAAL.ui.handler.gui.swing that return Model
 Model ModelMapper.getModelFor(FormControl fc)
          get Model for a given FormControl.
 

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

Subclasses of Model in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel
 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
           
 

Methods in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel with parameters of type Model
static JComponent SubmitLAF.getButton(Model model, String label, Icon icon, ColorLAF color)
           
 

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

Methods in org.universAAL.ui.handler.gui.swing.model that return Model
 Model FormModel.findModel(String URI)
          Find the Model in the children corresponding to the FormControl's URI
 

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

Subclasses of Model in org.universAAL.ui.handler.gui.swing.model.FormControl
 class GroupModel
           
 class GroupPanelModel
          Specific Model for Groups to be rendered as JPanel.
 class GroupTabbedPanelModel
          Specific Model for Groups to be rendered as JTabbedPane.
 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 FormControls 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 JRadioButtons, better for non-multilevel selects.
 class SelectChecboxModel
          Model Select as a group of JCheckBoxes, better for non-multilevel selects.
 class SelectModel
           
 class SimpleOutputModel
           
 class SubdialogTriggerModel
           
 class SubmitModel
           
 class TextAreaModel
           
 

Methods in org.universAAL.ui.handler.gui.swing.model.FormControl that return Model
 Model GroupModel.findChildModeFor(String formControlURI)
          Find the Model for the FormControl with the given URI.
 

Uses of Model in org.universAAL.ui.handler.gui.swing.model.special
 

Subclasses of Model in org.universAAL.ui.handler.gui.swing.model.special
 class ExitButton
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.