public interface InvisibleTabPane
InvisibleTabPane can "show" some InvisibleTabs. This
panel is used at places where no tabs should be shown, but the framework
assumes that tabs could be shown.| Modifier and Type | Method and Description |
|---|---|
Dockable |
getSelectedDockable()
Gets the
Dockable that is currently selected. |
DockStation |
getStation()
Gets the station for which this pane is used.
|
void |
setBorder(Dockable dockable,
Border border)
Sets the border that should be painted around
dockable. |
Dockable getSelectedDockable()
Dockable that is currently selected.nullsDockStation getStation()
void setBorder(Dockable dockable, Border border)
dockable.dockable - some child of this paneborder - the new border, can be nullIllegalArgumentException - if dockable is invalidCopyright © 2017 Docking Frames. All rights reserved.