public class DimensionProperty extends Property
CHECKBOX_RENDERER, COMBOBOX_RENDERER, property, propertySheetOper, RADIOBUTTON_RENDERER, SET_RENDERER, STRING_RENDERER
Constructor and Description |
---|
DimensionProperty(PropertySheetOperator propertySheetOper,
String name)
Creates a new instance of DimensionProperty
|
Modifier and Type | Method and Description |
---|---|
String[] |
getDimensionValue()
getter for Dimension valuethrough Custom Editor
|
DimensionCustomEditorOperator |
invokeCustomizer()
invokes custom property editor and returns proper custom editor operator
|
void |
setDimensionValue(String width,
String height)
setter for Dimension valuethrough Custom Editor
|
void |
verify()
Performs verification by accessing all sub-components
|
canEditAsText, getName, getRendererName, getRow, getShortDescription, getValue, isEnabled, openEditor, setDefaultValue, setValue, setValue, supportsCustomEditor
public DimensionProperty(PropertySheetOperator propertySheetOper, String name)
propertySheetOper
- PropertySheetOperator where to find property.name
- String property namepublic DimensionCustomEditorOperator invokeCustomizer()
public void setDimensionValue(String width, String height)
width
- String widthheight
- String heightpublic String[] getDimensionValue()
public void verify()