Package | Description |
---|---|
com.vektorsoft.demux.android.core.app |
Contains classes needed for implementation of MVA pattern on Android.
|
com.vektorsoft.demux.android.core.gui |
Contains classes useful for GUI building.
|
com.vektorsoft.demux.core.extension |
Contains classes and interface related to extensions management.
|
com.vektorsoft.demux.core.extension.impl |
Default implementation of extension management methods.
|
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.desktop.jfx.app |
Contains implementation classes for common application service.
|
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 |
DMXAndroidViewManager
Implementation of
DMXViewManager for
Android platform. |
Constructor and Description |
---|
DMXAndroidDialogFactory(DMXViewManager viewManager,
android.support.v4.app.FragmentActivity parent)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXExtensionManager.registerExtendableView(DMXExtendable view,
DMXViewManager viewManager)
Registers specified instance of
DMXExtendable , which should also be an
instance of DMXView . |
Modifier and Type | Method and Description |
---|---|
void |
DMXExtensionManagerImpl.registerExtendableView(DMXExtendable view,
DMXViewManager viewManager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractViewManager
Base class for specific implementations of
ViewManager . |
Modifier and Type | Field and Description |
---|---|
protected DMXViewManager |
DMXDefaultAdapter.viewManager
DMXViewManager instance that is used to manage views. |
Modifier and Type | Method and Description |
---|---|
void |
DMXDefaultAdapter.setViewManager(DMXViewManager vm)
Sets the current view manager.
|
Modifier and Type | Class and Description |
---|---|
class |
JFXViewManager
Implementation of
DMXViewManager used for JavaFX applications. |
Constructor and Description |
---|
JFXDialogFactory(DMXViewManager manager,
javafx.stage.Stage parent)
Create new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JSFViewManager
Implementation of
DMXViewManager for use in JSF applications. |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.