com.l2fprod.common.beans.editor
Class DirectoryPropertyEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.l2fprod.common.beans.editor.FilePropertyEditor
          extended by com.l2fprod.common.beans.editor.DirectoryPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class DirectoryPropertyEditor
extends FilePropertyEditor

DirectoryPropertyEditor.


Field Summary
 
Fields inherited from class com.l2fprod.common.beans.editor.FilePropertyEditor
textfield
 
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
 
Constructor Summary
DirectoryPropertyEditor()
           
 
Method Summary
protected  void selectFile()
           
 
Methods inherited from class com.l2fprod.common.beans.editor.FilePropertyEditor
customizeFileChooser, getValue, selectNull, setValue
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryPropertyEditor

public DirectoryPropertyEditor()
Method Detail

selectFile

protected void selectFile()
Overrides:
selectFile in class FilePropertyEditor