|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.gui.plugin.PluginHelper
public class PluginHelper
Constructor Summary | |
---|---|
PluginHelper()
|
Method Summary | |
---|---|
static boolean |
disablePlugin(java.awt.Component parent,
PluginInfo info)
|
static boolean |
enablePlugin(java.awt.Component parent,
PluginInfo info)
|
static boolean |
load(java.awt.Component c,
PluginInfo info)
Loads info . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginHelper()
Method Detail |
---|
public static boolean disablePlugin(java.awt.Component parent, PluginInfo info)
public static boolean enablePlugin(java.awt.Component parent, PluginInfo info)
public static boolean load(java.awt.Component c, PluginInfo info)
info
. Displays a message box, if load fails.
c
- the parent component for the error dialoginfo
- the info to load
PluginManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |