public class FileProperty extends Property
CHECKBOX_RENDERER, COMBOBOX_RENDERER, property, propertySheetOper, RADIOBUTTON_RENDERER, SET_RENDERER, STRING_RENDERER
Constructor and Description |
---|
FileProperty(PropertySheetOperator propertySheetOper,
String name)
Creates a new instance of FileProperty
|
Modifier and Type | Method and Description |
---|---|
File |
getFileValue()
getter for File value through Custom Editor
|
FileCustomEditorOperator |
invokeCustomizer()
invokes custom property editor and returns proper custom editor operator
|
void |
setFileValue(File value)
setter for File value through Custom Editor
|
void |
setFileValue(String filePath)
setter for File value through Custom Editor
|
void |
verify()
Performs verification by accessing all sub-components
|
canEditAsText, getName, getRendererName, getRow, getShortDescription, getValue, isEnabled, openEditor, setDefaultValue, setValue, setValue, supportsCustomEditor
public FileProperty(PropertySheetOperator propertySheetOper, String name)
propertySheetOper
- PropertySheetOperator where to find property.name
- String property namepublic FileCustomEditorOperator invokeCustomizer()
public void setFileValue(String filePath)
filePath
- String file pathpublic void setFileValue(File value)
value
- Filepublic File getFileValue()
public void verify()