public class FilePropertyEditor extends AbstractPropertyEditor
| Modifier and Type | Field and Description |
|---|---|
protected JTextField |
textfield |
editor| Constructor and Description |
|---|
FilePropertyEditor() |
FilePropertyEditor(boolean asTableEditor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeFileChooser(JFileChooser chooser)
Placeholder for subclasses to customize the JFileChooser shown to select
a file.
|
Object |
getValue() |
protected void |
selectFile() |
protected void |
selectNull() |
void |
setValue(Object value) |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditorprotected JTextField textfield
public FilePropertyEditor()
public FilePropertyEditor(boolean asTableEditor)
public Object getValue()
getValue in interface PropertyEditorgetValue in class AbstractPropertyEditorpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class AbstractPropertyEditorprotected void selectFile()
protected void customizeFileChooser(JFileChooser chooser)
chooser - protected void selectNull()
Copyright © 2015. All rights reserved.