|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kleopatra.forms.description.jgoodies.JGoodiesConstraint
Implementation of Constraint for JGoodies Forms.
NOTE: this class is public and has public constructors as an implementation side-effect, only. Don't instantiate/access directly from code.
Constructor Summary | |
JGoodiesConstraint()
ussed by XMLDecoder: needed to ensure proper instantiation of wrapped constraint. |
|
JGoodiesConstraint(CellConstraints constraint)
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
extend(int rowDelta,
int columnDelta)
|
void |
extendHeight(int delta)
|
void |
extendWidth(int delta)
|
CellConstraints |
getCellConstraints()
|
java.lang.String |
getComponentClassName()
|
java.lang.Object |
getComponentID()
|
java.lang.String |
getDescription()
|
java.lang.String |
getEncodedString()
a String representation capable of instantiating a valid constraint. |
int |
getFirstColumn()
|
int |
getFirstRow()
|
java.lang.Object |
getHAlignment()
|
java.util.List |
getHAlignmentTypes()
|
int |
getHeight()
|
int |
getLastColumn()
|
int |
getLastRow()
|
java.lang.Object |
getVAlignment()
|
java.util.List |
getVAlignmentTypes()
|
int |
getWidth()
|
boolean |
isAnchor(int row,
int column)
|
boolean |
isInside(int row,
int column)
|
void |
moveTo(int row,
int column)
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
setComponentClassName(java.lang.String className)
|
void |
setComponentID(java.lang.Object componentID)
|
void |
setEncodedString(java.lang.String encodedString)
set all properties. |
void |
setHAlignment(java.lang.Object alignment)
|
void |
setVAlignment(java.lang.Object alignment)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JGoodiesConstraint()
public JGoodiesConstraint(CellConstraints constraint)
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
addPropertyChangeListener
in interface Constraint
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
removePropertyChangeListener
in interface Constraint
public java.util.List getHAlignmentTypes()
public java.util.List getVAlignmentTypes()
public java.lang.Object getHAlignment()
getHAlignment
in interface Constraint
public void setHAlignment(java.lang.Object alignment)
setHAlignment
in interface Constraint
public java.lang.Object getVAlignment()
getVAlignment
in interface Constraint
public void setVAlignment(java.lang.Object alignment)
setVAlignment
in interface Constraint
public void setEncodedString(java.lang.String encodedString)
Note: this method is meant mainly for handling persistence and will not fire any event.
setEncodedString
in interface Constraint
public java.lang.String getEncodedString()
Constraint
Note: this method is meant mainly for handling persistence and will not fire any event. Hmmm...
getEncodedString
in interface Constraint
public java.lang.Object getComponentID()
getComponentID
in interface Constraint
public void setComponentID(java.lang.Object componentID)
setComponentID
in interface Constraint
public java.lang.String getComponentClassName()
getComponentClassName
in interface Constraint
public void setComponentClassName(java.lang.String className)
setComponentClassName
in interface Constraint
public CellConstraints getCellConstraints()
public int getFirstRow()
getFirstRow
in interface Constraint
public int getFirstColumn()
getFirstColumn
in interface Constraint
public int getLastRow()
getLastRow
in interface Constraint
public int getLastColumn()
getLastColumn
in interface Constraint
public int getHeight()
getHeight
in interface Constraint
public int getWidth()
getWidth
in interface Constraint
public void extendHeight(int delta)
public void extendWidth(int delta)
public void extend(int rowDelta, int columnDelta)
extend
in interface Constraint
public void moveTo(int row, int column)
moveTo
in interface Constraint
public boolean isAnchor(int row, int column)
isAnchor
in interface Constraint
public boolean isInside(int row, int column)
isInside
in interface Constraint
public java.lang.String toString()
public java.lang.String getDescription()
getDescription
in interface Constraint
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |