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.PropertyEditor
getValue
in class com.l2fprod.common.beans.editor.AbstractPropertyEditor
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class com.l2fprod.common.beans.editor.AbstractPropertyEditor
protected void selectFile()
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class com.l2fprod.common.beans.editor.AbstractPropertyEditor
protected void customizeFileChooser(APrintFileChooser chooser)
chooser
- protected void selectNull()
public static void main(java.lang.String[] args)