|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnap.plugin.AbstractPlugin
org.xnap.plugin.bitzi.BitziPlugin
public class BitziPlugin
BitziPlugin
| Nested Class Summary | |
|---|---|
class |
BitziPlugin.LookupAction
|
| Constructor Summary | |
|---|---|
BitziPlugin()
|
|
| Method Summary | |
|---|---|
void |
close()
Invoked when the viewer is hidden. |
javax.swing.Action[] |
getActions(SearchResult[] results)
|
javax.swing.JComponent |
getComponent()
Hmm, that makes not much sense. |
javax.swing.Icon |
getIcon()
Returns a 16x16 icon. |
java.lang.String |
getName()
Returns the name of this viewer. |
void |
open(java.io.File file)
Invoked when a file should be displayed. |
void |
start()
Called each time the plugin is enabled. |
void |
startGUI()
Called each time the gui part of the plugin is enabled. |
void |
stop()
Called each time the plugin is disabled. |
void |
stopGUI()
Called each time the gui part of the plugin is disabled. |
| 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 |
| Constructor Detail |
|---|
public BitziPlugin()
| Method Detail |
|---|
public void start()
throws java.lang.Exception
Plugin
start in interface Pluginjava.lang.ExceptionPlugin.start()public void startGUI()
Plugin
startGUI in interface PluginPlugin.startGUI()public void stop()
Plugin
stop in interface PluginPlugin.stop()public void stopGUI()
Plugin
stopGUI in interface PluginPlugin.stopGUI()public javax.swing.Action[] getActions(SearchResult[] results)
getActions in interface SearchResultActionProviderorg.xnap.search.SearchResultActionProvider#getActions(org.xnap.search.SearchResult)public javax.swing.Icon getIcon()
Viewer
getIcon in interface ViewerViewer.getIcon()public javax.swing.JComponent getComponent()
Viewer
getComponent in interface ViewerViewer.getComponent()public java.lang.String getName()
Viewer
getName in interface ViewerViewer.getName()public void open(java.io.File file)
Viewer
open in interface ViewerViewer.open(java.io.File)public void close()
Viewer
close in interface ViewerViewer.close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||