Package tools.aqua.bgw.components

Types

Link copied to clipboard
abstract class ComponentView

ComponentView is the abstract baseclass of all framework components.

Link copied to clipboard
abstract class DynamicComponentView : ComponentView

Baseclass for all ComponentViews that can be draggable.

Link copied to clipboard
interface LayeredContainer<T : ComponentView>

An interface that describes a container which can hold ComponentView that can be layered.

Link copied to clipboard
class RootComponent<T : ComponentView> : ComponentView, LayeredContainer<T>

The root component in the view hierarchy of a Scene.

Link copied to clipboard
abstract class StaticComponentView<T : ComponentView> : ComponentView

Baseclass for all ComponentViews that are considered static.