de.jreality.plugin.scene
Class WindowManager

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.scene.WindowManager
All Implemented Interfaces:
EventListener, ChangeListener

public class WindowManager
extends Plugin
implements ChangeListener


Constructor Summary
WindowManager()
           
 
Method Summary
 JFakeFrameWithGeometry createFrame(String title)
           
 PluginInfo getPluginInfo()
           
 boolean getShowDesktopBorder()
           
 void install(Controller c)
           
 void setShowDesktopBorder(boolean showDesktopBorder)
           
 void stateChanged(ChangeEvent e)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowManager

public WindowManager()
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

createFrame

public JFakeFrameWithGeometry createFrame(String title)

setShowDesktopBorder

public void setShowDesktopBorder(boolean showDesktopBorder)

getShowDesktopBorder

public boolean getShowDesktopBorder()

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener