public class BorderProperty extends ValueHandlerProperty
Border.| Constructor and Description |
|---|
BorderProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.border.Border |
get(java.lang.Object valueContainer)
Returns the border value of this property in a value container.
|
void |
set(java.lang.Object valueContainer,
javax.swing.border.Border border)
Sets the border value of this property in a value container.
|
getValue, removeValue, setValue, valueIsRemovable, valueIsSetcanBeAssiged, getDescription, getGroup, getName, getType, isMutable, toStringpublic BorderProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)
group - the property groupname - the property namedescription - the property descriptionvalueHandler - handles values for this propertypublic javax.swing.border.Border get(java.lang.Object valueContainer)
valueContainer - the value containerpublic void set(java.lang.Object valueContainer,
javax.swing.border.Border border)
valueContainer - the value containerborder - the border value