public class ClasspathProperty extends Property
CHECKBOX_RENDERER, COMBOBOX_RENDERER, property, propertySheetOper, RADIOBUTTON_RENDERER, SET_RENDERER, STRING_RENDERER
Constructor and Description |
---|
ClasspathProperty(PropertySheetOperator propertySheetOper,
String name)
Creates a new instance of ClasspathProperty
|
Modifier and Type | Method and Description |
---|---|
String[] |
getClasspathValue()
getter for Classpath value through Custom Editor
|
ClasspathCustomEditorOperator |
invokeCustomizer()
invokes custom property editor and returns proper custom editor operator
|
void |
setClasspathValue(String[] classPathElements)
setter for Classpath 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 ClasspathProperty(PropertySheetOperator propertySheetOper, String name)
propertySheetOper
- PropertySheetOperator where to find property.name
- String property namepublic ClasspathCustomEditorOperator invokeCustomizer()
public String[] getClasspathValue()
public void setClasspathValue(String[] classPathElements)
classPathElements
- String[] array of directory paths or JAR or ZIP file pathspublic void verify()