|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.programix.gui.layout.ColumnCoordinator
public class ColumnCoordinator
NOTE: This is not ready for use in this release! DO NOT USE!
Instances of this class are used in conjunction with some layout managers
to coordinate columns in two different containers.
Most subclasses of the AbstractTableLayout layout manager
can use a ColumnCoordinator.
| Constructor Summary | |
|---|---|
ColumnCoordinator()
|
|
| Method Summary | |
|---|---|
void |
add(Container container)
Adds the specified container to the containers being coordinated. |
void |
remove(Container container)
Removes the specified container from coordination. |
void |
remove(LayoutManager layoutManager)
Removes any and all coordinated containers that are using the specified layout manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnCoordinator()
| Method Detail |
|---|
public void add(Container container)
public void remove(Container container)
public void remove(LayoutManager layoutManager)
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||