|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.swing.layout.splitter.SplitterConstraint
public class SplitterConstraint
A SplitterConstraint is a set of component layout constraints used by the SplitterLayout
layout manager.
| Constructor Summary | |
|---|---|
SplitterConstraint()
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
isAnyFiller()
Checks if the component is a regular or makeshift filler component. |
boolean |
isFiller()
Checks if the component is a filler component. |
boolean |
isMakeshiftFiller()
Checks if the component is a makeshift filler component. |
void |
setFiller(boolean filler)
Sets the filler component property. |
void |
setMakeshiftFiller(boolean makeshiftFiller)
Sets the makeshift filler component property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitterConstraint()
| Method Detail |
|---|
public boolean isAnyFiller()
public boolean isFiller()
public void setFiller(boolean filler)
filler - true The component fills up any remaining space of the target.public boolean isMakeshiftFiller()
public void setMakeshiftFiller(boolean makeshiftFiller)
makeshiftFiller - true The component fills up any remaining space of the target
as long as there is no true filler.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||