| | Interface | Description |
|---|
| | Bar |
This interface defines all display bars. |
| | Border |
This interface defines a border in a specific elements (bases EdgeMetrics). |
| | Builder |
The Builder interface. |
| | Button |
This interface defines all methods to implement in a button display components. |
| | Component |
This interface defines the methods in a component based with the LunAS library. |
| | Focusable |
This interface defines an object groupable and focusable in the application. |
| | Groupable |
This interface defines an object groupable in the application. |
| | Iconifiable |
This interface defines all display components with an icon. |
| | IContainer |
This interface defines all method of the Container components. |
| | IMEModeSupport |
The IIMESupport interface defines the interface for any component that supports IME. |
| | Labelable |
Denotes elements or components that can be associated with label elements. |
| | Progress |
This interface defined the methods to implement a progress display component. |
| | Progressbar |
This interface defined the methods to implement a progress bar display component. |
| | Scrollbar |
This interface defines all methods to create scrollbar components. |
| | Style |
The Style interface defines style object used in the displays and components. |
| | TextInput |
This interface defines all methods to implement in a text input display components. |
| | Class | Description |
|---|
| | CoreBuilder |
This class provides a skeletal implementation of the Builder interface, to minimize the effort required to implement this interface. |
| | CoreComponent |
This class provides a skeletal implementation of all the components in Lunas, to minimize the effort required to implement this interface. |
| | CoreProgress |
This class provides a skeletal implementation of all the Progress display components, to minimize the effort required to implement this interface. |
| | CoreStyle |
This class provides a skeletal implementation of the Style interface, to minimize the effort required to implement this interface. |
| | ScrollPolicy |
Values for the horizontalScrollPolicy and verticalScrollPolicy properties of the Container and ScrollControlBase classes. |
| | StyleCollector |
This collector use a Map to register all Displays in the application. |