|
|||||||||
Home >> All >> openfuture >> util >> [ layout overview ] | PREV NEXT |
A
- addLayoutComponent(String, Component) - Method in class openfuture.util.layout.XmFormLayout
- Add a component.
B
- BITSET - Static variable in class openfuture.util.layout.XmFormLayout
- BOTTOM - Static variable in class openfuture.util.layout.XmFormLayout
- bigDebug - Static variable in class openfuture.util.layout.XmFormLayout
C
- COMPONENT - Static variable in class openfuture.util.layout.XmFormLayout
- Component tuple constants, these must range from 0...6.
- changedFlag - Variable in class openfuture.util.layout.XmFormLayout
- constraints - Variable in class openfuture.util.layout.XmFormLayout
D
- debug - Static variable in class openfuture.util.layout.XmFormLayout
E
- evaluate(String) - Method in class openfuture.util.layout.XmFormLayout
- Parses an expression 'a.b+c' (or 'a.b-c' or 'a.b' or '+c' or '-c') into an rvalue 'a.b' and a signed number 'c'.
- explicit(BitSet) - Method in class openfuture.util.layout.XmFormLayout
- Enforce explicit constraints by binding lvalues and also marking those lvalues which can't be bound.
F
- FORM - Static variable in class openfuture.util.layout.XmFormLayout
- Other constants.
- formDimensions - Variable in class openfuture.util.layout.XmFormLayout
- formLocation - Variable in class openfuture.util.layout.XmFormLayout
G
- getAttr(int, int) - Method in class openfuture.util.layout.XmFormLayout
- If the attribute is bound then return its' value, otherwise return XmFormLayout.UNBOUND.
- getAttr(String) - Method in class openfuture.util.layout.XmFormLayout
- If the attribute is bound then return its' value, otherwise return XmFormLayout.UNBOUND.
- getAttrNr(String) - Method in class openfuture.util.layout.XmFormLayout
- getBitset(int) - Method in class openfuture.util.layout.XmFormLayout
- getComponent(int) - Method in class openfuture.util.layout.XmFormLayout
- getComponentName(int) - Method in class openfuture.util.layout.XmFormLayout
- getComponentNr(String) - Method in class openfuture.util.layout.XmFormLayout
- getOffset(int, int) - Method in class openfuture.util.layout.XmFormLayout
- Returns the preferred offset (width or height) between the specified attribute and its' opposite.
I
- INVALID - Static variable in class openfuture.util.layout.XmFormLayout
- implicit() - Method in class openfuture.util.layout.XmFormLayout
- Enforces implicit constraints by binding component attributes which haven't an lvalue in ANY explicit constraint and whose opposite attribute is already bound, e.g.
- isBound(int, int) - Method in class openfuture.util.layout.XmFormLayout
- Returns true if this component's attribute was bound; that is, if this.setAttr() was called.
- isMarked(int, int) - Method in class openfuture.util.layout.XmFormLayout
- Returns true if this component's attribute is an lvalue in any explicit constraint; that is, if this.setMarked() was called.
L
- LEFT - Static variable in class openfuture.util.layout.XmFormLayout
- layoutContainer(Container) - Method in class openfuture.util.layout.XmFormLayout
- Reshape all components in the container.
M
- minimumLayoutSize(Container) - Method in class openfuture.util.layout.XmFormLayout
- XmFormLayout knowns only one size (the preferred size).
- myName - Variable in class openfuture.util.layout.XmFormLayout
- The constraints and the results of the last reshape() computations.
N
- NAME - Static variable in class openfuture.util.layout.XmFormLayout
- nameToIndex - Variable in class openfuture.util.layout.XmFormLayout
O
- openfuture.util.layout - package openfuture.util.layout
- opposite(int) - Method in class openfuture.util.layout.XmFormLayout
P
- parseAttr(String) - Method in class openfuture.util.layout.XmFormLayout
- Parse a fully-qualified attribute name 'a.b' into a component 'a' and an attribute 'b', and return the component number and attribute number.
- preferredLayoutSize(Container) - Method in class openfuture.util.layout.XmFormLayout
- processConstraints(String[]) - Method in class openfuture.util.layout.XmFormLayout
R
- RIGHT - Static variable in class openfuture.util.layout.XmFormLayout
- readConstraintsFromFile(String) - Method in class openfuture.util.layout.XmFormLayout
- readConstraintsFromStream(BufferedReader) - Method in class openfuture.util.layout.XmFormLayout
- readConstraintsFromURL(String) - Method in class openfuture.util.layout.XmFormLayout
- reconstrain() - Method in class openfuture.util.layout.XmFormLayout
- Layout the container according to constraints.
- removeBlanks(String) - Method in class openfuture.util.layout.XmFormLayout
- remove blanks from a constraint and return the result
- removeLayoutComponent(Component) - Method in class openfuture.util.layout.XmFormLayout
- Removes a component.
- reshape(int, int, int, int) - Method in class openfuture.util.layout.XmFormLayout
- If the container's location or shape has changed, or if any of the component's have changed, then re-compute the constraints; otherwise use what was already computed.
S
- setAttr(int, int, int) - Method in class openfuture.util.layout.XmFormLayout
- Try to set a attribute; returns true if the was set or false if it was deferred (the latter will happen if the value is XmFormLayout.UNBOUND).
- setAttr(String, int) - Method in class openfuture.util.layout.XmFormLayout
- Try to set a attribute 'c.a'; returns true if the was set or false if it was deferred (the latter will happen if the value is XmFormLayout.UNBOUND).
- setBound(int, int) - Method in class openfuture.util.layout.XmFormLayout
- setMarked(int, int) - Method in class openfuture.util.layout.XmFormLayout
T
- TOP - Static variable in class openfuture.util.layout.XmFormLayout
- tuples - Variable in class openfuture.util.layout.XmFormLayout
U
- UNBOUND - Static variable in class openfuture.util.layout.XmFormLayout
X
- XmFormLayout - class openfuture.util.layout.XmFormLayout.
- XmFormLayout(String[]) - Constructor for class openfuture.util.layout.XmFormLayout
- The constructor.
- XmFormLayout(String) - Constructor for class openfuture.util.layout.XmFormLayout
- The constructor for reading constraints from file or URL
A B C D E F G I L M N O P R S T U X
|
|||||||||
Home >> All >> openfuture >> util >> [ layout overview ] | PREV NEXT |