org.universAAL.ui.handler.gui.swing.classic
Class SimpleOutputLAF

Package class diagram package SimpleOutputLAF
java.lang.Object
  extended by org.universAAL.ui.handler.gui.swing.model.Model
      extended by org.universAAL.ui.handler.gui.swing.model.FormControl.OutputModel
          extended by org.universAAL.ui.handler.gui.swing.model.FormControl.SimpleOutputModel
              extended by org.universAAL.ui.handler.gui.swing.classic.SimpleOutputLAF

public class SimpleOutputLAF
extends SimpleOutputModel

Author:
pabril

Field Summary
 
Fields inherited from class org.universAAL.ui.handler.gui.swing.model.FormControl.SimpleOutputModel
TOO_LONG
 
Fields inherited from class org.universAAL.ui.handler.gui.swing.model.Model
fc, FORM_CONTROL_IN_TABLE, jc, label, needsLabel, needsPostNewLine, needsPreNewLine
 
Constructor Summary
SimpleOutputLAF(SimpleOutput control, Renderer render)
          Constructor.
 
Method Summary
 JComponent getNewComponent()
          generate the JComponent that displays this FormControl's information.
 void update()
          Updating the JComponent with info
 
Methods inherited from class org.universAAL.ui.handler.gui.swing.model.FormControl.OutputModel
isValid
 
Methods inherited from class org.universAAL.ui.handler.gui.swing.model.Model
correspondsTo, getComponent, getLabelModel, getPositionInGroup, getRenderer, isInDialog, isInIOGroup, isInMainMenu, isInMessage, isInStandardGroup, isInSubDialog, isInSubmitGroup, isInTable, needsLabel, needsPostNewLine, needsPreNewLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleOutputLAF

public SimpleOutputLAF(SimpleOutput control,
                       Renderer render)
Constructor.

Parameters:
control - the SimpleOutput which to model.
Method Detail

getNewComponent

public JComponent getNewComponent()
generate the JComponent that displays this FormControl's information.

Overrides:
getNewComponent in class SimpleOutputModel
Returns:
the representation for SimpleOutput can either be all of them are uneditable by the user.

update

public void update()
Updating the JComponent with info

Overrides:
update in class SimpleOutputModel


Copyright © 2014 universAAL Consortium. All Rights Reserved.