public interface VisionDesignerInterface extends VisionClientInterface
VISION_MODULE_ID| Modifier and Type | Method and Description |
|---|---|
long |
addNewWindow(java.util.UUID parentFolder,
int width,
int height)
Adds a new window to the
FPMIApp being designed |
void |
addWindowDropHandler(WindowDropHandler handler)
Add a new drop handler for custom drop types onto windows and templates
|
java.awt.Component |
cloneComponent(java.awt.Component comp) |
boolean |
configureBinding(java.awt.Component component,
java.lang.String property,
BindingConfiguration configuration)
Configures a new property binding for the component.property using the given configuration.
|
DesignerPrefs |
getCurrentPrefs() |
DesignerContext |
getDesignerContext() |
Palette |
getPalette() |
WindowWorkspace |
getWorkspace() |
void |
openBindingDialog(java.awt.Component component,
java.lang.String property)
Opens the binding dialog for a given component.
|
addExtensibleBindingType, addWindowListener, getBindingType, getGuiUtil, getGuiUtil, getNavUtil, getNavUtil, removeWindowListenerPalette getPalette()
long addNewWindow(java.util.UUID parentFolder,
int width,
int height)
FPMIApp being designedjava.awt.Component cloneComponent(java.awt.Component comp)
DesignerPrefs getCurrentPrefs()
WindowWorkspace getWorkspace()
DesignerContext getDesignerContext()
void openBindingDialog(java.awt.Component component,
java.lang.String property)
throws NotBindableException
NotBindableExceptionboolean configureBinding(java.awt.Component component,
java.lang.String property,
BindingConfiguration configuration)
throws java.lang.Exception
BindingConfiguration.getBindingType()java.lang.Exceptionvoid addWindowDropHandler(WindowDropHandler handler)