@Deprecated public class ConfigUIHandler extends Object
ConfigUI ui.| Modifier and Type | Field and Description |
|---|---|
static String |
CALLBACKS
Deprecated.
|
static String |
CALLBACKS_WITH_OPTIONS
Deprecated.
|
static org.apache.commons.logging.Log |
log
Deprecated.
|
| Constructor and Description |
|---|
ConfigUIHandler(ConfigUI ui)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
askUser(String title,
String message,
int typeMessage,
Object[] options,
int defaultOption)
Deprecated.
|
protected boolean |
canQuitCategory()
Deprecated.
|
void |
changeCategory(ChangeEvent e)
Deprecated.
|
protected void |
closeUI(Window parentWindow,
ConfigUIModel model)
Deprecated.
|
protected Action |
createQuitAction()
Deprecated.
|
void |
destroy()
Deprecated.
|
void |
displayUI(Frame parentUI,
boolean undecorated)
Deprecated.
|
void |
initUI(String defaultCategory)
Deprecated.
|
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 destroy()
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–2013 CodeLutin. All rights reserved.