- generatePlugins(String, boolean) - Static method in class net.sf.jabref.plugin.util.CodeGenerator
-
- getBooleanParameter(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return the given parameter as a boolean.
- getBooleanParameters(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return all booleans stored for the given id in no particular order.
- getClassLoader(Plugin) - Static method in class net.sf.jabref.plugin.util.Util
-
- getClassParameter(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Will return an singleton instance for the given class parameter.
- getClassParameters(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
- getDateParameter(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return the Date stored in the given parameter.
- getDateParameters(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return all dates stored for the given id.
- getDeclaringPlugin() - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
If subclasses extend ParameterAccessor they should provide the plugin
instance here from which to query the parameter.
- getDeclaringPlugin() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getDeclaringPlugin() - Method in class net.sf.jabref.plugin.util.SubParameterAccessor
-
- getDeclaringPluginDescriptor() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getDeclaringPluginFragment() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getDocsPath() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getDocumentation() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getExtendedPluginId() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getExtendedPointId() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getId() - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
- getId() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getId() - Method in class net.sf.jabref.plugin.util.SubParameterAccessor
-
- getNumberParameter(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return the Number stored in the given parameter.
- getNumberParameters(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return all numbers stored for the given id.
- getParameter(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Should return the parameter for this accessor with the given id.
- getParameter(String) - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getParameter(String) - Method in class net.sf.jabref.plugin.util.SubParameterAccessor
-
- getParameters() - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Should get all parameters for this accessor.
- getParameters(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Should return all parameters for this accessor with the given id.
- getParameters() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getParameters(String) - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-
- getParameters() - Method in class net.sf.jabref.plugin.util.SubParameterAccessor
-
- getParameters(String) - Method in class net.sf.jabref.plugin.util.SubParameterAccessor
-
- getResourceParameter(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Will return the resource URL stored in the parameter with the given id.
- getResourceParameter(String, String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Will return the resource URL stored in the parameter with the given id.
- getResourceParameters(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Will return all resource URLs stored in parameters with the given id.
- getResourceParameters(String, String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Will return the resource URLs stored in the parameter with the given id.
- getStringParameter(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return the string parameter for the given id using the rawValue()
function of the parameter with the given id.
- getStringParameters(String) - Method in class net.sf.jabref.plugin.util.ParameterAccessor
-
Return all string values for the given id.
- getUniqueId() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
-