A
- the type of item that is wrappedpublic interface ViewItem<A>
Modifier and Type | Method and Description |
---|---|
void |
bind()
Binds this item to its action
|
DockAction |
getAction()
Gets the action that is represented by this target.
|
A |
getItem()
Gets this item as component.
|
void |
unbind()
Unbinds this item from its action
|
void bind()
void unbind()
A getItem()
null
DockAction getAction()
null