public interface ITextEditor
The IErrorBox interface describes the operations that ICE expects from a Widget that can display a text editor to a user.
Modifier and Type | Method and Description |
---|---|
void |
display()
This operation directs the ITextEditor to display its text.
|
ICEResource |
getResource()
This operation retrieves the ICEResource that editor is displaying or null if it has not been set.
|
void |
setResource(ICEResource resource)
This operation sets the ICEResource that editor should display.
|
void setResource(ICEResource resource)
This operation sets the ICEResource that editor should display.
resource
- The ICEResource
ICEResource getResource()
This operation retrieves the ICEResource that editor is displaying or null if it has not been set.
The ICEResource
void display()
This operation directs the ITextEditor to display its text. It must be implemented by subclasses that code to a specific UI API (SWT, Swing).