Package | Description |
---|---|
com.vektorsoft.demux.android.core.gui |
Contains classes useful for GUI building.
|
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.desktop.jfx.view.dlg |
Contains classes for creating and managing JavaFX dialogs.
|
com.vektorsoft.demux.web.jsf.core |
Contains classes and interfaces required for running DEMUX JSF applications.
|
Modifier and Type | Class and Description |
---|---|
class |
DMXAndroidDialogFactory
Factory for creating dialogs on Android.
|
Modifier and Type | Method and Description |
---|---|
<T extends DialogFactory> |
DMXViewManager.getDialogFactory()
Retrieves dialog factory for the underlying platform.
|
<T extends DialogFactory> |
DMXDefaultAdapter.getDialogFactory(Class<? extends DialogFactory> clazz) |
<T extends DialogFactory> |
DMXAdapter.getDialogFactory(Class<? extends DialogFactory> clazz)
Returns dialog factory for underlying platform.
|
Modifier and Type | Method and Description |
---|---|
<T extends DialogFactory> |
DMXDefaultAdapter.getDialogFactory(Class<? extends DialogFactory> clazz) |
<T extends DialogFactory> |
DMXAdapter.getDialogFactory(Class<? extends DialogFactory> clazz)
Returns dialog factory for underlying platform.
|
Modifier and Type | Class and Description |
---|---|
class |
JFXDialogFactory
Dialog factory for JavaFX applications.
|
Modifier and Type | Method and Description |
---|---|
<T extends DialogFactory> |
JSFViewManager.getDialogFactory() |
<T extends DialogFactory> |
DMXAdapterJSF.getDialogFactory(Class<? extends DialogFactory> clazz) |
Modifier and Type | Method and Description |
---|---|
<T extends DialogFactory> |
DMXAdapterJSF.getDialogFactory(Class<? extends DialogFactory> clazz) |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.