de.jreality.tutorial.plugin
Class Persistence

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.basic.ViewShrinkPanelPlugin
          extended by de.jreality.tutorial.plugin.Persistence

public class Persistence
extends ViewShrinkPanelPlugin


Nested Class Summary
static class Persistence.Geometries
           
 
Constructor Summary
Persistence()
           
 
Method Summary
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
static void main(String[] args)
           
 void restoreStates(Controller c)
           
 void storeStates(Controller c)
           
 void uninstall(Controller c)
           
 
Methods inherited from class de.jreality.plugin.basic.ViewShrinkPanelPlugin
getPerspectivePluginClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Persistence

public Persistence()
Method Detail

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

main

public static void main(String[] args)