Package | Description |
---|---|
com.vektorsoft.demux.android.core.app |
Contains classes needed for implementation of MVA pattern on Android.
|
com.vektorsoft.demux.core.mva |
Contains classes and interface that represent Model-View-Adapter pattern.
|
com.vektorsoft.demux.core.task |
Provides class definitions for handling multitasking.
|
com.vektorsoft.demux.desktop.jfx.app |
Contains implementation classes for common application service.
|
com.vektorsoft.demux.web.jsf.core |
Contains classes and interfaces required for running DEMUX JSF applications.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXAndroidViewManager.blockGui(boolean state,
GUIBlockingScope scope,
String... ids) |
Modifier and Type | Method and Description |
---|---|
void |
DMXViewManager.blockGui(boolean state,
GUIBlockingScope scope,
String... ids)
Block or unblock GUI based on specified parameters.
|
Modifier and Type | Field and Description |
---|---|
protected GUIBlockingScope |
DMXBasicTask.blockScope
GUI blocking scope.
|
Modifier and Type | Method and Description |
---|---|
GUIBlockingScope |
DMXBasicTask.getBlockingScope() |
GUIBlockingScope |
DMXTask.getBlockingScope()
Returns GUI block scope for this task.
|
static GUIBlockingScope |
GUIBlockingScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GUIBlockingScope[] |
GUIBlockingScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DMXBasicTask.setBlockScope(GUIBlockingScope blockScope)
Sets blocking scope for this task.
|
Modifier and Type | Method and Description |
---|---|
void |
JFXViewManager.blockGui(boolean state,
GUIBlockingScope scope,
String... ids) |
Modifier and Type | Method and Description |
---|---|
void |
JSFViewManager.blockGui(boolean state,
GUIBlockingScope scope,
String... ids) |
Copyright © 2012-2014 Vektor Software. All Rights Reserved.