org.universAAL.ui.handler.gui.swing.formManagement
Class FrameManager

Package class diagram package FrameManager
java.lang.Object
  extended by org.universAAL.ui.handler.gui.swing.formManagement.FrameManager
All Implemented Interfaces:
Runnable

public class FrameManager
extends Object
implements Runnable

Manage a single JFrame corresponding to a Form.

Author:
amedrano

Constructor Summary
FrameManager(UIRequest req, ModelMapper mp)
          Constructor.
 
Method Summary
 void disposeFrame()
          close the Frame and command the finalization of the form.
 void missing(Input in)
          Relay the missing update to the model.
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameManager

public FrameManager(UIRequest req,
                    ModelMapper mp)
Constructor. Sets the actual rendering of the Form in motion

Parameters:
req - the UIRequest to be rendered.
mp - the mapper to use for locating classes
Method Detail

disposeFrame

public void disposeFrame()
close the Frame and command the finalization of the form.

See Also:
FormModel.finalizeForm()

missing

public void missing(Input in)
Relay the missing update to the model.

Parameters:
in -

run

public void run()

Specified by:
run in interface Runnable


Copyright © 2014 universAAL Consortium. All Rights Reserved.