com.gridsystems.config.app
Class SwingUI

java.lang.Object
  extended by com.gridsystems.config.app.UI
      extended by com.gridsystems.config.app.SwingUI

public class SwingUI
extends UI

UI implementation for execution on window system environments.

Version:
1.0
Author:
Rodrigo Ruiz Aguayo

Field Summary
 
Fields inherited from class com.gridsystems.config.app.UI
configurators, CONSOLE, NONE, SWING
 
Constructor Summary
SwingUI()
           
 
Method Summary
 boolean execute()
          UI specific execution.
static ConfigPanel getConfigPanel()
          Gets the configuration panel.
 
Methods inherited from class com.gridsystems.config.app.UI
getConfigurators, getString, isExpertMode, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUI

public SwingUI()
Method Detail

execute

public boolean execute()
UI specific execution.

Specified by:
execute in class UI
Returns:
boolean

getConfigPanel

public static ConfigPanel getConfigPanel()
Gets the configuration panel.

Returns:
The panel


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.