| |
|
| com.jeta.forms.store.properties.JETAProperty com.jeta.forms.store.properties.BorderProperty com.jeta.forms.store.properties.DefaultBorderProperty
DefaultBorderProperty | public class DefaultBorderProperty extends BorderProperty (Code) | | A DefaultBorderProperty specifies the default border that is
assigned to a component by the current look and feel. The designer allows a
user to specify the default border in combination with custom borders for
most components.
author: Jeff Tassin |
VERSION | final public static int VERSION(Code) | | The version for this class.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
DefaultBorderProperty | public DefaultBorderProperty()(Code) | | Creates a DefaultBorderProperty instance.
|
createBorder | public Border createBorder(Component comp)(Code) | | BorderProperty implementation. Creates a default border for the Java bean
associated with this property. The call is merely forwarded to the
BorderManager which is responsible for getting the default border for the
current look and feel.
a newly created border instance. |
equals | public boolean equals(Object object)(Code) | | Object equals implementation.
|
setValue | public void setValue(Object prop)(Code) | | Sets this property to that of another property. No op for this property.
|
Fields inherited from com.jeta.forms.store.properties.JETAProperty | final public static int VERSION(Code)(Java Doc) final static long serialVersionUID(Code)(Java Doc)
|
|
|
|