|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.support.ListSpanStrategy
bibliothek.gui.dock.station.flap.FlapSpanStrategy
public class FlapSpanStrategy
Manages the Spans of a FlapDockStation.
| Constructor Summary | |
|---|---|
FlapSpanStrategy(FlapDockStation station,
ButtonPane buttons)
Creates a new strategy. |
|
| Method Summary | |
|---|---|
protected int |
getNumberOfDockables()
Gets the number of Dockables that are actually shown on the station. |
protected boolean |
isHorizontal()
Tells whether the orientation of the underlying DockStation currently is horizontal. |
protected void |
spanResized()
Called if at least one Span changed its size |
| Methods inherited from class bibliothek.gui.dock.station.support.ListSpanStrategy |
|---|
getGap, getTeasing, reset, setController, size, tease, untease |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlapSpanStrategy(FlapDockStation station,
ButtonPane buttons)
station - the owner of this strategybuttons - the panel showing all buttons| Method Detail |
|---|
protected int getNumberOfDockables()
ListSpanStrategyDockables that are actually shown on the station.
getNumberOfDockables in class ListSpanStrategyDockablesprotected boolean isHorizontal()
ListSpanStrategyDockStation currently is horizontal.
A station is horizontal if the Dockables are ordered in a list going from the left side
of the station to the right side.
isHorizontal in class ListSpanStrategyprotected void spanResized()
ListSpanStrategySpan changed its size
spanResized in class ListSpanStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||