de.jtem.jrworkspace.plugin.jrdesktop
Class JRDesktopFrame
java.lang.Object
de.jtem.jrworkspace.plugin.Plugin
de.jtem.jrworkspace.plugin.jrdesktop.JRDesktopFrame
- Direct Known Subclasses:
- TestFramePlugin
public abstract class JRDesktopFrame
- extends Plugin
JRDesktopFrame
public JRDesktopFrame()
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}
jTEM