org.universAAL.ui.handler.gui.swing.classic.specialButtons
Class uCCButton

Package class diagram package uCCButton
java.lang.Object
  extended by org.universAAL.ui.handler.gui.swing.classic.specialButtons.uCCButton
All Implemented Interfaces:
ActionListener, EventListener, SpecialButtonInterface

public class uCCButton
extends Object
implements SpecialButtonInterface

Author:
amedrano

Field Summary
static String SUBMIT_ID
           
 
Constructor Summary
uCCButton(Submit s, Renderer render)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          
 boolean isSpecial()
          Evaluate the "Specialness" of the button.
static void openuCCGUI()
           
static void sendPOSTRequest(String request, String urlParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBMIT_ID

public static final String SUBMIT_ID
See Also:
Constant Field Values
Constructor Detail

uCCButton

public uCCButton(Submit s,
                 Renderer render)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

Specified by:
actionPerformed in interface ActionListener

isSpecial

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

Specified by:
isSpecial in interface SpecialButtonInterface
Returns:

openuCCGUI

public static void openuCCGUI()
                       throws Exception
Throws:
Exception

sendPOSTRequest

public static void sendPOSTRequest(String request,
                                   String urlParameters)
                            throws Exception
Throws:
Exception


Copyright © 2014 universAAL Consortium. All Rights Reserved.