A C E F G H I K M N P R S T W

A

accentsToHtml(String) - Static method in class kernel.Tools
Converts accentuated letters to their html form.
accentsToIso(String) - Static method in class kernel.Tools
Converts accentuated letters to their iso form.

C

compareTo(Plugin) - Method in class kernel.Plugin
Callback method, do not call it directly.

E

execute() - Method in class kernel.Plugin
This method will be automatically called when the user clicks on this plugin.

F

FILTER_DIR - Static variable in class kernel.PluginFilenames
Only the directories in the current directory.
FILTER_DIR_REC - Static variable in class kernel.PluginFilenames
Only the directories in the current directory and sub-directories.
FILTER_FILE - Static variable in class kernel.PluginFilenames
Only the files in the current directory.
FILTER_FILE_AND_DIR - Static variable in class kernel.PluginFilenames
Only the files and directories in the current directory.
FILTER_FILE_REC - Static variable in class kernel.PluginFilenames
Only the files in the current directory and sub-directories.
FILTER_NO - Static variable in class kernel.PluginFilenames
No filter.

G

getAppLanguage() - Method in class kernel.Plugin
Returns the ISO 639-1 language code of the main application.
getDescription() - Method in class kernel.Plugin
Returns a full html description of the plugin.
getDir() - Method in class kernel.PluginFilenames
Returns the current directory or null if there is no.
getFilesRec(ArrayList<File>, File, boolean) - Static method in class kernel.Tools
Gets recursively all the files from a given root directory.
getFlags() - Method in class kernel.PluginFilenames
Returns an integer in which each bit codes a flag.
getFlags() - Method in class kernel.PluginText
Returns an integer in which each bit codes a flag.
getFlagsAsLiteral() - Method in class kernel.PluginFilenames
Returns the literal form of the flags like (?
getFlagsAsLiteral() - Method in class kernel.PluginText
Returns the literal form of the flags like (?
getFlagsAsString() - Method in class kernel.PluginFilenames
Returns a String containing the names of all the ticked flags.
getFlagsAsString() - Method in class kernel.PluginText
Returns a String containing the names of all the ticked flags.
getNewFiles() - Method in class kernel.PluginFilenames
Returns the list of the new files in the same order than printed on the screen, or null if empty.
getOldFiles(int) - Method in class kernel.PluginFilenames
Returns the list of the old files in the same order than printed on the screen, or null if empty.
getOwner() - Method in class kernel.Plugin
Returns a Dialog object that can be used as the owner window for a dialog box.
getPluginsDir() - Method in class kernel.Plugin
Returns the relative directory path to the plugins.
getPrb(String, String) - Static method in class kernel.Tools
Gets the PropertyResourceBundle that corresponds to the specified language or the default one if the requested language is not available.
getReplace() - Method in class kernel.PluginFilenames
Returns the content of the Replace by field.
getReplace() - Method in class kernel.PluginText
Returns the content of the Replace by field.
getSearch() - Method in class kernel.PluginFilenames
Returns the content of the Search field.
getSearch() - Method in class kernel.PluginText
Returns the content of the Search field.
getSelectedText() - Method in class kernel.PluginFilenames
Returns the selected text.
getSelectedText() - Method in class kernel.PluginText
Returns the selected text.
getSelectionEnd() - Method in class kernel.PluginText
Returns the selected text's end position.
getSelectionStart() - Method in class kernel.PluginText
Returns the selected text's start position.
getSummary() - Method in class kernel.Plugin
Returns a short summary of the plugin.
getText() - Method in class kernel.PluginFilenames
Returns the current text to process.
getText() - Method in class kernel.PluginText
Returns the current text to process.

H

htmlToAccents(String) - Static method in class kernel.Tools
Converts html-formed letters to accentuated letters.

I

isCANON_EQ() - Method in class kernel.PluginFilenames
Indicates whether the CANON_EQ flag is ticked off.
isCANON_EQ() - Method in class kernel.PluginText
Indicates whether the CANON_EQ flag is ticked off.
isCASE_INSENSITIVE() - Method in class kernel.PluginFilenames
Indicates whether the CASE_INSENSITIVE flag is ticked off.
isCASE_INSENSITIVE() - Method in class kernel.PluginText
Indicates whether the CASE_INSENSITIVE flag is ticked off.
isCOMMENTS() - Method in class kernel.PluginFilenames
Indicates whether the COMMENTS flag is ticked off.
isCOMMENTS() - Method in class kernel.PluginText
Indicates whether the COMMENTS flag is ticked off.
isDOTALL() - Method in class kernel.PluginText
Indicates whether the DOTALL flag is ticked off.
isMULTILINE() - Method in class kernel.PluginText
Indicates whether the MULTILINE flag is ticked off.
isoToAccents(String) - Static method in class kernel.Tools
Converts iso-formed letters to accentuated letters.
isUNICODE_CASE() - Method in class kernel.PluginFilenames
Indicates whether the UNICODE_CASE flag is ticked off.
isUNICODE_CASE() - Method in class kernel.PluginText
Indicates whether the UNICODE_CASE flag is ticked off.
isUNIX_LINES() - Method in class kernel.PluginText
Indicates whether the UNIX_LINES flag is ticked off.

K

kernel - package kernel
 

M

mouseClicked(MouseEvent) - Method in class kernel.Plugin
Callback method, do not call it directly.
mouseEntered(MouseEvent) - Method in class kernel.Plugin
Callback method, do not call it directly.
mouseExited(MouseEvent) - Method in class kernel.Plugin
Callback method, do not call it directly.
mousePressed(MouseEvent) - Method in class kernel.Plugin
Callback method, do not call it directly.
mouseReleased(MouseEvent) - Method in class kernel.Plugin
Callback method, do not call it directly.

N

noAccents(String) - Static method in class kernel.Tools
Replaces all accentuated letters (even given in their html or iso form) by their non-accentuated corresponding letters.

P

Plugin - Class in kernel
All plugins have to extend one of its subclasses.
PluginFilenames - Class in kernel
All filenames plugins have to extend this abstract class and to redefine the execute method from Plugin.
PluginText - Class in kernel
All text plugins have to extend this abstract class and to redefine the execute method from Plugin.

R

readFile(String) - Method in class kernel.Plugin
Reads the specified file and returns its content in a String.
readFile(String) - Static method in class kernel.Tools
Reads a file and returns its content in a String.
removeAccents(String) - Static method in class kernel.Tools
Removes the accents on accentuated letters.
replace(int, int, String) - Method in class kernel.PluginText
Replaces the text that is between the start and the end positions by the specified one.
replaceAll(String, String) - Method in class kernel.PluginText
Replaces, in the current text, all the strings that matches the search regex by the replacement string.
replaceAllSel(String, String) - Method in class kernel.PluginText
Replaces, in the current selected text, all the strings that matches the search regex by the replacement string.

S

setCANON_EQ(boolean) - Method in class kernel.PluginFilenames
Ticks or unticks the CANON_EQ flag.
setCANON_EQ(boolean) - Method in class kernel.PluginText
Ticks or unticks the CANON_EQ flag.
setCASE_INSENSITIVE(boolean) - Method in class kernel.PluginFilenames
Ticks or unticks the CASE_INSENSITIVE flag.
setCASE_INSENSITIVE(boolean) - Method in class kernel.PluginText
Ticks or unticks the CASE_INSENSITIVE flag.
setCOMMENTS(boolean) - Method in class kernel.PluginFilenames
Ticks or unticks the COMMENTS flag.
setCOMMENTS(boolean) - Method in class kernel.PluginText
Ticks or unticks the COMMENTS flag.
setDescription(String) - Method in class kernel.Plugin
Sets the full html description of the plugin.
setDOTALL(boolean) - Method in class kernel.PluginText
Ticks or unticks the DOTALL flag.
setMULTILINE(boolean) - Method in class kernel.PluginText
Ticks or unticks the MULTILINE flag.
setReplace(String) - Method in class kernel.PluginFilenames
Sets the content of the Replace by field.
setReplace(String) - Method in class kernel.PluginText
Sets the content of the Replace by field.
setSearch(String) - Method in class kernel.PluginFilenames
Sets the content of the Search field.
setSearch(String) - Method in class kernel.PluginText
Sets the content of the Search field.
setSummary(String) - Method in class kernel.Plugin
Sets a short summary of the plugin.
setText(String) - Method in class kernel.PluginText
Sets the text to process.
setUNICODE_CASE(boolean) - Method in class kernel.PluginFilenames
Ticks or unticks the UNICODE_CASE flag.
setUNICODE_CASE(boolean) - Method in class kernel.PluginText
Ticks or unticks the UNICODE_CASE flag.
setUNIX_LINES(boolean) - Method in class kernel.PluginText
Ticks or unticks the UNIX_LINES flag.
sort(String, boolean, boolean) - Static method in class kernel.Tools
Sorts de lines of a text.
sort(ArrayList<String>, boolean, boolean) - Static method in class kernel.Tools
Sorts an ArrayList of Strings.

T

Tools - Class in kernel
This class provides some useful static methods that can be used by plugins.

W

writeFile(String, String) - Static method in class kernel.Tools
Writes a text in a file.

A C E F G H I K M N P R S T W