public class ImagePropertyEditor
extends com.l2fprod.common.beans.editor.AbstractPropertyEditor
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JLabel |
imageLabel |
| Constructor and Description |
|---|
ImagePropertyEditor() |
ImagePropertyEditor(boolean asTableEditor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeFileChooser(APrintFileChooser chooser)
Placeholder for subclasses to customize the JFileChooser shown to select a
file.
|
java.lang.String |
getAsText() |
java.lang.Object |
getValue() |
static void |
main(java.lang.String[] args) |
protected void |
selectFile() |
protected void |
selectNull() |
void |
setValue(java.lang.Object value) |
public ImagePropertyEditor()
public ImagePropertyEditor(boolean asTableEditor)
public java.lang.Object getValue()
getValue in interface java.beans.PropertyEditorgetValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditorpublic void setValue(java.lang.Object value)
setValue in interface java.beans.PropertyEditorsetValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditorprotected void selectFile()
public java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditorgetAsText in class com.l2fprod.common.beans.editor.AbstractPropertyEditorprotected void customizeFileChooser(APrintFileChooser chooser)
chooser - protected void selectNull()
public static void main(java.lang.String[] args)