Package | Description |
---|---|
com.vektorsoft.demux.android.core.app |
Contains classes needed for implementation of MVA pattern on Android.
|
com.vektorsoft.demux.android.core.proxy |
Contains Android-specific proxy classes.
|
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.core.proxy |
Contains classes used for creating proxy objects.
|
com.vektorsoft.demux.desktop.jfx.app |
Contains implementation classes for common application service.
|
Constructor and Description |
---|
DMXAndroidViewManager(DMXMainActivity activity,
DMXDefaultAdapter adapter)
Creates new instance.
|
Constructor and Description |
---|
AndroidViewInvocationHandler(Class clazz,
DMXDefaultAdapter adapter,
android.content.Context context)
Create new instance.
|
Modifier and Type | Field and Description |
---|---|
protected DMXDefaultAdapter |
AbstractViewManager.adapter
Adapter instance associated with this view manager.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewInvocationHandler.initialize(Class clazz,
DMXDefaultAdapter adapter)
Initializes this handler with correct values from underlying object.
|
Constructor and Description |
---|
ViewInvocationHandler(Class clazz,
DMXDefaultAdapter adapter)
Create new instance.
|
Constructor and Description |
---|
JFXViewManager(javafx.stage.Stage stage,
DMXDefaultAdapter adapter)
Creates new instance of this view manager.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.