|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.runtime.swing.editor.config.ConfigUIBuilder
ConfigUIHelper api.
@Deprecated public class ConfigUIBuilder
La classe pour construire l'ui
| Constructor Summary | |
|---|---|
ConfigUIBuilder()
Deprecated. |
|
| Method Summary | |
|---|---|
static int |
askUser(ConfigUI parent,
String title,
String message,
int typeMessage,
Object[] options,
int defaultOption)
Deprecated. |
protected static boolean |
canQuitCategory(ConfigUI ui)
Deprecated. |
static ConfigUI |
newConfigUI(JAXXContext parentContext,
ConfigUIModel model,
String defaultCategory)
Deprecated. Construire l'ui de configuration (sous forme de panel) |
static void |
showConfigUI(ConfigUI configUI,
Frame ui,
boolean undecorated)
Deprecated. Affiche l'ui de configuration dans un boite de dialogue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigUIBuilder()
| Method Detail |
|---|
public static ConfigUI newConfigUI(JAXXContext parentContext,
ConfigUIModel model,
String defaultCategory)
parentContext - le context applicatifmodel - le modele de l'ui de configurationdefaultCategory - la categorie a selectionner
public static void showConfigUI(ConfigUI configUI,
Frame ui,
boolean undecorated)
configUI - l'ui de configurationui - l'ui parent de la boite de dialogue a afficher
(peut etre nulle)undecorated - un drapeau pour savoir si on affiche les decorations
de fenetreprotected static boolean canQuitCategory(ConfigUI ui)
public static int askUser(ConfigUI parent,
String title,
String message,
int typeMessage,
Object[] options,
int defaultOption)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||