|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Plugin
java.lang.Exception
Plugin.start()
public void startGUI()
Plugin
startGUI
in interface Plugin
Plugin.startGUI()
public void stop()
Plugin
stop
in interface Plugin
Plugin.stop()
public void stopGUI()
Plugin
stopGUI
in interface Plugin
Plugin.stopGUI()
public javax.swing.Action[] getActions(SearchResult[] results)
getActions
in interface SearchResultActionProvider
org.xnap.search.SearchResultActionProvider#getActions(org.xnap.search.SearchResult)
public javax.swing.Icon getIcon()
Viewer
getIcon
in interface Viewer
Viewer.getIcon()
public javax.swing.JComponent getComponent()
Viewer
getComponent
in interface Viewer
Viewer.getComponent()
public java.lang.String getName()
Viewer
getName
in interface Viewer
Viewer.getName()
public void open(java.io.File file)
Viewer
open
in interface Viewer
Viewer.open(java.io.File)
public void close()
Viewer
close
in interface Viewer
Viewer.close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |