|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DialogUIDef | |
|---|---|
| org.nuiton.jaxx.util | |
| Uses of DialogUIDef in org.nuiton.jaxx.util |
|---|
| Fields in org.nuiton.jaxx.util declared as DialogUIDef | |
|---|---|
protected DialogUIDef<M,U,H> |
ShowUIAction.uiDef
|
| Methods in org.nuiton.jaxx.util that return DialogUIDef | ||
|---|---|---|
protected DialogUIDef<?,?,?>[] |
UIFactory.getDefs()
|
|
DialogUIDef<M,U,H> |
ShowUIAction.getUiDef()
|
|
static
|
DialogUIDef.newDef(Class<H> handlerClass,
Class<U> uiClass,
Class<M> modelClass,
String showActionLibelle,
String showActionTip,
String uiTitle)
|
|
| Methods in org.nuiton.jaxx.util with parameters of type DialogUIDef | ||
|---|---|---|
Class<?> |
UIProvider.findUIImplementation(DialogUIDef<?,?,?> def)
|
|
|
UIFactory.getUI(DialogUIDef<M,U,H> uiType,
Object... params)
|
|
protected void |
UIFactory.initDef(UIProvider[] providers,
DialogUIDef<?,?,?> def)
|
|
protected
|
UIFactory.registerUI(DialogUIDef<M,U,H> uiType,
U ui,
H handler)
|
|
void |
ShowUIAction.setUiDef(DialogUIDef<M,U,H> uiDef)
|
|
| Constructors in org.nuiton.jaxx.util with parameters of type DialogUIDef | |
|---|---|
ShowUIAction(DialogUI<?> ui,
DialogUIDef<M,U,H> uiDef,
UIFactory factory,
boolean showText)
|
|
UIFactory(String applicationName,
DialogUIDef<?,?,?>[] defs,
FactoryWindowListener... listeners)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||