public interface VisionClientInterface
ClientContext context = ... VisionClientInterface vision = (VisionClientInterface)context.getModule(VisionClientInterface.VISION_MODULE_ID);
ClientContext
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VISION_MODULE_ID |
Modifier and Type | Method and Description |
---|---|
void |
addExtensibleBindingType(BindingType binding)
Adds a new binding type to be used in the extensible binding system
|
void |
addWindowListener(VisionWindowListener listener)
Adds a listener to be notified when windows are opened and closed.
|
BindingType |
getBindingType(java.lang.String bindingTypeKey) |
WindowUtilities |
getGuiUtil() |
NavUtilities |
getNavUtil() |
void |
removeWindowListener(VisionWindowListener listener)
Removes window listener
|
static final java.lang.String VISION_MODULE_ID
void addExtensibleBindingType(BindingType binding)
BindingType getBindingType(java.lang.String bindingTypeKey)
NavUtilities getNavUtil()
WindowUtilities getGuiUtil()
void addWindowListener(VisionWindowListener listener)
void removeWindowListener(VisionWindowListener listener)