See: Description
Interface | Description |
---|---|
ActionListener | |
Button |
This class defines the public interface of a Button.
|
Button.ButtonListener |
This interface defines button listener that listens to both mouse pressed
and released events on the button.
|
Canvas |
This interface defines the Canvas widget public interface.
|
Canvas.Graphics |
This interface defines a rudimentaty 2D graphics drawing context.
|
Canvas.OnPaintCallback |
This interface defines the painter callback for the
Canvas . |
CardLayout |
The public interface of the CardLayout layout.
|
ChangeListener |
Defines an object which listens for changes from some source.
|
CheckBox |
Defines the public interface of a CheckBox.
|
ComboBox |
This class defines the public interface of a ComboBox.
|
FileDialogCallback |
Defines an functional intercafe that is invoked when a FileDialog is
dismissed.
|
FocusListener |
Defines an object that listens to changes in the keyboard focus.
|
Label |
Defines the public interface of a Label
|
Layout |
Defines the public interface of a Layout
|
OpenGLCanvas |
Defines the public interface of a
OpenGLCanvas . |
OpenGLCanvas.GestureHandler |
Defines an object that is called to handle gestures.
|
OpenGLCanvas.RenderCallback |
Defines the OpenGL callbacks.
|
Picture |
defines the public interface of a Picture widget.
|
RadioButton | |
SourceCodeEditor |
Defines a
SourceCodeEditor that displays and allows editing of a text
file. |
SourceCodeEditor.EditListener |
Defines an object that listen to edits of text.
|
SourceCodeEditor.SelectionListener |
Defines an object that listen to changes in the selection.
|
SplitLayout |
Defines the public interface of a
SplitLayout which is empty as
SplitLayout does not support any parameters or options nor dynamic
modifications. |
TabbedLayout |
Defines the public interface of a
TabbedLayout . |
TabbedLayout.TabListener | |
TextField | |
ToggleButton |
Defines the public interface of a ToggleButton
|
Widget |
This interface defines the functionality that is common to all widgets.
|
WidgetFactory |
This interface defines a factory who responsibility is to implement most of the functionality of the UWKit.
|