Methods | |
Number | depth () |
Number | getNumWindows () |
Number | getPreferredDepth () |
DzDockWindow | getWindow (Number which) |
Boolean | isMinimized () |
void | minimize () |
Number | minimumDepth () |
void | restore () |
void | setPreferredDepth (Number depth) |
void | toggleMinimized () |
Number DzDockAreaColumn::depth | ( | ) |
Number DzDockAreaColumn::getNumWindows | ( | ) |
Number DzDockAreaColumn::getPreferredDepth | ( | ) |
DzDockWindow DzDockAreaColumn::getWindow | ( | Number | which | ) |
which | The index of the window to return. |
Boolean DzDockAreaColumn::isMinimized | ( | ) |
void DzDockAreaColumn::minimize | ( | ) |
Minimizes the column, if it is not already. The column shrinks so that only its resizing handle is visible.
Number DzDockAreaColumn::minimumDepth | ( | ) |
void DzDockAreaColumn::restore | ( | ) |
Restores the column to its previous depth if the column is currently minimized.
void DzDockAreaColumn::setPreferredDepth | ( | Number | depth | ) |
Set the depth of the column.
depth | The new depth for the column. If depth is less the minimum depth, the column becomes the minimum depth. |
void DzDockAreaColumn::toggleMinimized | ( | ) |
Toggles whether this column is minimized - if minimized, the column restores itself, if full size the column becomes minimized.