de.kleopatra.forms.description.jgoodies
Class JGoodiesRow
java.lang.Object
de.kleopatra.forms.description.jgoodies.AbstractStylable
de.kleopatra.forms.description.jgoodies.JGoodiesLine
de.kleopatra.forms.description.jgoodies.JGoodiesRow
- All Implemented Interfaces:
- Line, Row, Stylable
- public final class JGoodiesRow
- extends JGoodiesLine
- implements Row
Implementation of Row 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.
- Version:
- $Revision: 1.2 $ $Date: 2004/09/30 10:18:21 $
- Author:
- (C) 2003 Jeanette Winzenburg, Berlin
Methods inherited from class de.kleopatra.forms.description.jgoodies.JGoodiesLine |
addPropertyChangeListener, firePropertyChange, getGroupID, getGroupString, getLineType, getLongGroupString, getMediumDescription, getPixelSize, getStyles, isConstant, isGap, isGlue, removePropertyChangeListener, setGroupID, setStyle, toString |
Methods inherited from class de.kleopatra.forms.description.jgoodies.AbstractStylable |
createPersistenceDelegate, createStyle, findStyleByEncoding, findStyleByKey, getDescription, getEncodedString, getLogicalType, getStyle, getType, getValidEncoding, setEncodedString, setLogicalType, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JGoodiesRow
public JGoodiesRow()
JGoodiesRow
public JGoodiesRow(de.kleopatra.forms.description.jgoodies.RowStyle rowType)
getRowSpec
public RowSpec getRowSpec()
getContentTypes
protected java.util.List getContentTypes()
- Specified by:
getContentTypes
in class JGoodiesLine
getGapTypes
protected java.util.List getGapTypes()
- Specified by:
getGapTypes
in class JGoodiesLine
getGlueType
protected java.lang.Object getGlueType()
- Specified by:
getGlueType
in class JGoodiesLine
isPredefinedStyle
protected boolean isPredefinedStyle(java.lang.Object typeKey)
- Specified by:
isPredefinedStyle
in class AbstractStylable
createStyle
protected Style createStyle(Style current,
java.lang.Object newTypeKey)
- Specified by:
createStyle
in class AbstractStylable
createCustomStyle
protected Style createCustomStyle(java.lang.String encodedString)
- Specified by:
createCustomStyle
in class AbstractStylable
getDefaultStyle
protected Style getDefaultStyle()
- Specified by:
getDefaultStyle
in class AbstractStylable
checkStyle
protected boolean checkStyle(java.lang.Object style)
- Specified by:
checkStyle
in class AbstractStylable
createComparable
protected java.lang.Object createComparable(java.lang.String encoding)
- Specified by:
createComparable
in class AbstractStylable
Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.