|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.tab.layouting.LineTabsLayoutBlock.ZOrder
protected class LineTabsLayoutBlock.ZOrder
Calculates the z-order of various
components requiring only a subset of all comparisons
| Constructor Summary | |
|---|---|
LineTabsLayoutBlock.ZOrder(Tab[] tabs)
Creates a new LineTabsLayoutBlock.ZOrder |
|
| Method Summary | |
|---|---|
Tab[] |
getOrderedByZ()
Returns the tabs ordered by their z-order. |
int[] |
getZOrders()
Calculates the z-orders for the tabs known to this LineTabsLayoutBlock.ZOrder. |
void |
putOrder(Tab front,
Tab back)
Sets front in front of back. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineTabsLayoutBlock.ZOrder(Tab[] tabs)
LineTabsLayoutBlock.ZOrder
tabs - the tabs whose z-order needs to be calculated.| Method Detail |
|---|
public void putOrder(Tab front,
Tab back)
front in front of back. The behavior
is undefined if previous calls already established that
back must be in front of front.
front - the front tabback - the back tabpublic int[] getZOrders()
LineTabsLayoutBlock.ZOrder.
public Tab[] getOrderedByZ()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||