public interface DockActionBackgroundComponent extends BackgroundComponent
Component
that somehow paints a DockAction
. For example
the component could be a MiniButton
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND
the kind of
UIValue this is |
Modifier and Type | Method and Description |
---|---|
DockAction |
getAction()
Gets the
DockAction which is painted by this component. |
Dockable |
getDockable()
|
getComponent, getTransparency, repaint, setTransparency
DockAction getAction()
DockAction
which is painted by this component.null
Dockable getDockable()
null