Class | Description | |
---|---|---|
![]() |
Represents a component that draws a border around another component. |
|
![]() |
Represents a button-like component, which can respond to user clicks. |
|
![]() |
Provides empty implementations for the methods defined in the ButtonComponentListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ButtonComponentListener. |
|
![]() |
Contains arguments passed to the customDraw event of buttons. |
|
![]() |
Displays a check-box that lets users select true / false values. |
|
![]() |
Represents the abstract base of all components. |
|
![]() |
The base class for arguments supplied to various component-related events. |
|
![]() |
For internal use. |
|
![]() |
For internal use. |
|
![]() |
Provides data to keyboard-related events. |
|
![]() |
Provides empty implementations for the methods defined in the ComponentKeyEventListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ComponentKeyEventListener. |
|
![]() |
Provides data to mouse-related component events. |
|
![]() |
Provides empty implementations for the methods defined in the ComponentMouseEventListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ComponentMouseEventListener. |
|
![]() |
For internal use. |
|
![]() |
Provides arguments for text-related events. |
|
![]() |
Provides argument for text validation events. |
|
![]() |
Provides arguments for validation events. |
|
![]() |
Represents a component which can host other components. |
|
![]() |
Represents a component which can host a single component as its child. |
|
![]() |
Represents an editable text area. |
|
![]() |
Provides empty implementations for the methods defined in the EditComponentListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of EditComponentListener. |
|
![]() |
Represents a container which arranges it's children in a two-dimensional grid. |
|
![]() |
Contains static constants that specify the horizontal alignment of a component relative to its allocated space. Center - Indicates that the component should be centered. Left - Indicates that the component should be left-aligned. Right - Indicates that the component should be right-aligned. Stretch - Indicates that the component should be stretched horizontally. @author Anton |
|
![]() |
Represents a component which can display an image. |
|
![]() |
Represents a numeric-only edit component. |
|
![]() |
Represents a slider rail component. |
|
![]() |
Represents components which can display geometric shapes. |
|
![]() |
A container which arranges its items so that they fill all available space. |
|
![]() |
Provides empty implementations for the methods defined in the SliderListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of SliderListener. |
|
![]() |
Represents a slider component, which allows users to select a single value or a range of values. |
|
![]() |
Provides empty implementations for the methods defined in the SliderRailListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of SliderRailListener. |
|
![]() |
Represents a slider rail component. |
|
![]() |
Represents a spin edit component. |
|
![]() |
Represents a container which arranges its children either vertically or horizontally. |
|
![]() |
Represents a component displaying static unformatted text. |
|
![]() |
Encapsulates the layouting information for the text in edit components. |
|
![]() |
Represents a thumb subcomponent in slider or similar components. |
|
![]() |
Provides empty implementations for the methods defined in the ThumbComponentListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of ThumbComponentListener. |
|
![]() |
Provides data to the handlers of the ThumbComponent.Dragged event. |
|
![]() |
Provides data for value change event handlers. @param <T> The type of the value that is changing. |
|
![]() |
Provides data for value validation event handlers. @param <T> The type of the value that is changing. |
|
![]() |
Contains static constants that specify the vertical alignment of a component relative to its allocated space. Bottom - Indicates that the component should be bottom-aligned. Center - Indicates that the component should be centered. Stretch - Indicates that the component should be stretched vertically. Top - Indicates that the component should be top-aligned. @author Anton |
|
![]() |
Provides methods for loading component hierarchies from XML. |
|
![]() |
An exception raised when a XmlLoader fails to parse XML content. |
Interface | Description | |
---|---|---|
![]() |
Defines a method for adding child objects to a parent objects. |
|
![]() |
Defines the events that can be raised by ButtonComponent. |
|
![]() |
Defines events raised by components. |
|
![]() |
For internal use. |
|
![]() |
Defines keyboard events that can be raised by components. |
|
![]() |
Defines keyboard events that can be raised by components. |
|
![]() |
Defines validation events that can be raised by components. |
|
![]() |
For internal use. |
|
![]() |
Defines the events that can be raised by EditComponent. |
|
![]() |
Defines the events that can be raised by NumericEditComponent. |
|
![]() |
|
|
![]() |
Defines the events that can be raised by SliderComponent. |
|
![]() |
Defines the events that can be raised by SliderRailComponent. |
|
![]() |
Defines the events that can be raised by SpinnerComponent. |
|
![]() |
Defines the events that can be raised by ThumbComponent. |
|
![]() |
Resolves types by their names. |
Enumeration | Description | |
---|---|---|
![]() |
Indicates the state of a button. |
|
![]() |
Indicates the behavior of the button. |
|
![]() |
Specifies the type of a slider component. |
|
![]() |
Specifies the type of text wrapping. |