|
Oculus Layout System API Documentation November 25, 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OculusBox in com.oculustech.layout |
Fields in com.oculustech.layout declared as OculusBox | |
protected OculusBox |
OculusLayoutHelper.root
The root of the layout of this OculusLayoutHelper |
Methods in com.oculustech.layout that return OculusBox | |
OculusBox |
OculusLayoutHelper.getRoot()
returns the root OculusBox constructed by this helper |
OculusBox |
OculusLayoutHelper.nestBox(int orientation,
int justification)
Nests a new OculusBox at the current cursor, and moves the cursor into it. |
OculusBox |
OculusLayoutHelper.nestBox(int orientation)
Nests a new OculusBox at the current cursor, and moves the cursor into it. |
OculusBox |
OculusLayoutHelper.nestBoxAsTab(java.lang.String tabName,
int orientation)
Nests a box at the current cursor, which is presumed to be in a tabbed pane, setting the tab name as given. |
OculusBox |
OculusLayoutHelper.nestBoxAsTab(java.lang.String tabName,
int orientation,
int justification)
Nests a box at the current cursor, which is presumed to be in a tabbed pane, setting the tab name as given. |
OculusBox |
OculusLayoutHelper.nestBoxInSplitPane(java.lang.String location,
int orientation)
Nests a box at the current cursor, which is presumed to be in a split pane, setting the location as given. |
OculusBox |
OculusLayoutHelper.nestBoxInSplitPane(java.lang.String location,
int orientation,
int justification)
Nests a box at the current cursor, which is presumed to be in a split pane, setting the location as given. |
static OculusBox |
OculusBox.createHorizontalOculusBox()
Creates an OculusBox that displays its components from top to bottom. |
static OculusBox |
OculusBox.createVerticalOculusBox()
Creates an OculusBox that displays it components from left to right. |
Constructors in com.oculustech.layout with parameters of type OculusBox | |
OculusLayoutHelper(OculusBox rootBox)
Constructs a new OculusLayoutHelper based in the given root box. |
|
Oculus Layout System API Documentation November 25, 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |