org.skunk.dav.client.gui.editor
Class DAVEditorFactory

java.lang.Object
  |
  +--org.skunk.dav.client.gui.editor.DAVEditorFactory

public abstract class DAVEditorFactory
extends java.lang.Object


Field Summary
static java.lang.String EDITOR_PROPERTIES
           
static java.util.Properties editorProps
           
static java.lang.String EXTENSION_PREFIX
           
static java.lang.String EXTENSION_SEPARATOR
           
 
Constructor Summary
DAVEditorFactory()
           
 
Method Summary
static DAVEditor getDefaultEditor(DAVFile file)
           
static DAVEditor getEditor(DAVFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editorProps

public static java.util.Properties editorProps

EDITOR_PROPERTIES

public static final java.lang.String EDITOR_PROPERTIES

EXTENSION_PREFIX

public static final java.lang.String EXTENSION_PREFIX

EXTENSION_SEPARATOR

public static final java.lang.String EXTENSION_SEPARATOR
Constructor Detail

DAVEditorFactory

public DAVEditorFactory()
Method Detail

getEditor

public static final DAVEditor getEditor(DAVFile file)

getDefaultEditor

public static final DAVEditor getDefaultEditor(DAVFile file)