de.jreality.plugin.content
Class ContentLoader

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.content.ContentLoader

public class ContentLoader
extends Plugin


Constructor Summary
ContentLoader()
           
 
Method Summary
 Action getAction()
           
 String getCurrentDirectory()
           
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
 void install(View view, Content content)
           
 void mainUIChanged(String uiClass)
           
 void restoreStates(Controller c)
           
 void setCurrentDirectory(String directory)
           
 void storeStates(Controller c)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentLoader

public ContentLoader()
Method Detail

getAction

public Action getAction()

install

public void install(View view,
                    Content content)

getPluginInfo

public PluginInfo getPluginInfo()

install

public void install(Controller c)
             throws Exception
Throws:
Exception

uninstall

public void uninstall(Controller c)
               throws Exception
Throws:
Exception

restoreStates

public void restoreStates(Controller c)
                   throws Exception
Throws:
Exception

storeStates

public void storeStates(Controller c)
                 throws Exception
Throws:
Exception

getCurrentDirectory

public String getCurrentDirectory()

setCurrentDirectory

public void setCurrentDirectory(String directory)

mainUIChanged

public void mainUIChanged(String uiClass)