|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ file overview ] | PREV NEXT | ||||||||
A
- action(DragComponent, FileNode[], DragComponent, FileNode) - Method in class org.greenstone.gatherer.file.FileManager
- Given the arguments, determine what action should be carried out by the file queue, and add all of the necessary file jobs.
- addJob(FileJob, int) - Method in class org.greenstone.gatherer.file.FileQueue
- Requeue an existing job into the queue.
- addJob(long, DragComponent, FileNode, DragComponent, FileNode, byte, boolean, boolean, boolean) - Method in class org.greenstone.gatherer.file.FileQueue
- Add a new job to the queue, specifiying as many arguments as is necessary to complete this type of job (ie delete needs no target information).
- addJob(long, DragComponent, FileNode, DragComponent, FileNode, byte, boolean, boolean, boolean, int) - Method in class org.greenstone.gatherer.file.FileQueue
- allows_children - Variable in class org.greenstone.gatherer.file.FileNode
C
- COPY - Static variable in class org.greenstone.gatherer.file.FileJob
- An element of the job type enumeration indicating a copy action.
- calculateSize(FileNode[]) - Method in class org.greenstone.gatherer.file.FileQueue
- Calculates the total deep file size of the selected file nodes.
- cancelAction() - Method in class org.greenstone.gatherer.file.FileQueue
- This method is called to cancel the job queue at the next available moment.
- cancel_action - Variable in class org.greenstone.gatherer.file.FileQueue
- When someone requests the movement queue to be dumped this cancel flag is set to true.
- children - Variable in class org.greenstone.gatherer.file.FileNode
- children() - Method in class org.greenstone.gatherer.file.FileNode
- Returns the children of the receiver as an Enumeration.
- children_readonly - Variable in class org.greenstone.gatherer.file.FileNode
- clearJobs() - Method in class org.greenstone.gatherer.file.FileQueue
- collection_specific_mappings - Static variable in class org.greenstone.gatherer.file.WorkspaceTreeModel
- command - Variable in class org.greenstone.gatherer.file.FileAssociation
- The command string, which may include %1 which should be replaced with the target files name.
- completed_folder_mappings - Variable in class org.greenstone.gatherer.file.FileQueue
- A temporary mapping from currently existing FileNode folder to their equivelent FileNode folder within the undo managers tree.
- copyFile(File, File, LongProgressBar) - Method in class org.greenstone.gatherer.file.FileQueue
- Copy a file from the source location to the destination location.
- current_collection - Variable in class org.greenstone.gatherer.file.FileNode
- current_filter - Variable in class org.greenstone.gatherer.file.FileSystemModel
D
- DATA_FILENAME - Static variable in class org.greenstone.gatherer.file.FileAssociationManager
- DELETE - Static variable in class org.greenstone.gatherer.file.FileJob
- An element of the job type enumeration indicating a delete action.
- data_file - Variable in class org.greenstone.gatherer.file.FileAssociationManager
- default_filters - Variable in class org.greenstone.gatherer.file.FileSystemModel
- The filters in place for any file system model.
- destination_path - Variable in class org.greenstone.gatherer.file.FileJob
- The path to the destination node as a string.
- document - Variable in class org.greenstone.gatherer.file.FileAssociationManager
- done - Variable in class org.greenstone.gatherer.file.FileJob
- true to mark that this file has already been copied, false otherwise.
E
- ENTRY_ELEMENT - Static variable in class org.greenstone.gatherer.file.FileAssociationManager
- ESCAPE - Static variable in class org.greenstone.gatherer.file.FileAssociationManager
- ESCAPED_ESCAPE - Static variable in class org.greenstone.gatherer.file.FileAssociationManager
- EXTENSION_ATTRIBUTE - Static variable in class org.greenstone.gatherer.file.FileAssociationManager
- edit() - Method in class org.greenstone.gatherer.file.FileAssociationManager
- equals(FileNode) - Method in class org.greenstone.gatherer.file.FileNode
- Compare two filenodes for equality.
- exclude - Variable in class org.greenstone.gatherer.file.FileFilter
- extension - Variable in class org.greenstone.gatherer.file.FileAssociation
- The file extension, most likely three or four letters.
F
- FALSE - Static variable in class org.greenstone.gatherer.file.FileNode
- FILENAME_ARG - Static variable in class org.greenstone.gatherer.file.FileAssociationManager
- FileAlreadyExistsException - exception org.greenstone.gatherer.file.FileAlreadyExistsException.
- FileAlreadyExistsException() - Constructor for class org.greenstone.gatherer.file.FileAlreadyExistsException
- FileAssociation - class org.greenstone.gatherer.file.FileAssociation.
- The file association class remembers both a certain file extension and the command used to open this type of file.
- FileAssociation(String, String) - Constructor for class org.greenstone.gatherer.file.FileAssociation
- FileAssociationManager - class org.greenstone.gatherer.file.FileAssociationManager.
- FileAssociationManager() - Constructor for class org.greenstone.gatherer.file.FileAssociationManager
- FileFilter - class org.greenstone.gatherer.file.FileFilter.
- FileFilter(String, boolean) - Constructor for class org.greenstone.gatherer.file.FileFilter
- FileJob - class org.greenstone.gatherer.file.FileJob.
- This object encapsulates all the information about a certain file movement job.
- FileJob(long, DragComponent, FileNode, DragComponent, FileNode, byte, boolean, boolean) - Constructor for class org.greenstone.gatherer.file.FileJob
- Constructor.
- FileManager - class org.greenstone.gatherer.file.FileManager.
- Manages the moving of files within a separate thread.
- FileManager() - Constructor for class org.greenstone.gatherer.file.FileManager
- Constructor.
- FileManager.Task - class org.greenstone.gatherer.file.FileManager.Task.
- FileManager.Task(long, DragComponent, FileNode[], DragComponent, FileNode, byte) - Constructor for class org.greenstone.gatherer.file.FileManager.Task
- FileNode - class org.greenstone.gatherer.file.FileNode.
- FileNode(File) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(File, boolean) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(File, FileSystemModel) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(File, FileSystemModel, boolean) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(File, FileSystemModel, String) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(File, String) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(File, String, boolean) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(File, FileSystemModel, String, boolean) - Constructor for class org.greenstone.gatherer.file.FileNode
- FileNode(String) - Constructor for class org.greenstone.gatherer.file.FileNode
- The special 'dummy' root node, that is not based on a particular file, but instead holds several special directory mappings.
- FileNode.FileEnumeration - class org.greenstone.gatherer.file.FileNode.FileEnumeration.
- FileNode.FileEnumeration() - Constructor for class org.greenstone.gatherer.file.FileNode.FileEnumeration
- FileOpenActionListener - class org.greenstone.gatherer.file.FileOpenActionListener.
- This class listens for mouse clicks and responds to double-clicks (spawn a new application to view the selected file) and right mouse button clicks (popup menu).
- FileOpenActionListener() - Constructor for class org.greenstone.gatherer.file.FileOpenActionListener
- The constructor.
- FileQueue - class org.greenstone.gatherer.file.FileQueue.
- A threaded object which processes a queue of file actions such as copying and movement.
- FileQueue(boolean) - Constructor for class org.greenstone.gatherer.file.FileQueue
- Constructor.
- FileSystem - class org.greenstone.gatherer.file.FileSystem.
- FileSystem() - Constructor for class org.greenstone.gatherer.file.FileSystem
- FileSystemModel - class org.greenstone.gatherer.file.FileSystemModel.
- FileSystemModel(FileNode) - Constructor for class org.greenstone.gatherer.file.FileSystemModel
- file - Variable in class org.greenstone.gatherer.file.FileNode
- file_status - Variable in class org.greenstone.gatherer.file.FileQueue
- A label explaining the current moving files status.
- filter - Variable in class org.greenstone.gatherer.file.FileFilter
- filters - Variable in class org.greenstone.gatherer.file.FileSystemModel
- folder_level - Variable in class org.greenstone.gatherer.file.FileJob
G
- get(int) - Method in class org.greenstone.gatherer.file.FileNode
- Retrieve the filenode at the given index, regardless of filters set.
- getAllowsChildren() - Method in class org.greenstone.gatherer.file.FileNode
- Returns true if the receiver allows children.
- getBrowserCommand(String) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getChildAt(int) - Method in class org.greenstone.gatherer.file.FileNode
- Returns the child TreeNode at index childIndex.
- getChildCount() - Method in class org.greenstone.gatherer.file.FileNode
- Returns the number of children TreeNodes the receiver contains.
- getColumnCount() - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getColumnName(int) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getCommand() - Method in class org.greenstone.gatherer.file.FileAssociation
- Retrieve the command from this association.
- getCommand(File) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getCommand(String) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getCommandString(String) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getDestination() - Method in class org.greenstone.gatherer.file.FileJob
- Retrieve the destination node.
- getExtension() - Method in class org.greenstone.gatherer.file.FileAssociation
- Retrieve the extension from this association.
- getExtension(int) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getFile() - Method in class org.greenstone.gatherer.file.FileNode
- getFileStatus() - Method in class org.greenstone.gatherer.file.FileQueue
- Access to the file state label.
- getFilters() - Method in class org.greenstone.gatherer.file.FileSystemModel
- getIcon() - Method in class org.greenstone.gatherer.file.FileNode
- Retrieve the icon the system thinks should be assigned to this node.
- getIndex(TreeNode) - Method in class org.greenstone.gatherer.file.FileNode
- Returns the index of node in the receivers children.
- getLocalFileSystem(FileSystemModel) - Static method in class org.greenstone.gatherer.file.FileSystem
- getNode(TreePath) - Method in class org.greenstone.gatherer.file.FileSystemModel
- Retrieve the node denoted by the given tree path.
- getOrigin() - Method in class org.greenstone.gatherer.file.FileJob
- Retrieve the origin node.
- getParent() - Method in class org.greenstone.gatherer.file.FileNode
- Returns the parent TreeNode of the receiver.
- getPath() - Method in class org.greenstone.gatherer.file.FileNode
- Retrieves the tree path from the root node to this node.
- getProgress() - Method in class org.greenstone.gatherer.file.FileQueue
- Access to the progress bar.
- getQueue() - Method in class org.greenstone.gatherer.file.FileManager
- Retrieves the file queue object.
- getRowCount() - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getUserHomeMapping() - Static method in class org.greenstone.gatherer.file.FileSystem
- getValueAt(int, int) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- getWorkspaceTreeModel() - Static method in class org.greenstone.gatherer.file.WorkspaceTreeModel
- greenstone_collections_mapping - Static variable in class org.greenstone.gatherer.file.WorkspaceTreeModel
H
- hasMoreElements() - Method in class org.greenstone.gatherer.file.FileNode.FileEnumeration
- Tests if this enumeration contains more elements.
I
- ID() - Method in class org.greenstone.gatherer.file.FileJob
- Retrieve the id for this job.
- InsufficientSpaceException - exception org.greenstone.gatherer.file.InsufficientSpaceException.
- InsufficientSpaceException(String) - Constructor for class org.greenstone.gatherer.file.InsufficientSpaceException
- id - Variable in class org.greenstone.gatherer.file.FileJob
- The unique identifier shared by all jobs created by the same action.
- id - Variable in class org.greenstone.gatherer.file.FileManager.Task
- ignore - Variable in class org.greenstone.gatherer.file.FileOpenActionListener
- This flag gets toggled to true if the listener determines that the next mouse clicked event it will recieve is actually caused by the tree expanding or collapsing.
- index - Variable in class org.greenstone.gatherer.file.FileNode.FileEnumeration
- insert(MutableTreeNode) - Method in class org.greenstone.gatherer.file.FileNode
- insert(MutableTreeNode, int) - Method in class org.greenstone.gatherer.file.FileNode
- Adds child to the receiver at index.
- insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class org.greenstone.gatherer.file.FileSystemModel
- isFileSystemRoot() - Method in class org.greenstone.gatherer.file.FileNode
- isInCurrentCollection() - Method in class org.greenstone.gatherer.file.FileNode
- Is this file node within the currently open collection?
- isLeaf() - Method in class org.greenstone.gatherer.file.FileNode
- Returns true if the receiver is a leaf.
- isReadOnly() - Method in class org.greenstone.gatherer.file.FileNode
L
- loadCollectionSpecificMappings() - Static method in class org.greenstone.gatherer.file.WorkspaceTreeModel
- loadWebCacheMappings() - Static method in class org.greenstone.gatherer.file.WorkspaceTreeModel
M
- MOVE - Static variable in class org.greenstone.gatherer.file.FileJob
- An element of the job type enumeration indicating a move action.
- map() - Method in class org.greenstone.gatherer.file.FileNode
- mapDirectory(File, String) - Method in class org.greenstone.gatherer.file.FileSystemModel
- model - Variable in class org.greenstone.gatherer.file.FileNode
- mouseClicked(MouseEvent) - Method in class org.greenstone.gatherer.file.FileOpenActionListener
- Any subclass of MouseAdapter can override this method to respond to mouse click events.
N
- newFolder(DragTree, FileNode) - Method in class org.greenstone.gatherer.file.FileManager
- nextElement() - Method in class org.greenstone.gatherer.file.FileNode.FileEnumeration
- Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
O
- org.greenstone.gatherer.file - package org.greenstone.gatherer.file
- origin_path - Variable in class org.greenstone.gatherer.file.FileJob
- The path to the origin node as a string.
P
- parent - Variable in class org.greenstone.gatherer.file.FileNode
- pause() - Method in class org.greenstone.gatherer.file.FileQueue
- Prevent the progress bar updating momentarily, while its size is re-adjusted.
- previous - Variable in class org.greenstone.gatherer.file.FileQueue
- The last piece of text shown on the file status label, just incase we are displaying a very temporary message.
- private_web_cache_mapping - Static variable in class org.greenstone.gatherer.file.WorkspaceTreeModel
- progress - Variable in class org.greenstone.gatherer.file.FileQueue
- A progress bar which shows how many bytes, out of the total size of bytes, has been moved.
- public_web_cache_mapping - Static variable in class org.greenstone.gatherer.file.WorkspaceTreeModel
Q
- queue - Variable in class org.greenstone.gatherer.file.FileManager
- Not only the queue of files to be moved, but also the object that moves them.
- queue - Variable in class org.greenstone.gatherer.file.FileQueue
- A list containing a queue of waiting movement jobs.
R
- raw_children - Variable in class org.greenstone.gatherer.file.FileNode
- readonly - Variable in class org.greenstone.gatherer.file.FileNode
- recycle_folder_mappings - Variable in class org.greenstone.gatherer.file.FileQueue
- A temporary mapping from currently existing FileNodes to the potential FileNode folder within the undo managers tree.
- refresh(TreePath) - Method in class org.greenstone.gatherer.file.FileSystemModel
- Used to refresh the contents of the FileNode indicated by the tree path.
- refreshCollectionSpecificMappings() - Static method in class org.greenstone.gatherer.file.WorkspaceTreeModel
- refreshGreenstoneCollectionsMapping() - Static method in class org.greenstone.gatherer.file.WorkspaceTreeModel
- refreshWebCacheMappings() - Static method in class org.greenstone.gatherer.file.WorkspaceTreeModel
- remove(int) - Method in class org.greenstone.gatherer.file.FileNode
- Removes the child at index from the receiver.
- remove(MutableTreeNode) - Method in class org.greenstone.gatherer.file.FileNode
- Removes node from the receiver.
- removeFromParent() - Method in class org.greenstone.gatherer.file.FileNode
- Removes the receiver from its parent.
- removeJob(int) - Method in class org.greenstone.gatherer.file.FileQueue
- return_immediately - Variable in class org.greenstone.gatherer.file.FileQueue
- true to cause this file queue to return from run() as soon as there are no jobs left on the queue.
- run() - Method in class org.greenstone.gatherer.file.FileManager.Task
- run() - Method in class org.greenstone.gatherer.file.FileQueue
- The run method exists in every thread, and here it is used to work its way through the queue of Jobs.
S
- save() - Method in class org.greenstone.gatherer.file.FileAssociationManager
- setCommand(String) - Method in class org.greenstone.gatherer.file.FileAssociation
- Set the command for this file association.
- setCommand(String, String) - Method in class org.greenstone.gatherer.file.FileAssociationManager
- setCurrentCollection(boolean) - Method in class org.greenstone.gatherer.file.FileNode
- setFile(File) - Method in class org.greenstone.gatherer.file.FileNode
- setFilter(String) - Method in class org.greenstone.gatherer.file.FileSystemModel
- setModel(FileSystemModel) - Method in class org.greenstone.gatherer.file.FileNode
- setParent(MutableTreeNode) - Method in class org.greenstone.gatherer.file.FileNode
- setReadOnly(boolean) - Method in class org.greenstone.gatherer.file.FileNode
- setTree(DragTree) - Method in class org.greenstone.gatherer.file.FileSystemModel
- setUserObject(Object) - Method in class org.greenstone.gatherer.file.FileNode
- Resets the user object of the receiver to object.
- size() - Method in class org.greenstone.gatherer.file.FileAssociationManager
- size() - Method in class org.greenstone.gatherer.file.FileNode
- Retrieve the total number of child files for the file this node represents, irrespective of filters set
- source - Variable in class org.greenstone.gatherer.file.FileJob
- The DragComponent source of this file, most likely a GTree.
- source - Variable in class org.greenstone.gatherer.file.FileManager.Task
- source_nodes - Variable in class org.greenstone.gatherer.file.FileManager.Task
T
- TRUE - Static variable in class org.greenstone.gatherer.file.FileNode
- target - Variable in class org.greenstone.gatherer.file.FileJob
- The DragComponent to move the file to, again most likely a GTree.
- target - Variable in class org.greenstone.gatherer.file.FileManager.Task
- target_node - Variable in class org.greenstone.gatherer.file.FileManager.Task
- title - Variable in class org.greenstone.gatherer.file.FileNode
- toString() - Method in class org.greenstone.gatherer.file.FileJob
- toString() - Method in class org.greenstone.gatherer.file.FileNode
- toString() - Method in class org.greenstone.gatherer.file.FileSystemModel
- tree - Variable in class org.greenstone.gatherer.file.FileSystemModel
- treeCollapsed(TreeExpansionEvent) - Method in class org.greenstone.gatherer.file.FileOpenActionListener
- Any implementation of TreeExpansionListener must include this method so that we can be informed when a tree node has been collapsed, thus indicating that any mouse click events about to be recieved are most likely related to this event.
- treeCollapsed(TreeExpansionEvent) - Method in class org.greenstone.gatherer.file.FileSystemModel
- Called whenever an item in the tree has been collapsed.
- treeExpanded(TreeExpansionEvent) - Method in class org.greenstone.gatherer.file.FileOpenActionListener
- Any implementation of TreeExpansionListener must include this method so that we can be informed when a tree node has been expanded, thus indicating that any mouse click events about to be recieved are most likely related to this event.
- treeExpanded(TreeExpansionEvent) - Method in class org.greenstone.gatherer.file.FileSystemModel
- Called whenever an item in the tree has been expanded.
- treeWillCollapse(TreeExpansionEvent) - Method in class org.greenstone.gatherer.file.FileSystemModel
- Invoked whenever a node in the tree is about to be collapsed.
- treeWillExpand(TreeExpansionEvent) - Method in class org.greenstone.gatherer.file.FileSystemModel
- Invoked whenever a node in the tree is about to be expanded.
- type - Variable in class org.greenstone.gatherer.file.FileJob
- The type of this movement as an byte.
- type - Variable in class org.greenstone.gatherer.file.FileManager.Task
U
- UNKNOWN - Static variable in class org.greenstone.gatherer.file.FileNode
- UnknownFileErrorException - exception org.greenstone.gatherer.file.UnknownFileErrorException.
- UnknownFileErrorException() - Constructor for class org.greenstone.gatherer.file.UnknownFileErrorException
- undo - Variable in class org.greenstone.gatherer.file.FileJob
- true if this should generate an undo event, false for a redo one.
- undoable - Variable in class org.greenstone.gatherer.file.FileJob
- true if this job should generate an undo event of any kind.
- unmap() - Method in class org.greenstone.gatherer.file.FileNode
- Unmap this nodes children.
V
- valueChanged(TreeSelectionEvent) - Method in class org.greenstone.gatherer.file.FileQueue
- Called when the user makes some selection in one of the trees we are listening to.
W
- WorkspaceTreeModel - class org.greenstone.gatherer.file.WorkspaceTreeModel.
- WorkspaceTreeModel(FileNode) - Constructor for class org.greenstone.gatherer.file.WorkspaceTreeModel
- WriteNotPermittedException - exception org.greenstone.gatherer.file.WriteNotPermittedException.
- WriteNotPermittedException(String) - Constructor for class org.greenstone.gatherer.file.WriteNotPermittedException
- workspace_tree_model - Static variable in class org.greenstone.gatherer.file.WorkspaceTreeModel
- workspace_tree_root - Static variable in class org.greenstone.gatherer.file.WorkspaceTreeModel
Y
- yes_to_all - Variable in class org.greenstone.gatherer.file.FileQueue
- true if the user has selected yes to all from a file 'clash' dialog.
A C D E F G H I L M N O P Q R S T U V W Y
|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ file overview ] | PREV NEXT | ||||||||