Uses of Interface
org.graffiti.managers.pluginmgr.PluginManager
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart | |
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
org.graffiti.editor.actions |
Contains the editor's action classes.
|
org.graffiti.managers.pluginmgr |
Contains classes for the plugin manager.
|
-
Uses of PluginManager in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart that return PluginManager Modifier and Type Method Description static PluginManager
GravistoMainHelper. getPluginManager()
-
Uses of PluginManager in org.graffiti.editor
Methods in org.graffiti.editor that return PluginManager Modifier and Type Method Description PluginManager
MainFrame. getPluginManager()
DOCUMENT ME!Constructors in org.graffiti.editor with parameters of type PluginManager Constructor Description MainFrame(PluginManager pluginmgr, Preferences prefs)
Constructs a newMainFrame
.MainFrame(PluginManager pluginmgr, Preferences prefs, JPanel progressPanel, boolean showVantedHelp)
Constructs a newMainFrame
. -
Uses of PluginManager in org.graffiti.editor.actions
Constructors in org.graffiti.editor.actions with parameters of type PluginManager Constructor Description PluginManagerEditAction(MainFrame mainFrame, PluginManager pluginmgr)
Creates a new PluginManagerEditAction object. -
Uses of PluginManager in org.graffiti.managers.pluginmgr
Classes in org.graffiti.managers.pluginmgr that implement PluginManager Modifier and Type Class Description class
DefaultPluginManager
Manages the list of plugins.Methods in org.graffiti.managers.pluginmgr that return PluginManager Modifier and Type Method Description PluginManager
PluginManagerDialog. getPluginManager()
Returns the plugin manager of this dialog.Constructors in org.graffiti.managers.pluginmgr with parameters of type PluginManager Constructor Description PluginManagerDialog(Frame parent, PluginManager pluginManager)
Constructs a new plugin manager dialog.