The interface that a property builder must implement to show a single-pane property editor. |
|
Property editors that manage their own dialogs can implement this interface. |
|
Base interface for the context objects passed to EditorSupport methods. |
|
A class that allows a custom insert wizard to request name validation from the IDE before returning from the wizard's show method. |
|
This will be passed into control wizards and editors to allow limited access to the IDE framework. |
|
Provides information needed by the IDE to customize a control's behavior in Design View. |
|
Locates Controls for the IDE, mostly via the jar's control xml file. |
|
Implements a IDataPaletteView driver for control containers. |
|
Utility class to generate methods available for control instances. |
|
Currently a dummy class so we can populate the data palette with control methods. |
|
Compare by method name. |
|
methods for dealing with controls and control containers. |
|
Extend this class for complete control of the look of an insert wizard. |
|
A single pane wizard dialog for inserting control instances, or creating JCX files. |
|
Provides a way to capture a property annotation and its attributes for passing to the IDE. |
|
Provides a way to capture a property attribute and its values for passing to the IDE. |
|
A simple implementation of EditorSupport. |