jrworkspace by
jTEM

de.jtem.jrworkspace.plugin.jrdesktop
Class JRDesktopFrame

java.lang.Object
  extended by de.jtem.jrworkspace.plugin.Plugin
      extended by de.jtem.jrworkspace.plugin.jrdesktop.JRDesktopFrame
Direct Known Subclasses:
TestFramePlugin

public abstract class JRDesktopFrame
extends Plugin


Constructor Summary
JRDesktopFrame()
           
 
Method Summary
protected abstract  Container getContent()
           
protected  JInternalFrame getInternalFrame()
           
 void install(Controller c)
          Is called when the plug-in is installed
 void uninstall(Controller c)
          Id called when this plug-in is about to be uninstalled
 
Methods inherited from class de.jtem.jrworkspace.plugin.Plugin
equals, getPluginInfo, hashCode, restoreStates, storeStates, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRDesktopFrame

public JRDesktopFrame()
Method Detail

getContent

protected abstract Container getContent()

getInternalFrame

protected JInternalFrame getInternalFrame()

install

public void install(Controller c)
             throws Exception
Description copied from class: Plugin
Is called when the plug-in is installed

Overrides:
install in class Plugin
Parameters:
c - the applications Controller
Throws:
Exception
See Also:
Controller}

uninstall

public void uninstall(Controller c)
               throws Exception
Description copied from class: Plugin
Id called when this plug-in is about to be uninstalled

Overrides:
uninstall in class Plugin
Parameters:
c - this applications Controller
Throws:
Exception
See Also:
Controller}

jrworkspace by
jTEM

jTEM