WebLogic Workshop provides several interfaces and classes you can use to incorporate advanced features into your Java controls. The documentation for these is included with this CDK.
Note that the package lists given here are abbreviated to include only those interfaces and classes that are relevant for advanced control development. For the full package list, see the core WebLogic Workshop documentation.
The base interface for all controls. |
|
|
|
The ControlContext interface defines the container services and events for controls |
|
|
|
Defines life cycle callbacks received by controls. |
|
|
|
A marker interface indicating that the implementing source (in a JCX file) extends a Java control. |
|
|
|
A marker interface indicating that the implementing source (in a JCX file) extends a Java control. |
|
|
|
A marker interface indicating that the implementing source (in a JCS file) is control source. |
|
|
|
A marker interface indicating that the implementing source (in a JCS file) is control source. |
|
|
|
A control implementation must implement this if it can be extended by a control extension (through a JCX file). |
|
|
|
Implement this interface to create an issue class that your control can return to have the IDE display errors or messages. |
|
|
|
Provides methods in which you can validate a control JCX file. |
|
|
|
Provides methods in which you can validate a control method. |
|
|
|
validate a property annotation as a whole. |
|
|
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. |
|
|
|
Represents a control attribute. |
|
|
|
Base interface for the context objects passed to EditorSupport methods. |
|
|
|
Represents a control extension instance. |
|
|
|
Represents a control extension interface. |
|
|
|
Represents a control method. |
|
|
|
Represents a control tag. |
|
|
|
A class that allows this wizard to validate some information before returning from show() |
|
|
|
A class that allows complete control of the look of an insert wizard. |
|
|
|
A tag name and attribute list pair. |
|
|
|
Name/value pairs for tag attributes. |
|
|
|
A simple implementation of EditorSupport. |
|
|
|
This will be passed into control wizards and editors to allow limited access to the IDE framework. |
|
|
|
This provides information needed by the editor to customize behavior of a control. |
|
|