Package | Description |
---|---|
com.vektorsoft.demux.android.core.gui |
Contains classes useful for GUI building.
|
com.vektorsoft.demux.android.core.resources |
Contains classes for handling resources on Android platform.
|
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.core.resources.impl |
Contains default implementations of interfaces for managing resources.
|
com.vektorsoft.demux.desktop.jfx.gui |
Contains public interfaces and classes used for interacting with JavaFX GUI.
|
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 | Method and Description |
---|---|
void |
DMXAndroidDialogFactory.setResourceManager(DMXResourceManager resourceManager)
Set resource manager for this factory.
|
Constructor and Description |
---|
DMXAndroidOptionsDialog(android.support.v4.app.FragmentActivity parent,
DMXResourceManager resourceManager)
Basic constructor for the class.
|
DMXAndroidOptionsDialog(android.support.v4.app.FragmentActivity parent,
DMXResourceManager resourceManager,
int options,
DMXDialogView dlgView)
Create dialog with specified options which will display view specified as
dlgView parameter. |
DMXAndroidOptionsDialog(android.support.v4.app.FragmentActivity parent,
DMXResourceManager resourceManager,
String title)
Create dialog with specified title.
|
DMXAndroidOptionsDialog(android.support.v4.app.FragmentActivity parent,
DMXResourceManager resourceManager,
String[] options,
DMXDialogView dlgView)
Create dialog with specified options which will display view specified as
dlgView parameter. |
DMXAndroidOptionsDialog(android.support.v4.app.FragmentActivity parent,
DMXResourceManager resourceManager,
String title,
int options,
String message)
Creates new dialog with specified title, message and predefined options
set.
|
DMXAndroidOptionsDialog(android.support.v4.app.FragmentActivity parent,
DMXResourceManager resourceManager,
String title,
String[] options,
String message)
Creates new dialog with specified title, message and option buttons.
|
Modifier and Type | Class and Description |
---|---|
class |
DMXAndroidResourceManager |
Modifier and Type | Field and Description |
---|---|
protected DMXResourceManager |
DMXDefaultAdapter.resourceManager
Resource manager used in this adapter.
|
Modifier and Type | Method and Description |
---|---|
DMXResourceManager |
DMXDefaultAdapter.getResourceManager() |
DMXResourceManager |
DMXAdapter.getResourceManager()
Returns resource manager associated with this adapter.
|
Constructor and Description |
---|
DMXDefaultAdapter(DMXResourceManager resourceManager)
Create new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResourceManager
Default implementation of
DMXResourceManager . |
Constructor and Description |
---|
DMXLoaderFXML(URL fxmlFileUrl,
DMXResourceManager resourceManager)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
JFXDialogFactory.setResourceManager(DMXResourceManager resourceManager)
Sets resource manager.
|
Constructor and Description |
---|
JFXOptionStage(javafx.stage.Stage parent,
int options,
String title,
Object content,
DMXResourceManager manager)
Create new instance of this dialog.
|
JFXOptionStage(javafx.stage.Stage parent,
String[] dlgOptions,
String title,
Object content,
DMXResourceManager resourceManager)
Create new dialog with specified custom options.
|
Modifier and Type | Method and Description |
---|---|
DMXResourceManager |
DMXAdapterJSF.getResourceManager() |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.