de.jreality.plugin.experimental
Class WebContentLoader

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.experimental.WebContentLoader
All Implemented Interfaces:
ActionListener, EventListener

public class WebContentLoader
extends ShrinkPanelPlugin
implements ActionListener


Constructor Summary
WebContentLoader()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 Class<? extends SideContainerPerspective> getPerspectivePluginClass()
           
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
static void main(String[] args)
           
 void restoreStates(Controller c)
           
 void storeStates(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebContentLoader

public WebContentLoader()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

install

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

storeStates

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

restoreStates

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

getPerspectivePluginClass

public Class<? extends SideContainerPerspective> getPerspectivePluginClass()

getPluginInfo

public PluginInfo getPluginInfo()

main

public static void main(String[] args)