public abstract class DMXAndroidAbstractView extends DMXAbstractView implements DMXAndroidView
DMXView
for use on Android devices. This class implements some
common methods to facilitate view creation.Modifier and Type | Field and Description |
---|---|
protected android.content.Context |
context
Android application context.
|
adapter, dataIds
Constructor and Description |
---|
DMXAndroidAbstractView(DMXAdapter adapter)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
setContext(android.content.Context context)
Set Android application context.
|
addChildView, getParentViewId, getViewDataIds, getViewId, loadDataIds, setViewActive, viewPlacementConstraint
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChildView, constructUI, getParentViewId, getViewDataIds, getViewId, getViewUI, render, setViewActive, updateFromModel, viewPlacementConstraint
public DMXAndroidAbstractView(DMXAdapter adapter)
adapter
- adapter instancepublic void setContext(android.content.Context context)
DMXAndroidView
setContext
in interface DMXAndroidView
context
- app contextCopyright © 2012-2014 Vektor Software. All Rights Reserved.