Package tools. aqua. bgw. components
Types
Link copied to clipboard
ComponentView is the abstract baseclass of all framework components.
Link copied to clipboard
Baseclass for all ComponentViews that can be draggable.
Link copied to clipboard
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>
Content copied to clipboard
The root component in the view hierarchy of a Scene.
Link copied to clipboard
Baseclass for all ComponentViews that are considered static.