Skip navigation links
C G I J M N P R S T U 

C

CodeGenerator - Class in net.sf.jabref.plugin.util
Generate plug-in code from plugin.xml.
CodeGenerator() - Constructor for class net.sf.jabref.plugin.util.CodeGenerator
 

G

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
See ParameterAccessor.getClassParameter(String) for details how singleton instances are created.
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
 

I

isValid() - Method in class net.sf.jabref.plugin.util.RuntimeExtension
 

J

join(String[], String, int, int) - Static method in class net.sf.jabref.plugin.util.Util
Concatenate all strings in the array from index 'from' to 'to' (excluding to) with the given separator.
joinPath(String, String) - Static method in class net.sf.jabref.plugin.util.Util
 

M

main(String[]) - Static method in class net.sf.jabref.plugin.util.CodeGenerator
Generate Plug-ins from plugin.xml files.

N

net.sf.jabref.plugin.util - package net.sf.jabref.plugin.util
 

P

parameter2Boolean(String, Extension.Parameter) - Static method in class net.sf.jabref.plugin.util.Util
 
parameter2Date(String, Extension.Parameter) - Static method in class net.sf.jabref.plugin.util.Util
 
parameter2Number(String, Extension.Parameter) - Static method in class net.sf.jabref.plugin.util.Util
 
parameter2URL(Extension.Parameter, Plugin) - Static method in class net.sf.jabref.plugin.util.Util
 
parameter2URL(Extension.Parameter, String, Plugin) - Static method in class net.sf.jabref.plugin.util.Util
 
ParameterAccessor - Class in net.sf.jabref.plugin.util
Abstract base class that provides methods for access parameters of different types.
ParameterAccessor() - Constructor for class net.sf.jabref.plugin.util.ParameterAccessor
 

R

RuntimeExtension - Class in net.sf.jabref.plugin.util
Helper class to wrap an existing extension for use in a plugin.
RuntimeExtension(Plugin, Extension) - Constructor for class net.sf.jabref.plugin.util.RuntimeExtension
 

S

SubParameterAccessor - Class in net.sf.jabref.plugin.util
Helper class to wrap a parameter for use in the generated code.
SubParameterAccessor(Plugin, Extension.Parameter) - Constructor for class net.sf.jabref.plugin.util.SubParameterAccessor
 

T

toUpperFirstLetter(String) - Static method in class net.sf.jabref.plugin.util.Util
Returns the given string but with the first character turned into an upper case character.

U

Util - Class in net.sf.jabref.plugin.util
Some useful helper methods.
Util() - Constructor for class net.sf.jabref.plugin.util.Util
 
C G I J M N P R S T U 
Skip navigation links