| Interface | Description |
|---|---|
| ComponentPopupInitializer<T extends javax.swing.JComponent> | |
| DoubleClickHandler |
A double click handler can be added on a BeanInfo, and will be called when an instance of that bean is double-clicked
in the designer.
|
| TagDropHandler |
To add a TagDropHandler to a bean, set an instance of one as a property named "tagDropHandler" in the bean's
BeanDescriptor
|
| VisionCustomizer | |
| VisionCustomizer.DisplayListener |
Optional sub-interface for customizers that want to be notified when they are displayed
|
| Class | Description |
|---|---|
| AbstractPanelCustomizer | |
| AbstractTabbedCustomizer | |
| CommonBeanInfo |
CommonBeanInfo is the base class of all BeanInfo classes used by the Vision module.
|
| CustomizerDescriptor |
Customizer Descriptor
|
| DefaultBeanInfo |
A BeanInfo is part of the JavaBean spec - it is a class that describes a visual bean.
|
| ExtensionFunctionDescriptor |
Describes an extension function that a component may call during it's lifecycle.
|
| ExtensionFunctionDescriptor.Argument |
An argument for an extension function.
|
| ExtensionFunctionDescriptor.Builder | |
| InPlaceEditHandler |
A double-click handler that implements in-place editing for components that want text editability.
|
| OpenBindingHandler | |
| OpenEventScriptingHandler | |
| VisionBeanDescriptor |
Bean Descriptor
|