jaxx.runtime.swing.editor.config
Class ConfigUIHandler

java.lang.Object
  extended by jaxx.runtime.swing.editor.config.ConfigUIHandler

public class ConfigUIHandler
extends java.lang.Object

Handler of the ConfigUI ui.

Since:
2.0.2
Author:
tchemit

Field Summary
static java.lang.String CALLBACKS
           
static java.lang.String CALLBACKS_WITH_OPTIONS
           
static org.apache.commons.logging.Log log
           
 
Constructor Summary
ConfigUIHandler(ConfigUI ui)
           
 
Method Summary
 int askUser(java.lang.String title, java.lang.String message, int typeMessage, java.lang.Object[] options, int defaultOption)
           
protected  boolean canQuitCategory()
           
 void changeCategory(javax.swing.event.ChangeEvent e)
           
protected  void closeUI(java.awt.Window parentWindow, ConfigUIModel model)
           
protected  javax.swing.Action createQuitAction()
           
 void displayUI(java.awt.Frame parentUI, boolean undecorated)
           
 void initUI(java.lang.String defaultCategory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log

CALLBACKS_WITH_OPTIONS

public static final java.lang.String CALLBACKS_WITH_OPTIONS
See Also:
Constant Field Values

CALLBACKS

public static final java.lang.String CALLBACKS
See Also:
Constant Field Values
Constructor Detail

ConfigUIHandler

public ConfigUIHandler(ConfigUI ui)
Method Detail

initUI

public void initUI(java.lang.String defaultCategory)

changeCategory

public void changeCategory(javax.swing.event.ChangeEvent e)

displayUI

public void displayUI(java.awt.Frame parentUI,
                      boolean undecorated)

createQuitAction

protected javax.swing.Action createQuitAction()

closeUI

protected void closeUI(java.awt.Window parentWindow,
                       ConfigUIModel model)

canQuitCategory

protected boolean canQuitCategory()

askUser

public int askUser(java.lang.String title,
                   java.lang.String message,
                   int typeMessage,
                   java.lang.Object[] options,
                   int defaultOption)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.