Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P R S T U V W

A

ARGUMENT_NAME - Static variable in class org.greenstone.gatherer.Configuration
The string identifying an argument's name attribute.
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.GAuthenticator.AuthenticationActionListener
Any implementation of an ActionListener must include this method so that we can be informed when an action has been performed on our registered controls, allowing us to dispose of the authentication dialog after determining if this is a submit action or a cancel one.
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.GAuthenticator.RequestFocusListener
Any implementation of an ActionListener must include this method so that we can be informed when an action has been performed on our registered controls, allowing us to request focus in the target control.
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.Log
Any implementation of ActionListener must include this method so we can be informed when an action has occured.
add(Message) - Method in class org.greenstone.gatherer.Log
Add a message to the log.
addDirectoryMapping(String, File) - Method in class org.greenstone.gatherer.Configuration
Add a special directory mapping.
addDownload(String) - Method in class org.greenstone.gatherer.WGet
Called by the WGet native code to inform us of a new download starting within the given job.
addLink(String, int) - Method in class org.greenstone.gatherer.WGet
 
apps - Variable in class org.greenstone.gatherer.Gatherer
All of the external applications that must exit before we close the Gatherer.
assoc_man - Static variable in class org.greenstone.gatherer.Gatherer
The manager in charge of remembering what file extension gets opened with what program.
authentication_cancelled - Variable in class org.greenstone.gatherer.GAuthenticator
Indicates if this authentication prompt been cancelled, and if so rolls-back authentication.
authentications - Static variable in class org.greenstone.gatherer.Gatherer
 

B

BROWSER - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is the browsing methods.
BUILDING - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is the building methods.
busy - Variable in class org.greenstone.gatherer.WGet
true if there is a task currently being carried out, false otherwise.

C

COLLECT - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is the file collection methods.
COLLECTION_SPECIFIC - Static variable in class org.greenstone.gatherer.Configuration
 
CONFIG_FILE_NAME - Static variable in class org.greenstone.gatherer.Gatherer
The name of the Gatherers configuration file.
CONFIG_XML - Static variable in class org.greenstone.gatherer.Configuration
The name of the general Gatherer configuration file.
Configuration - class org.greenstone.gatherer.Configuration.
This class stores the various configurable settings inside the Gatherer, both during a session, and between sessions in the form of XML.
Configuration(String, String, String) - Constructor for class org.greenstone.gatherer.Configuration
Constructor.
c_man - Static variable in class org.greenstone.gatherer.Gatherer
A public reference to the CollectionManager.
cache_hit - Variable in class org.greenstone.gatherer.Configuration
 
cache_miss - Variable in class org.greenstone.gatherer.Configuration
 
