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

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

A

actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.CloseActionListener
 
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.FindActionListener
 
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.FindNextActionListener
 
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.RedoActionListener
 
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceActionListener
 
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceAllActionListener
 
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.ResetActionListener
 
actionPerformed(ActionEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoActionListener
 
addToRedo(SearchAndReplace.UndoItem) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoActionListener
 
addToUndo(SearchAndReplace.UndoItem) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.RedoActionListener
 
after - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 

B

before - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 

C

case_sensitive - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
When checked this control indicates the search comparisons should be made taking into account case.
changeStatus(String, int) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Updates the status bar to reflect the result of the latest action.
close_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The button used to close the dialog.
current_element - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The metadata element that we are currently inspecting.
current_record - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The file record that we are currently inspecting.
current_value - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
This is the current metadata value that we are inspecting.

E

element - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
elements - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
A vector of the metadata elements attached to this collection, in the form of ElementWrappers for ease of data access.
enable_replace - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
true if this dialog should allow for the replace and replace all buttons to be validated, false otherwise.

F

find() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
The guts of this module, the find method, in conjunction with the matches method, searches through the several targetted domains looking for values which match the search string, returning true while leaving itself in a state that points to the matching object if one is found.
find_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The button used to begin a find() function call.
find_next_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The button used to repeat the find() call in order to find the next matching object.
fireSelect(ElementWrapper) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
When a metadata element that matches our search string is found, this method is called to provide a visual cue as to what element matched in which collection.
fireSelect(FileNode) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
When a file record that matches our search string is found, this method is called to provide a visual cue as to what file matched.
fireSelect(FileNode, Metadata) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
When a metadata value that matches our search string is found, this method is called to provide a visual cue as to what value from which file matched.
found - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
true if the last call to find() found something, false otherwise.

G

get(String) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Retrieve a pharse string from the Dictionary matching the given key.
get(String, String[]) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Retrieve a pharse string from the Dictionary matching the given key and based apon the given arguments.
getAfter() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
getBefore() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
getElement() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
getMetadata() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
getRecord() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 

I

isDummy() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 

K

keyTyped(KeyEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceKeyListener
 
keyTyped(KeyEvent) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace.SearchKeyListener
 

L

LABEL_SIZE - Static variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The default size for a label, used to produce purty column alignment.

M

match(String) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Used to determine is one string matches another tkaing into account the options of case sensitivity and regular expressions.
matcher - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
Whenever a string is tested against the compiled regular Pattern, a Matcher is created.
metadata - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 

O

org.greenstone.gatherer.sarm - package org.greenstone.gatherer.sarm
 

P

pattern - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
This object is created by compiling a regular expression string retrieved from the search field, and in only non-null when regualr_expressions is checked.

R

record - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
records - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
A vector containing the result of a depth first enumeration of the records in the collection record set tree.
redo - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
A stack of actions that have been undone, wait to be done again.
redo_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
Redoes the action the was last undoes.
regular_expression - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
When checked the SARM treats both search and replace string as regular expression when matching and replacing.
replace - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
This field is used to enter a string which is in turn used to replace any text value that matches the search string.
replace() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Called once by the replace button, or repeatedly by replace all, in order to replace the text of the target object, as referenced by the current_s, with the replace text string.
replace_all_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
Replace all occurances of the search string with the replace string.
replace_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
Replaces the currently selected object with the given replacement text.
reset() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Used to restore the search space within the collection to its initial state for find().
reset_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
When pressed this button returns the 'searching pointer' back to the start of the collection.

S

SIZE - Static variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The default size for the dialog.
SearchAndReplace - class org.greenstone.gatherer.sarm.SearchAndReplace.
Provides a convenient class which searches through all of the various data attached to a collection, globally searching and replacing values as necessary, and firing the relevant events to have the gui update properly.
SearchAndReplace(boolean) - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace
Constructor.
SearchAndReplace.CloseActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.CloseActionListener.
 
SearchAndReplace.CloseActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.CloseActionListener
 
SearchAndReplace.FindActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.FindActionListener.
 
SearchAndReplace.FindActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.FindActionListener
 
SearchAndReplace.FindNextActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.FindNextActionListener.
 
SearchAndReplace.FindNextActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.FindNextActionListener
 
SearchAndReplace.RedoActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.RedoActionListener.
 
SearchAndReplace.RedoActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.RedoActionListener
 
SearchAndReplace.ReplaceActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceActionListener.
 
SearchAndReplace.ReplaceActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceActionListener
 
SearchAndReplace.ReplaceAllActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceAllActionListener.
 
SearchAndReplace.ReplaceAllActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceAllActionListener
 
SearchAndReplace.ReplaceKeyListener - class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceKeyListener.
 
SearchAndReplace.ReplaceKeyListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.ReplaceKeyListener
 
SearchAndReplace.ResetActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.ResetActionListener.
 
SearchAndReplace.ResetActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.ResetActionListener
 
SearchAndReplace.SearchKeyListener - class org.greenstone.gatherer.sarm.SearchAndReplace.SearchKeyListener.
 
SearchAndReplace.SearchKeyListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.SearchKeyListener
 
SearchAndReplace.UndoActionListener - class org.greenstone.gatherer.sarm.SearchAndReplace.UndoActionListener.
 
SearchAndReplace.UndoActionListener() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.UndoActionListener
 
SearchAndReplace.UndoItem - class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem.
 
SearchAndReplace.UndoItem() - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
Constructor for a dummy item, which separates different batches of changes.
SearchAndReplace.UndoItem(ElementWrapper, String, String) - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
SearchAndReplace.UndoItem(FileNode, String, String) - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
SearchAndReplace.UndoItem(Metadata, FileNode, String, String) - Constructor for class org.greenstone.gatherer.sarm.SearchAndReplace.UndoItem
 
screen_size - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The size of the current screen real-estate.
search - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The value entered in the search field is used to determine what object should be selected and brought to your attention.
search_elements - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
When checked the SARM will search the metadata element identifiers for values that match your search string.
search_records - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
When checked the SARM will search the file records in the collection for values that match your search string.
search_values - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
When checked the SARM will search the metadata values associated with each file record in the collection for values that match your search string.
self - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
A reference to ourselves so that our inner classes can dispose of us for the insurance money.
start - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace.RedoActionListener
 
start - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace.UndoActionListener
 
status - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
The status label shows the result of the last action.

T

target - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
This is used to determine the target class of any object whose text component we are trying to replace.

U

undo - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
A stack of actions that have been done, waiting to undo.
undo_button - Variable in class org.greenstone.gatherer.sarm.SearchAndReplace
This button undoes any changes made by the previous action, such as restoring all objects affected by a replace all.
unhideSelection(Rectangle) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Attempts to move the dialog so that it doesn't obscure the coordinates detailed.
updateElement(ElementWrapper, String) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Whenever replace(), the undo action listener or the redo action listener wants to actually change the value of an element it uses this method.
updateMetadata(Metadata, FileNode, String) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Whenever replace(), the undo action listener or the redo action listener wants to actually change the value of a metadata value it uses this method.
updateRecord(FileNode, String) - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Whenever replace(), the undo action listener or the redo action listener wants to actually change the value of a file record it uses this method.

V

validateReplaceButtons() - Method in class org.greenstone.gatherer.sarm.SearchAndReplace
Several actions methods call this to check if the current state of the dialog allows for the replace butons to become active.

A B C E F G I K L M O P R S T U V