| Modifier and Type | Field and Description |
|---|---|
static String |
CALLBACKS |
static String |
CALLBACKS_WITH_OPTIONS |
static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
ConfigUIHandler(ConfigUI ui) |
| Modifier and Type | Method and Description |
|---|---|
int |
askUser(String title,
String message,
int typeMessage,
Object[] options,
int defaultOption) |
protected boolean |
canQuitCategory() |
void |
changeCategory(ChangeEvent e) |
protected void |
closeUI(Window parentWindow,
ConfigUIModel model) |
protected Action |
createQuitAction() |
void |
displayUI(Frame parentUI,
boolean undecorated) |
void |
initUI(String defaultCategory) |
public static final org.apache.commons.logging.Log log
public static final String CALLBACKS_WITH_OPTIONS
public static final String CALLBACKS
public ConfigUIHandler(ConfigUI ui)
public void initUI(String defaultCategory)
public void changeCategory(ChangeEvent e)
public void displayUI(Frame parentUI, boolean undecorated)
protected Action createQuitAction()
protected void closeUI(Window parentWindow, ConfigUIModel model)
protected boolean canQuitCategory()
Copyright © 2008-2012 CodeLutin. All Rights Reserved.