Package | Description |
---|---|
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.
|
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.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.