org.universAAL.ui.handler.gui.swing.model.special
Class ExitButton

Package class diagram package ExitButton
java.lang.Object
  extended by org.universAAL.ui.handler.gui.swing.model.Model
      extended by org.universAAL.ui.handler.gui.swing.model.FormControl.SubmitModel
          extended by org.universAAL.ui.handler.gui.swing.model.special.ExitButton
All Implemented Interfaces:
ActionListener, EventListener, SpecialButtonInterface

public class ExitButton
extends SubmitModel
implements SpecialButtonInterface

Author:
amedrano

Field Summary
 
Fields inherited from class org.universAAL.ui.handler.gui.swing.model.FormControl.SubmitModel
specialBFactory
 
Fields inherited from class org.universAAL.ui.handler.gui.swing.model.Model
fc, FORM_CONTROL_IN_TABLE, jc, label, needsLabel, needsPostNewLine, needsPreNewLine
 
Constructor Summary
ExitButton(Submit submit, Renderer render)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          
 boolean isSpecial()
          Evaluate the "Specialness" of the button.
 
Methods inherited from class org.universAAL.ui.handler.gui.swing.model.FormControl.SubmitModel
getNewComponent, isValid, update
 
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

ExitButton

public ExitButton(Submit submit,
                  Renderer render)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Specified by:
actionPerformed in interface ActionListener
Overrides:
actionPerformed in class SubmitModel

isSpecial

public boolean isSpecial()
Description copied from interface: SpecialButtonInterface
Evaluate the "Specialness" of the button.

Specified by:
isSpecial in interface SpecialButtonInterface
Returns:


Copyright © 2014 universAAL Consortium. All Rights Reserved.