The core package defines interfaces and base-classes which are fundamental to the framework.
| Interface | Description | |
|---|---|---|
| IEnabled | ||
| IFluxButton | ||
| IFluxComponent | Defines the interface which all components extending from this library must implement. | |
| IFluxController | Defines the interface which all Flux controllers extending from this library must implement. | |
| IFluxFactory | ||
| IFluxList | ||
| IFluxListItem | ||
| IFluxScrollBar | ||
| IFluxView | ||
| ISelectable |
| Class | Description | |
|---|---|---|
| FluxComponent | ||
| FluxController | ||
| FluxFactory | ||
| FluxView | View class you would usually extend when creating your own custom views |