Uses of Class
org.universAAL.ui.handler.gui.swing.model.FormControl.GroupModel

Packages that use GroupModel
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. 
 

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

Subclasses of GroupModel in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel
 class GroupLAF
           
 class GroupPanelLAF
           
 class GroupTabbedPanelLAF
           
 class RepeatLAF
           
 class RepeatModelGridLAF
           
 class RepeatModelTableLAF
           
 

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

Fields in org.universAAL.ui.handler.gui.swing.model declared as GroupModel
protected  GroupModel FormModel.ioGroupModel
          The model for the IOGroup.
protected  GroupModel FormModel.submitsGroupModel
          the model for the submitsGroup.
protected  GroupModel FormModel.sysGroupModel
          The model for the systemGroup.
 

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

Subclasses of GroupModel in org.universAAL.ui.handler.gui.swing.model.FormControl
 class GroupPanelModel
          Specific Model for Groups to be rendered as JPanel.
 class GroupTabbedPanelModel
          Specific Model for Groups to be rendered as JTabbedPane.
 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.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.