org.xnap.plugin.calpahtml
Class CalpaHtmlPlugin

java.lang.Object
  extended by org.xnap.plugin.AbstractPlugin
      extended by org.xnap.plugin.calpahtml.CalpaHtmlPlugin
All Implemented Interfaces:
Plugin

public class CalpaHtmlPlugin
extends AbstractPlugin

Provides a simple web browsing panel


Field Summary
static java.lang.String ICON_FILENAME
           
 
Constructor Summary
CalpaHtmlPlugin()
           
 
Method Summary
static CalpaHtmlPlugin getInstance()
           
 void start()
          Starts the plugin.
 void startGUI()
          Starts the GUI of the plugin.
 void stop()
          Stops the plugin.
 void stopGUI()
          Stops the GUI of the plugin.
 
Methods inherited from class org.xnap.plugin.AbstractPlugin
getInfo, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ICON_FILENAME

public static java.lang.String ICON_FILENAME
Constructor Detail

CalpaHtmlPlugin

public CalpaHtmlPlugin()
Method Detail

getInstance

public static CalpaHtmlPlugin getInstance()

start

public void start()
Starts the plugin.


startGUI

public void startGUI()
Starts the GUI of the plugin.


stop

public void stop()
Stops the plugin. Disposes all singletons.


stopGUI

public void stopGUI()
Stops the GUI of the plugin.



Copyright © 2001-2005 XNap Team. All Rights Reserved.