de.beamertool.admin.configuration.editor
Class DirectoryEditor

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

public class DirectoryEditor
extends FileEditor

Simple FileEditor which uses JDirectoryChooser for directory selection.
The JDirectoryChooser is choosen to allow a "correct" directory selection.

Author:
ocm-zeeman

Constructor Summary
DirectoryEditor()
          Simple constructor which sets the chooser.
 
Method Summary
 
Methods inherited from class de.beamertool.admin.configuration.editor.FileEditor
getValue, setValue
 
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

DirectoryEditor

public DirectoryEditor()
Simple constructor which sets the chooser.