JIDE 3.5.15

com.jidesoft.action
Interface DockableBarContainer.DockableBarShrinkOrderProvider

Enclosing class:
DockableBarContainer

public static interface DockableBarContainer.DockableBarShrinkOrderProvider

This is an interface to provide shrink order for a designated row while doing layout.


Method Summary
 int[] getShrinkOrder(int rowIndex)
          Get the shrink order.
 

Method Detail

getShrinkOrder

int[] getShrinkOrder(int rowIndex)
Get the shrink order.

It should return an integer array, each element of which is the index of DockableBar in that row.

Parameters:
rowIndex - the row index of the DockableBars
Returns:
the shrink order of the DockableBars. The first element would shrink at the first and so on.

JIDE 3.5.15