de.beamertool.admin.configuration.editor
Class FileEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by de.beamertool.admin.configuration.editor.FileEditor
All Implemented Interfaces:
PropertyEditor
Direct Known Subclasses:
DirectoryEditor

public class FileEditor
extends com.l2fprod.common.beans.editor.AbstractPropertyEditor

Editor to allow file selection and presentation.
The default java file selector is used but may be overridden in a subclass.

Author:
ocm-zeeman

Constructor Summary
FileEditor()
          Simple constructor initalizing all fields.
 
Method Summary
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEditor

public FileEditor()
Simple constructor initalizing all fields.

Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditor

setValue

public void setValue(Object value)
Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditor