Uses of Class
org.gjt.sp.jedit.EditPlugin
Packages that use EditPlugin
-
Uses of EditPlugin in org.gjt.sp.jedit
Subclasses of EditPlugin in org.gjt.sp.jeditModifier and TypeClassDescriptionclassPlugins extending this class are automatically added to the EditBus.static classA placeholder for a plugin that didn't load.static classA placeholder for a plugin that hasn't been loaded yet.Methods in org.gjt.sp.jedit that return EditPluginModifier and TypeMethodDescriptionstatic EditPluginReturns the plugin with the specified class name.static EditPluginReturns the plugin with the specified class name.PluginJAR.getPlugin()Returns the plugin core class for this JAR file.static EditPlugin[]jEdit.getPlugins()Returns an array of installed plugins.Methods in org.gjt.sp.jedit with parameters of type EditPluginModifier and TypeMethodDescriptionstatic FileEditPlugin.getPluginHome(EditPlugin plugin) Returns the home of the specified plugin.static OutputStreamEditPlugin.getResourceAsOutputStream(EditPlugin plugin, String path) Returns an output stream to the specified resource, ornullif access to that resource is denied.static InputStreamEditPlugin.getResourceAsStream(EditPlugin plugin, String path) Returns an input stream to the specified resource, ornullif none is found.static FileEditPlugin.getResourcePath(EditPlugin plugin, String path) Returns the full path of the specified plugin resource.Method parameters in org.gjt.sp.jedit with type arguments of type EditPluginModifier and TypeMethodDescriptionstatic FileEditPlugin.getPluginHome(Class<? extends EditPlugin> clazz) Returns the home of the specified plugin.static OutputStreamEditPlugin.getResourceAsOutputStream(Class<? extends EditPlugin> clazz, String path) Returns an output stream to the specified resource, ornullif access to that resource is denied.static InputStreamEditPlugin.getResourceAsStream(Class<? extends EditPlugin> clazz, String path) Returns an input stream to the specified resource, ornullif none is found.static FileEditPlugin.getResourcePath(Class<? extends EditPlugin> clazz, String path) Returns the full path of the specified plugin resource.