Package org.hexworks.zircon.internal.behavior

Types

ComponentFocusOrderList
Link copied to clipboard
common
interface ComponentFocusOrderList
Stores a doubly linked list of the focusable components of a component tree and allows operations on them.
Focusable
Link copied to clipboard
common
interface Focusable : Identifiable
Represents a GUI element which can receive focus.
Identifiable
Link copied to clipboard
common
interface Identifiable
Represents any object, which has an unique UUID.
InternalCursorHandler
Link copied to clipboard
common
interface InternalCursorHandler : CursorHandler
Represents the internal API of a CursorHandler.
InternalLayerable
Link copied to clipboard
common
interface InternalLayerable : Layerable, RenderableContainer
InternalSubscription
Link copied to clipboard
common
interface InternalSubscription<T : Any> : Subscription
Observable
Link copied to clipboard
common
interface Observable<T : Any>
RenderableContainer
Link copied to clipboard
common
interface RenderableContainer
Contains a list of Renderable objects.