|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kleopatra.forms.description.jgoodies.AbstractStylable
de.kleopatra.forms.description.jgoodies.JGoodiesLine
Wrapper of FormSpec as Line.
Field Summary | |
protected java.lang.String |
DEL
|
protected java.lang.Object |
groupID
|
Fields inherited from class de.kleopatra.forms.description.jgoodies.AbstractStylable |
styleDelegate |
Fields inherited from interface de.kleopatra.forms.description.Line |
CUSTOM, DEFAULT_CONTENT, GLUE, MIN_CONTENT, PREF_CONTENT, RELATED_GAP, UNRELATED_GAP |
Constructor Summary | |
JGoodiesLine()
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
|
protected void |
firePropertyChange(java.lang.String name,
java.lang.Object oldValue,
java.lang.Object newValue)
|
protected abstract java.util.List |
getContentTypes()
|
protected abstract java.util.List |
getGapTypes()
|
protected abstract java.lang.Object |
getGlueType()
|
java.lang.Object |
getGroupID()
id of the line group. |
protected java.lang.String |
getGroupString()
|
protected de.kleopatra.forms.description.jgoodies.LineStyle |
getLineType()
|
protected java.lang.String |
getLongGroupString()
|
java.lang.String |
getMediumDescription()
hmmm.. needed in LineRenderer... |
int |
getPixelSize(java.awt.Component comp)
helping the builder to set some size in a screen representation. |
java.util.List |
getStyles()
Returns a list of all registered styles. |
boolean |
isConstant()
|
boolean |
isGap()
|
boolean |
isGlue()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
setGroupID(java.lang.Object groupID)
|
protected void |
setStyle(Style style)
pre: checkStyle. |
java.lang.String |
toString()
|
Methods inherited from class de.kleopatra.forms.description.jgoodies.AbstractStylable |
checkStyle, createComparable, createCustomStyle, createPersistenceDelegate, createStyle, createStyle, findStyleByEncoding, findStyleByKey, getDefaultStyle, getDescription, getEncodedString, getLogicalType, getStyle, getType, getValidEncoding, isPredefinedStyle, setEncodedString, setLogicalType, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.kleopatra.forms.description.Stylable |
getStyle, getType, getValidEncoding, setType |
Field Detail |
protected final java.lang.String DEL
protected java.lang.Object groupID
Constructor Detail |
public JGoodiesLine()
Method Detail |
public java.util.List getStyles()
Stylable
Items of the List are guaranteed to be valid entries in setType.
getStyles
in interface Stylable
public java.lang.Object getGroupID()
Line
getGroupID
in interface Line
public void setGroupID(java.lang.Object groupID)
setGroupID
in interface Line
public boolean isConstant()
public int getPixelSize(java.awt.Component comp)
Line
PENDING: should not be here.
getPixelSize
in interface Line
public boolean isGlue()
isGlue
in interface Line
public boolean isGap()
isGap
in interface Line
public java.lang.String getMediumDescription()
Line
getMediumDescription
in interface Line
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
addPropertyChangeListener
in interface Line
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
removePropertyChangeListener
in interface Line
public java.lang.String toString()
protected void firePropertyChange(java.lang.String name, java.lang.Object oldValue, java.lang.Object newValue)
protected abstract java.util.List getContentTypes()
protected abstract java.util.List getGapTypes()
protected abstract java.lang.Object getGlueType()
protected void setStyle(Style style)
AbstractStylable
setStyle
in class AbstractStylable
protected de.kleopatra.forms.description.jgoodies.LineStyle getLineType()
protected java.lang.String getGroupString()
protected java.lang.String getLongGroupString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |