|
Oculus Layout System API Documentation November 25, 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OculusLayoutInfo in com.oculustech.layout |
Classes in com.oculustech.layout that implement OculusLayoutInfo | |
class |
OculusBox
For a detailed explanation of using the Oculus Layout system, see the docs for OculusLayoutHelper. |
class |
OculusGrid
For a detailed explanation of using the Oculus Layout system, see the docs for OculusLayoutHelper. |
class |
OculusLayout
For a detailed explanation of using the Oculus Layout system, see the docs for OculusLayoutHelper. |
class |
OculusLayoutConstraints
This class implements the OculusLayoutInfo interface. |
Methods in com.oculustech.layout that return OculusLayoutInfo | |
static OculusLayoutInfo |
OculusLayoutConstraints.getDefaultConstraints(java.awt.Component c)
Returns the default OculusLayoutConstraints for c. |
Methods in com.oculustech.layout with parameters of type OculusLayoutInfo | |
java.awt.Component |
OculusGrid.add(java.awt.Component comp,
OculusLayoutInfo cont,
int column,
int row,
int horizontalJustification,
int verticalJustification)
Adds a component to the grid, with the specified justifications. |
java.awt.Component |
OculusGrid.add(java.awt.Component comp,
OculusLayoutInfo cont,
int column,
int row)
Adds a component to the grid, with the given constraints. |
java.awt.Component |
OculusLayoutHelper.addComponent(java.awt.Component c,
OculusLayoutInfo theOculusLayoutConstraints)
Adds a new component at the current cursor position with the given OculusLayoutConstraints. |
java.awt.Component |
OculusLayoutHelper.add(java.awt.Component c,
OculusLayoutInfo theOculusLayoutConstraints)
Same as addComponent(c,theOculusLayoutConstraints) |
|
Oculus Layout System API Documentation November 25, 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |