Interface | Description |
---|---|
IErrorBox |
The IErrorBox interface describes the operations that ICE expects from a Widget that can report errors.
|
IExtraInfoWidget |
The IExtraInfoWidget interface describes the operations that ICE expects to use when it need to request additional information from a user that was originally requested in an IFormWidget.
|
IFormWidget |
The IFormWidget interface describes the operations that ICE expects from a Widget that can display Forms.
|
IObservableWidget |
The IObservableWidget interface describes the operations that must be realized by Widgets that are observable vian ICE event listeners (i.e.
|
IProcessEventListener |
Implementations of the IProcessEventListener are registered with a FormWidget and notified when a process is selected.
|
ISimpleResourceProvider |
This interface simplifies the loading and retrieval ICEResources.
|
IStreamingTextWidget |
This widget streams output text to a client.
|
ITextEditor |
The IErrorBox interface describes the operations that ICE expects from a Widget that can display a text editor to a user.
|
IUpdateEventListener |
Implementations of the IUpdateEventListener are registered with a FormWidget and notified when the Form is updated.
|
IWidgetClosedListener | |
IWidgetFactory |
The IWidgetFactory interface defines the operations used to create widgets for implementations of IClient.
|