cancel_action - Variable in class org.greenstone.gatherer.GAuthenticator.AuthenticationActionListener
true if this authentication action cancels the authentication, false otherwise.
cancel_button - Variable in class org.greenstone.gatherer.GAuthenticator
The button used to cancel a prompt.
changeDictionary(Locale) - Method in class org.greenstone.gatherer.Dictionary
Change the currently loaded dictionary and update registered components
collection_config - Variable in class org.greenstone.gatherer.Configuration
Collection level configuration (which in some cases overrides general configuration.
command - Variable in class org.greenstone.gatherer.Gatherer.BrowserApplication
The initial command string given to this sub-process.
command - Variable in class org.greenstone.gatherer.Gatherer.ExternalApplication
The initial command string given to this sub-process.
command - Variable in class org.greenstone.gatherer.Gatherer.PerlTest
 
commands - Variable in class org.greenstone.gatherer.Gatherer.BrowserApplication
 
commands - Variable in class org.greenstone.gatherer.Gatherer.ExternalApplication
 
component - Variable in class org.greenstone.gatherer.Dictionary.ComponentUpdateTask
 
component - Variable in class org.greenstone.gatherer.Dictionary.JTabbedPaneChangeTask
 
config - Static variable in class org.greenstone.gatherer.Gatherer
A public reference to the Gatherer's configuration.
configServer(String) - Method in class org.greenstone.gatherer.Gatherer
 

D

Dictionary - class org.greenstone.gatherer.Dictionary.
Extends the ResourceBundle class to allow for the automatic insertion of arguments.
Dictionary(Locale, FontUIResource) - Constructor for class org.greenstone.gatherer.Dictionary
Constructs the Dictionary class by first checking if a Locale has been set.
Dictionary.ComponentDetails - class org.greenstone.gatherer.Dictionary.ComponentDetails.
 
Dictionary.ComponentDetails(boolean, String, String[], boolean, String) - Constructor for class org.greenstone.gatherer.Dictionary.ComponentDetails
 
Dictionary.ComponentUpdateTask - class org.greenstone.gatherer.Dictionary.ComponentUpdateTask.
 
Dictionary.ComponentUpdateTask(Component, Dictionary.ComponentDetails, boolean) - Constructor for class org.greenstone.gatherer.Dictionary.ComponentUpdateTask
 
Dictionary.JTabbedPaneChangeTask - class org.greenstone.gatherer.Dictionary.JTabbedPaneChangeTask.
Updates a tabbed panes tab title and tooltip.
Dictionary.JTabbedPaneChangeTask(JTabbedPane, int, String, String) - Constructor for class org.greenstone.gatherer.Dictionary.JTabbedPaneChangeTask
 
debug - Static variable in class org.greenstone.gatherer.Gatherer
The debug print stream.
debug - Variable in class org.greenstone.gatherer.WGet
true if verbose debug messages should be displayed, false otherwise.
debug_ps - Variable in class org.greenstone.gatherer.Gatherer
Legacy copy of the debug_ps.
deleteJob(Job) - Method in class org.greenstone.gatherer.WGet
This method is called to delete a certain job from the queue.
destroy() - Method in class org.greenstone.gatherer.Dictionary
Remove the component from our registered components list.
dialog - Variable in class org.greenstone.gatherer.GAuthenticator
A reference to the dialog prompt created so inner classes can dispose of it.
dialog - Variable in class org.greenstone.gatherer.Log
A reference to the dialog box the log will be displayed in so our inner classes have the ability to interact.
dictionary - Variable in class org.greenstone.gatherer.Dictionary
The ResourceBundle which contains the raw key-value mappings.
dictionary - Static variable in class org.greenstone.gatherer.Gatherer
A public reference to the Dictionary.
directory_mappings_element - Variable in class org.greenstone.gatherer.Configuration
The element, from glis config file, that contains the various directory mappings.
display() - Method in class org.greenstone.gatherer.Log
Create a modal dialog box components to allow the user to view, and filter the log.
downloadComplete() - Method in class org.greenstone.gatherer.WGet
Called by the WGet native code when the current download, for the indicated job, is completed.
downloadFailed() - Method in class org.greenstone.gatherer.WGet
Called by the WGet native code when the requested download returns a status code other than 200-399 for the specified download job.
downloadWarning() - Method in class org.greenstone.gatherer.WGet
Called by the WGet native code when some non-fatal error has caused a download to fail.

E

ERROR - Static variable in class org.greenstone.gatherer.Message
Used to indicate the level of the message is Error.
EVENT - Static variable in class org.greenstone.gatherer.Message
Used to indicate the level of the message is Event.
exec_address - Variable in class org.greenstone.gatherer.Configuration
 
exec_file - Variable in class org.greenstone.gatherer.Configuration
 
exec_path - Variable in class org.greenstone.gatherer.Configuration
The path (or url) to the webserver which is serving the Greenstone collection.
exit - Variable in class org.greenstone.gatherer.Gatherer
Has the exit flag been set? true if so, false otherwise.
exit() - Method in class org.greenstone.gatherer.Gatherer
Exits the Gatherer after ensuring that things needing saving are saved.
extra_env - Static variable in class org.greenstone.gatherer.Gatherer
Extra environment information which must be set before shell processes will run properly.

F

FINAL - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is the preview methods.
f_man - Static variable in class org.greenstone.gatherer.Gatherer
A public reference to the FileManager.
filler_pane - Variable in class org.greenstone.gatherer.WGet
 
font - Variable in class org.greenstone.gatherer.Dictionary
The font used when displaying various html text.
found() - Method in class org.greenstone.gatherer.Gatherer.PerlTest
 
frame_size - Variable in class org.greenstone.gatherer.Gatherer
The size of the Gatherer window.

G

GATHERER_CONFIG - Static variable in class org.greenstone.gatherer.Configuration
The name of the root element of the subtree containing gatherer configuration options.
GATHERER_CONFIG_ARGUMENT - Static variable in class org.greenstone.gatherer.Configuration
The string identifying an argument element.
GAuthenticator - class org.greenstone.gatherer.GAuthenticator.
Provides a graphic authenticator for network password requests.
GAuthenticator() - Constructor for class org.greenstone.gatherer.GAuthenticator
Constructor.
GAuthenticator.AuthenticationActionListener - class org.greenstone.gatherer.GAuthenticator.AuthenticationActionListener.
Detects actions upon any control that attempt to submit the current details for authentication.
GAuthenticator.AuthenticationActionListener(boolean) - Constructor for class org.greenstone.gatherer.GAuthenticator.AuthenticationActionListener
Constructor.
GAuthenticator.RequestFocusListener - class org.greenstone.gatherer.GAuthenticator.RequestFocusListener.
This listener detects actions on registered controls, and when they occur ensures the focus is moved to some targetted component.
GAuthenticator.RequestFocusListener(Component) - Constructor for class org.greenstone.gatherer.GAuthenticator.RequestFocusListener
Constructor.
GENERAL - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is anywhere in general.
GENERAL_EMAIL_SETTING - Static variable in class org.greenstone.gatherer.Configuration
 
GENERAL_SETTING - Static variable in class org.greenstone.gatherer.Configuration
 
Gatherer - class org.greenstone.gatherer.Gatherer.
Containing the main() method for the Gatherer, this class is the starting point for the rest of the application.
Gatherer() - Constructor for class org.greenstone.gatherer.Gatherer
Constructor.
Gatherer.BrowserApplication - class org.greenstone.gatherer.Gatherer.BrowserApplication.
This private class contains an instance of an external application running within a JVM shell.
Gatherer.BrowserApplication(String, String) - Constructor for class org.greenstone.gatherer.Gatherer.BrowserApplication
Constructor.
Gatherer.CTRLCHandler - class org.greenstone.gatherer.Gatherer.CTRLCHandler.
This class is intented to detect a specific SIGNAL, in this case SIGINT, and exit properly, rather than letting the Gatherer be interrupted which has the potential to leave erroneous lock files.
Gatherer.CTRLCHandler() - Constructor for class org.greenstone.gatherer.Gatherer.CTRLCHandler
 
Gatherer.ExternalApplication - class org.greenstone.gatherer.Gatherer.ExternalApplication.
This private class contains an instance of an external application running within a JVM shell.
Gatherer.ExternalApplication(String) - Constructor for class org.greenstone.gatherer.Gatherer.ExternalApplication
Constructor.
Gatherer.ExternalApplication(String[]) - Constructor for class org.greenstone.gatherer.Gatherer.ExternalApplication
 
Gatherer.PerlTest - class org.greenstone.gatherer.Gatherer.PerlTest.
 
Gatherer.PerlTest() - Constructor for class org.greenstone.gatherer.Gatherer.PerlTest
 
g_man - Static variable in class org.greenstone.gatherer.Gatherer
A public reference to the GUIManager.
general_config - Variable in class org.greenstone.gatherer.Configuration
The general configuration settings.
get(String, boolean) - Method in class org.greenstone.gatherer.Configuration
The default get action retrieves the named property from the desired configuration, and returns a true or false.
get(String) - Static method in class org.greenstone.gatherer.Dictionary
 
get(String, String) - Static method in class org.greenstone.gatherer.Dictionary
 
get(String, String[]) - Static method in class org.greenstone.gatherer.Dictionary
 
getAll(String, boolean) - Method in class org.greenstone.gatherer.Configuration
Retrieve all of the configuration preferences which match a certain string.
getArguments(String) - Method in class org.greenstone.gatherer.Configuration
Retrieve the information subtree containing the arguments for the desired external program.
getBounds(String, boolean) - Method in class org.greenstone.gatherer.Configuration
Retrieve the value of the named property as a Rectangle.
getCollectionMetadata() - Method in class org.greenstone.gatherer.Gatherer
Retrieve the metadata directory, as required by any MSMCaller implementation.
getColor(String, boolean) - Method in class org.greenstone.gatherer.Configuration
Retrieve the value of the named property as a Color.
getDirectoryMappings() - Method in class org.greenstone.gatherer.Configuration
Retrieve the special directory mappings associated with this collection.
getEmail() - Method in class org.greenstone.gatherer.Configuration
Retrieve the current users email.
getFont(String, boolean) - Method in class org.greenstone.gatherer.Configuration
Retrieve the value of the named property as a FontUIResource.
getInt(String, boolean) - Method in class org.greenstone.gatherer.Configuration
Retrieve the value of the named property as an integer.
getJobList() - Method in class org.greenstone.gatherer.WGet
Used by other graphic functions to get a reference to the scroll pane containing the current list of jobs.
getLanguage() - Method in class org.greenstone.gatherer.Dictionary
Retrieve the two letter code of the current language we are using, according to the stored locale.
getLocale(String, boolean) - Method in class org.greenstone.gatherer.Configuration
Retrieve the value of the named property as a Locale.
getPasswordAuthentication() - Method in class org.greenstone.gatherer.GAuthenticator
Prompt the user for authentication using a pretty dialog box.
getScriptPath() - Method in class org.greenstone.gatherer.Configuration
Retrieve the path to the PERL scripts within the Greenstone directory.
getString(String, boolean) - Method in class org.greenstone.gatherer.Configuration
Retrieve the value of the named property, and noting whether we consult the general or collection specific configuration.
gsdl_path - Variable in class org.greenstone.gatherer.Configuration
The path to the Greenstone Suite installation directory.
gsdlsite_cfg - Variable in class org.greenstone.gatherer.Gatherer
 

H

handle(Signal) - Method in class org.greenstone.gatherer.Gatherer.CTRLCHandler
The method called by the system to inform us a signal has occured.
hasSignalledStop() - Method in class org.greenstone.gatherer.WGet
Returns the current state of the stop flag for the job indicated.
has_text - Variable in class org.greenstone.gatherer.Dictionary.ComponentDetails
 
has_tooltip - Variable in class org.greenstone.gatherer.Dictionary.ComponentDetails
 

I

INFO - Static variable in class org.greenstone.gatherer.Message
Used to indicate the level of the message is Information.
ignore - Variable in class org.greenstone.gatherer.Gatherer.CTRLCHandler
true if we ignore any other signals we receive, most likely because we are already dealing with one, false otherwise.
index - Variable in class org.greenstone.gatherer.Dictionary.JTabbedPaneChangeTask
 
interface_language - Variable in class org.greenstone.gatherer.Configuration
The language selected for the interface.

J

job - Variable in class org.greenstone.gatherer.WGet
The job currently underway.
job_queue - Variable in class org.greenstone.gatherer.WGet
A queue of download tasks.

K

KEY - Static variable in class org.greenstone.gatherer.Gatherer
The name of the necessary environment variable to check for in the programs environment.
KEY_LIST_DEBUG - Static variable in class org.greenstone.gatherer.Dictionary
 
KEY_LIST_FILENAME - Static variable in class org.greenstone.gatherer.Dictionary
 
key_list - Variable in class org.greenstone.gatherer.Dictionary
 
known_indexes - Variable in class org.greenstone.gatherer.Gatherer
A temporary shared memory area to store HIndexes to speed up metadata.xml writing.

L

LOG - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is the log itself.
Log - class org.greenstone.gatherer.Log.
The GLog provides a logging class for various messages around Gatherer.
Log() - Constructor for class org.greenstone.gatherer.Log
Constructor
language - Variable in class org.greenstone.gatherer.Dictionary
A String which more explicitly states the Locale of this dictionary.
level - Variable in class org.greenstone.gatherer.Message
The level of this message.
list_pane - Variable in class org.greenstone.gatherer.WGet
The panel that the task list will be shown in.
list_scroll - Variable in class org.greenstone.gatherer.WGet
A scroll pane which will be used to display the list of pending tasks.
loadConfig(String, String, String) - Method in class org.greenstone.gatherer.Gatherer
Loads the configuration file if one exists.
locale - Variable in class org.greenstone.gatherer.Dictionary
A reference to remind us of the current locale.

M

MAIN - Static variable in class org.greenstone.gatherer.Message
Used to indicate the level of the message is Main.
METAEDIT - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is the metadata and set methods.
MIRRORING - Static variable in class org.greenstone.gatherer.Message
Used to indicate the source of the message is the mirroring methods.
Message - class org.greenstone.gatherer.Message.
Provides an event-type wrapper around a message for displaying to the user.
Message(int, int, String) - Constructor for class org.greenstone.gatherer.Message
Creates a new message.
main(String[]) - Static method in class org.greenstone.gatherer.Gatherer
The entry point into the Gatherer.
message - Variable in class org.greenstone.gatherer.Message
The actual message content of this message.
missingEXEC(Dictionary) - Static method in class org.greenstone.gatherer.Gatherer
Prints a warning message about a missing library path, which means the final collection cannot be previewed in the Gatherer.
missingGSDL(Dictionary) - Static method in class org.greenstone.gatherer.Gatherer
Prints a warning message about a missing GSDL path, which although not fatal pretty much ensures nothing will work properly in the Gatherer.
missingPERL(Dictionary) - Static method in class org.greenstone.gatherer.Gatherer
Prints a warning message about a missing PERL path, which although not fatal pretty much ensures no collection creation/building will work properly in the Gatherer.

N

NAME - Static variable in class org.greenstone.gatherer.Configuration
The name of a Name Element.
newJob(boolean, boolean, boolean, boolean, URL, int, String) - Method in class org.greenstone.gatherer.WGet
Creates a new mirroring job on the queue given the target url and the destination (private, public).

O

OTHER - Static variable in class org.greenstone.gatherer.Configuration
The name of the other arguments element.
OTHER_INFO - Static variable in class org.greenstone.gatherer.Configuration
The name of an information Element within the Other subtree.
ok_button - Variable in class org.greenstone.gatherer.GAuthenticator
The button used to submit the login/password.
oldget(String) - Method in class org.greenstone.gatherer.Dictionary
Deprecated. Overloaded to call get with both a key and an empty argument array.
oldget(String, String) - Method in class org.greenstone.gatherer.Dictionary
Deprecated. Convienence method with transforms the second string argument into a string array.
oldget(String, String[]) - Method in class org.greenstone.gatherer.Dictionary
Used to retrieve a property value from the Locale specific ResourceBundle, based upon the key and arguments supplied.
org.greenstone.gatherer - package org.greenstone.gatherer
 

P

password - Variable in class org.greenstone.gatherer.GAuthenticator
The password is a special starred out password field.
perl_path - Variable in class org.greenstone.gatherer.Configuration
The path to the PERL executable, up to and including Perl.exe.
print(String) - Static method in class org.greenstone.gatherer.Gatherer
Print a message to the debug stream.
printArray(String[]) - Method in class org.greenstone.gatherer.Gatherer.BrowserApplication
 
printStackTrace(Exception) - Static method in class org.greenstone.gatherer.Gatherer
Print a stack trace to the debug stream.
printUsage(Dictionary) - Static method in class org.greenstone.gatherer.Gatherer
Prints a usage message to screen.
println(String) - Static method in class org.greenstone.gatherer.Gatherer
Print a message to the debug stream.
process - Variable in class org.greenstone.gatherer.Gatherer.BrowserApplication
 
process - Variable in class org.greenstone.gatherer.Gatherer.ExternalApplication
 
proxy_pass - Variable in class org.greenstone.gatherer.Configuration
The password for the proxy server indicated above.
proxy_user - Variable in class org.greenstone.gatherer.Configuration
The username for the proxy server indicated above.

R

random() - Static method in class org.greenstone.gatherer.Message
Used during testing testing to generate a random message.
register(JTabbedPane) - Static method in class org.greenstone.gatherer.Dictionary
Register a tab pane component.
registerBoth(Component, String, String) - Static method in class org.greenstone.gatherer.Dictionary
 
registerText(Component, String) - Static method in class org.greenstone.gatherer.Dictionary
 
registerText(Component, String, String[]) - Static method in class org.greenstone.gatherer.Dictionary
 
registerTooltip(Component, String) - Static method in class org.greenstone.gatherer.Dictionary
 
registerTooltip(Component, String, boolean) - Static method in class org.greenstone.gatherer.Dictionary
 
removeDirectoryMapping(String) - Method in class org.greenstone.gatherer.Configuration
Remove a previously defined special directory mapping.
remove_complete_jobs - Variable in class org.greenstone.gatherer.WGet
true if successfully completed tasks should be automatically removed from the job queue.
resumeThread() - Method in class org.greenstone.gatherer.WGet
 
run() - Method in class org.greenstone.gatherer.Dictionary.ComponentUpdateTask
 
run() - Method in class org.greenstone.gatherer.Dictionary.JTabbedPaneChangeTask
 
run() - Method in class org.greenstone.gatherer.Gatherer.BrowserApplication
We start the child process inside a new thread so it doesn't block the rest of Gatherer.
run() - Method in class org.greenstone.gatherer.Gatherer.ExternalApplication
We start the child process inside a new thread so it doesn't block the rest of Gatherer.
run(Dimension, String, String, boolean, String, boolean, Splash, String) - Method in class org.greenstone.gatherer.Gatherer
 
run() - Method in class org.greenstone.gatherer.WGet
 

S

SIZE - Static variable in class org.greenstone.gatherer.GAuthenticator
The default size of this dialog.
SKIN_DEFINITION_FILE - Static variable in class org.greenstone.gatherer.Gatherer
 
save() - Method in class org.greenstone.gatherer.Configuration
Export the general configuration to file.
saveConfig() - Method in class org.greenstone.gatherer.Gatherer
Causes the general configuration file to export itself to xml.
screen_size - Variable in class org.greenstone.gatherer.Configuration
The screen size of the desktop the Gatherer will be displayed on.
self - Static variable in class org.greenstone.gatherer.Dictionary
A static reference to ourself.
self - Static variable in class org.greenstone.gatherer.Gatherer
A static reference to ourselves.
server - Variable in class org.greenstone.gatherer.Gatherer
 
set(String, boolean, boolean) - Method in class org.greenstone.gatherer.Configuration
Set the named property, from the specified configuration, using the given boolean value.
setArguments(Element) - Method in class org.greenstone.gatherer.Configuration
Add a subtree of argument information to the other arguments part of the general configuration.
setBoth(Component, String, String) - Static method in class org.greenstone.gatherer.Dictionary
 
setBounds(String, boolean, Rectangle) - Method in class org.greenstone.gatherer.Configuration
Set the named property, from the specified configuration, using the given Rectangle value.
setCollectionConfiguration(Document) - Method in class org.greenstone.gatherer.Configuration
Set the collection configuration.
setColor(String, boolean, Color) - Method in class org.greenstone.gatherer.Configuration
Set the named property, from the specified configuration, using the given Color value.
setEmail(String) - Method in class org.greenstone.gatherer.Configuration
Establish the current users email.
setFont(String, boolean, Font) - Method in class org.greenstone.gatherer.Configuration
Set the named property, from the specified configuration, using the given Font value.
setLocale(String, boolean, Locale) - Method in class org.greenstone.gatherer.Configuration
Set the named property, from the specified configuration, using the given Locale value.
setProxy() - Static method in class org.greenstone.gatherer.Gatherer
Sets up the proxy connection by setting JVM Environment flags and creating a new Authenticator.
setString(String, boolean, String) - Method in class org.greenstone.gatherer.Configuration
Sets the value of the named property argument using the given string.
setText(Component, String) - Static method in class org.greenstone.gatherer.Dictionary
 
setText(Component, String, String[]) - Static method in class org.greenstone.gatherer.Dictionary
 
setTooltip(Component, String) - Static method in class org.greenstone.gatherer.Dictionary
 
setUIFont(FontUIResource, FontUIResource) - Static method in class org.greenstone.gatherer.Gatherer
Set all the default fonts of the program to a choosen font, except the tooltip font which should be some fixed width font.
simple - Static variable in class org.greenstone.gatherer.WGet
A static flag used to switch between simple and advanced modes.
source - Variable in class org.greenstone.gatherer.Message
The source of this message.
spawnApplication(File) - Method in class org.greenstone.gatherer.Gatherer
Used to 'spawn' a new child application when a file is double clicked.
spawnBrowser(String) - Method in class org.greenstone.gatherer.Gatherer
 
startServerEXE() - Method in class org.greenstone.gatherer.Gatherer
 
stopBrowserApplication() - Method in class org.greenstone.gatherer.Gatherer.BrowserApplication
 
stopExternalApplication() - Method in class org.greenstone.gatherer.Gatherer.ExternalApplication
 
stopServerEXE() - Method in class org.greenstone.gatherer.Gatherer
 

T

TEMPLATE_CONFIG_XML - Static variable in class org.greenstone.gatherer.Configuration
The name of the general Gatherer configuration template.
TOKENIZER_PATTERN1 - Static variable in class org.greenstone.gatherer.Configuration
The first of two patterns used during tokenization, this pattern handles a comma separated list.
TOKENIZER_PATTERN2 - Static variable in class org.greenstone.gatherer.Configuration
The second of two patterns used during tokenization, this pattern handles an underscore separated list.
target - Variable in class org.greenstone.gatherer.GAuthenticator.RequestFocusListener
 
text - Variable in class org.greenstone.gatherer.Dictionary.ComponentUpdateTask
 
text_args - Variable in class org.greenstone.gatherer.Dictionary.ComponentDetails
 
text_key - Variable in class org.greenstone.gatherer.Dictionary.ComponentDetails
 
time - Variable in class org.greenstone.gatherer.Message
The age of this message.
toString() - Method in class org.greenstone.gatherer.Gatherer.PerlTest
 
toString(Gatherer) - Method in class org.greenstone.gatherer.Message
Used to display a message, stating level and source.
tooltip - Variable in class org.greenstone.gatherer.Dictionary.ComponentUpdateTask
 
tooltip - Variable in class org.greenstone.gatherer.Dictionary.JTabbedPaneChangeTask
 
tooltip_key - Variable in class org.greenstone.gatherer.Dictionary.ComponentDetails
 

U

updateProgress(long, long) - Method in class org.greenstone.gatherer.WGet
Called by the WGet native code to signal the current progress of downloading for the specified job.
updateUI() - Method in class org.greenstone.gatherer.Configuration
 
url - Variable in class org.greenstone.gatherer.Gatherer.BrowserApplication
 

V

value - Variable in class org.greenstone.gatherer.Dictionary.JTabbedPaneChangeTask
 

W

WGet - class org.greenstone.gatherer.WGet.
This class provides access to the functionality of the WGet program, either by calling it via a shell script or by the JNI.
WGet() - Constructor for class org.greenstone.gatherer.WGet
Constructor.
waiting_messages - Variable in class org.greenstone.gatherer.Gatherer
Messages that have been issued before we have anyway to show them, ie prior to Log initialization.
wget(int, Object[], boolean) - Method in class org.greenstone.gatherer.WGet
 
wren(int, Object[], int, Object[], int, Object[]) - Method in class org.greenstone.gatherer.WGet
 

A B C D E F G H I J K L M N O P R S T U V W