|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpanCallback
The link between Span and DockStation.
| Method Summary | |
|---|---|
DockStation |
getStation()
Gets the DockStation that is using this Span. |
SpanUsage |
getUsage()
Tells the Span how it is used. |
boolean |
isHorizontal()
Tells whether the Span influences some width. |
boolean |
isVertical()
Tells whether the Span influences some height. |
void |
resized()
To be called by the Span every time when its size changes. |
| Method Detail |
|---|
DockStation getStation()
DockStation that is using this Span.
nullboolean isHorizontal()
Span influences some width.
Span is horizontal, the opposite of isVertical()boolean isVertical()
Span influences some height.
Span is vertical, the opposite of isHorizontal()void resized()
Span every time when its size changes. This method should be called
from the EventDispatcherThread.
SpanUsage getUsage()
Span how it is used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||