org.formaria.editor.netbeans.project.style
Class StyleDataLoader

java.lang.Object
  extended by UniFileLoader
      extended by org.formaria.editor.netbeans.project.style.StyleDataLoader

public class StyleDataLoader
extends UniFileLoader

Copyright (c) Formaria Ltd., 2002-2007

License: see License.txt


Field Summary
static java.lang.String REQUIRED_MIME
           
 
Constructor Summary
StyleDataLoader()
           
 
Method Summary
protected  MultiDataObject createMultiObject(FileObject primaryFile)
           
protected  SystemAction[] defaultActions()
           
protected  java.lang.String defaultDisplayName()
           
protected  void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUIRED_MIME

public static final java.lang.String REQUIRED_MIME
See Also:
Constant Field Values
Constructor Detail

StyleDataLoader

public StyleDataLoader()
Method Detail

defaultDisplayName

protected java.lang.String defaultDisplayName()

initialize

protected void initialize()

createMultiObject

protected MultiDataObject createMultiObject(FileObject primaryFile)
                                     throws DataObjectExistsException,
                                            java.io.IOException
Throws:
DataObjectExistsException
java.io.IOException

defaultActions

protected SystemAction[] defaultActions()