|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvisibleTabPane
An InvisibleTabPane
can "show" some InvisibleTab
s.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
Dockable getSelectedDockable()
Dockable
that is currently selected.
null
sDockStation getStation()
void setBorder(Dockable dockable, Border border)
dockable
.
dockable
- some child of this paneborder
- the new border, can be null
IllegalArgumentException
- if dockable
is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |