de.kleopatra.forms.description.jgoodies
Class JGoodiesBorder
java.lang.Object
de.kleopatra.forms.description.jgoodies.AbstractStylable
de.kleopatra.forms.description.jgoodies.JGoodiesBorder
- All Implemented Interfaces:
- LayoutBorder, Stylable
- public final class JGoodiesBorder
- extends AbstractStylable
- implements LayoutBorder
Implementation of LayoutBorder for JGoodies Forms.
NOTE: this class is public and has public constructors
as an implementation side-effect, only. Don't instantiate/access
dirctly from code.
- Version:
- $Revision: 1.1.1.1 $ - $Date: 2004/06/04 10:03:48 $
- Author:
- (C) Jeanette Winzenburg, Berlin
Methods inherited from class de.kleopatra.forms.description.jgoodies.AbstractStylable |
createPersistenceDelegate, createStyle, findStyleByEncoding, findStyleByKey, getDescription, getEncodedString, getLogicalType, getStyle, getType, getValidEncoding, setEncodedString, setLogicalType, setStyle, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGoodiesBorder
public JGoodiesBorder()
JGoodiesBorder
public JGoodiesBorder(de.kleopatra.forms.description.jgoodies.BorderStyle logicalType)
getStyles
public java.util.List getStyles()
- Description copied from interface:
Stylable
- Returns a list of all registered styles.
Items of the List are guaranteed to be valid
entries in setType.
- Specified by:
getStyles
in interface LayoutBorder
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface LayoutBorder
getEmptyBorder
public Borders.EmptyBorder getEmptyBorder()
isPredefinedStyle
protected boolean isPredefinedStyle(java.lang.Object typeKey)
- Specified by:
isPredefinedStyle
in class AbstractStylable
createCustomStyle
protected Style createCustomStyle(java.lang.String encodedString)
- Specified by:
createCustomStyle
in class AbstractStylable
createStyle
protected Style createStyle(Style current,
java.lang.Object newTypeKey)
- Specified by:
createStyle
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 encoded)
- Specified by:
createComparable
in class AbstractStylable
Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.