Package | Description |
---|---|
com.vektorsoft.demux.android.core.app |
Contains classes needed for implementation of MVA pattern on Android.
|
com.vektorsoft.demux.core.dlg |
Contains classes used for creating and managing dialogs.
|
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 |
Contains classes needed to implement views for JavaFX platform.
|
com.vektorsoft.demux.web.jsf.core |
Contains classes and interfaces required for running DEMUX JSF applications.
|
com.vektorsoft.demux.web.jsf.core.internal |
Contains class which are not publicly accessible.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DMXAndroidView
Extension of
DMXView intended to be used specifically for Android views. |
Modifier and Type | Class and Description |
---|---|
class |
DMXAndroidAbstractView
An implementation of
DMXView for use on Android devices. |
Modifier and Type | Method and Description |
---|---|
DMXView |
DMXAndroidViewManager.registerView(Class clazz) |
Modifier and Type | Method and Description |
---|---|
void |
DMXAndroidViewManager.registerView(DMXView view) |
Modifier and Type | Interface and Description |
---|---|
interface |
DMXDialogView
Represents a view that should be displayed in dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
DMXAbstractView
An implementation of
DMXView interface which provides some common methods that can be used
for view across all supported platforms. |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DMXView> |
AbstractViewManager.registeredViews
Contains all views registered with this manager.
|
Modifier and Type | Method and Description |
---|---|
DMXView |
AbstractViewManager.getView(String name) |
DMXView |
DMXViewManager.getView(String id)
Returns a view with specified ID.
|
DMXView |
AbstractViewManager.registerView(Class clazz) |
DMXView |
DMXViewManager.registerView(Class clazz)
Register view from specified class.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXView.addChildView(DMXView child)
Adds specified view as a child of this view.
|
void |
DMXAbstractView.addChildView(DMXView child)
This method does nothing.
|
protected void |
AbstractViewManager.afterInitialViewRegistration(DMXView view)
This method should be called from subclasses after initial view registration in order
to correctly register deferred view.
|
void |
DMXDefaultAdapter.registerView(DMXView view) |
void |
AbstractViewManager.registerView(DMXView view)
Registers specified view for management by this view manager.
|
void |
DMXViewManager.registerView(DMXView view)
Registers specified view with this
ViewManager . |
void |
DMXAdapter.registerView(DMXView view)
Registers this view with this application.
|
Modifier and Type | Method and Description |
---|---|
void |
JFXViewManager.registerView(DMXView view) |
Modifier and Type | Class and Description |
---|---|
class |
JFXRootView
This class represents root view of JavaFX application.
|
Modifier and Type | Method and Description |
---|---|
void |
JFXRootView.addChildView(DMXView child) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJSFView
Base class for implementing views based on JSF technology.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJSFView.addChildView(DMXView child)
Adds child view to this view.
|
void |
DMXAdapterJSF.registerView(DMXView view) |
void |
JSFViewManager.registerView(DMXView view)
Registers specified view with this view manager.
|
Modifier and Type | Method and Description |
---|---|
static void |
ViewResourceUtils.addMapping(String viewId,
DMXView view)
Maps specified view ID to specified view.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.