Changeset 8243


Ignore:
Timestamp:
2004-10-08T13:20:01+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed all occurrences of classes explicitly importing other classes in the same package.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
104 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/Argument.java

    r8236 r8243  
    3737import org.greenstone.gatherer.DebugStream;
    3838import org.greenstone.gatherer.Gatherer;
    39 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    4039import org.greenstone.gatherer.collection.Collection;
    4140import org.greenstone.gatherer.collection.CollectionManager;
  • trunk/gli/src/org/greenstone/gatherer/cdm/ArgumentConfiguration.java

    r8236 r8243  
    3535import org.greenstone.gatherer.Dictionary;
    3636import org.greenstone.gatherer.Gatherer;
    37 import org.greenstone.gatherer.cdm.Argument;
    38 import org.greenstone.gatherer.cdm.ArgumentContainer;
    39 import org.greenstone.gatherer.cdm.Classifier;
    40 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    41 import org.greenstone.gatherer.cdm.PlugIn;
    4237import org.greenstone.gatherer.gui.GComboBox;
    4338import org.greenstone.gatherer.gui.GLIButton;
  • trunk/gli/src/org/greenstone/gatherer/cdm/Classifier.java

    r8240 r8243  
    3434import java.io.*;
    3535import java.util.*;
    36 import org.greenstone.gatherer.cdm.Argument;
    37 import org.greenstone.gatherer.cdm.ArgumentContainer;
    38 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    39 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    40 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    4136import org.greenstone.gatherer.util.StaticStrings;
    4237import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java

    r8236 r8243  
    4040import org.greenstone.gatherer.Dictionary;
    4141import org.greenstone.gatherer.Gatherer;
    42 import org.greenstone.gatherer.cdm.Argument;
    43 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    44 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    45 import org.greenstone.gatherer.cdm.CommandTokenizer;
    46 import org.greenstone.gatherer.cdm.Control;
    47 import org.greenstone.gatherer.cdm.Classifier;
    48 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    4942import org.greenstone.gatherer.file.FileNode;
    5043import org.greenstone.gatherer.gui.GComboBox;
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r8236 r8243  
    3535import org.greenstone.gatherer.DebugStream;
    3636import org.greenstone.gatherer.Gatherer;
    37 import org.greenstone.gatherer.cdm.CommandTokenizer;
    3837import org.greenstone.gatherer.gui.GLIButton;
    3938import org.greenstone.gatherer.util.DOMTree;
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionDesignManager.java

    r8236 r8243  
    3535import org.greenstone.gatherer.DebugStream;
    3636import org.greenstone.gatherer.Gatherer;
    37 import org.greenstone.gatherer.cdm.ClassifierManager;
    38 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    39 import org.greenstone.gatherer.cdm.CollectionMetaManager;
    40 import org.greenstone.gatherer.cdm.FormatManager;
    41 import org.greenstone.gatherer.cdm.GeneralManager;
    42 import org.greenstone.gatherer.cdm.IndexManager;
    43 import org.greenstone.gatherer.cdm.MetadataSetView;
    44 import org.greenstone.gatherer.cdm.PlugInManager;
    45 import org.greenstone.gatherer.cdm.SubcollectionManager;
    46 import org.greenstone.gatherer.cdm.TranslationView;
    4737import org.greenstone.gatherer.util.GSDLSiteConfig;
    4838import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionMeta.java

    r8240 r8243  
    2828
    2929import org.greenstone.gatherer.Configuration;
    30 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    31 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    32 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    33 import org.greenstone.gatherer.cdm.Index;
    3430import org.greenstone.gatherer.util.Codec;
    3531import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionMetaManager.java

    r8236 r8243  
    3535import org.greenstone.gatherer.DebugStream;
    3636import org.greenstone.gatherer.Gatherer;
    37 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    38 import org.greenstone.gatherer.cdm.CollectionMeta;
    39 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    40 import org.greenstone.gatherer.cdm.Index;
    4137import org.greenstone.gatherer.util.StaticStrings;
    4238import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/cdm/DOMProxyListModel.java

    r8240 r8243  
    2929import java.util.*;
    3030import javax.swing.*;
    31 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3231import org.w3c.dom.*;
    3332
  • trunk/gli/src/org/greenstone/gatherer/cdm/Format.java

    r8015 r8243  
    3232 *               14/07/03 - DOM Support
    3333 **************************************************************************************/
    34 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    35 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    36 import org.greenstone.gatherer.cdm.Classifier;
    37 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3834import org.greenstone.gatherer.util.Codec;
    3935import org.greenstone.gatherer.util.XMLTools;
  • trunk/gli/src/org/greenstone/gatherer/cdm/FormatManager.java

    r8236 r8243  
    4141import org.greenstone.gatherer.Dictionary;
    4242import org.greenstone.gatherer.Gatherer;
    43 import org.greenstone.gatherer.cdm.Classifier;
    44 import org.greenstone.gatherer.cdm.ClassifierManager;
    45 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    46 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    47 import org.greenstone.gatherer.cdm.CommandTokenizer;
    48 import org.greenstone.gatherer.cdm.Control;
    49 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    50 import org.greenstone.gatherer.cdm.Format;
    5143import org.greenstone.gatherer.gui.GLIButton;
    5244import org.greenstone.gatherer.msm.ElementWrapper;
  • trunk/gli/src/org/greenstone/gatherer/cdm/GeneralManager.java

    r8236 r8243  
    3939import org.greenstone.gatherer.Dictionary;
    4040import org.greenstone.gatherer.Gatherer;
    41 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    42 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    43 import org.greenstone.gatherer.cdm.Control;
    4441import org.greenstone.gatherer.gui.EmailField;
    4542import org.greenstone.gatherer.gui.GLIButton;
  • trunk/gli/src/org/greenstone/gatherer/cdm/Index.java

    r8236 r8243  
    3030import org.greenstone.gatherer.DebugStream;
    3131import org.greenstone.gatherer.Gatherer;
    32 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    33 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    34 import org.greenstone.gatherer.cdm.CollectionMeta;
    35 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3632import org.greenstone.gatherer.msm.ElementWrapper;
    3733import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/cdm/IndexManager.java

    r8236 r8243  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.cdm.CollectionMeta;
    39 import org.greenstone.gatherer.cdm.CommandTokenizer;
    40 import org.greenstone.gatherer.cdm.Control;
    41 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    42 import org.greenstone.gatherer.cdm.Index;
    4338import org.greenstone.gatherer.checklist.CheckList;
    4439import org.greenstone.gatherer.gui.GComboBox;
  • trunk/gli/src/org/greenstone/gatherer/cdm/Language.java

    r7997 r8243  
    2828
    2929
    30 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    31 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    32 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3330import org.w3c.dom.*;
    3431
  • trunk/gli/src/org/greenstone/gatherer/cdm/LanguageListCellRenderer.java

    r5590 r8243  
    3333import java.awt.*;
    3434import javax.swing.*;
    35 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    3635
    3736/** Provides a renderer which transforms a language code (such as en or fr) into its appropriate name (English and French respectively) before generating the rubberstamping component. */
  • trunk/gli/src/org/greenstone/gatherer/cdm/LanguageManager.java

    r8236 r8243  
    4242import org.greenstone.gatherer.Dictionary;
    4343import org.greenstone.gatherer.Gatherer;
    44 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    45 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    46 import org.greenstone.gatherer.cdm.Control;
    47 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    48 import org.greenstone.gatherer.cdm.Language;
    49 import org.greenstone.gatherer.cdm.LanguageListCellRenderer;
    5044import org.greenstone.gatherer.gui.GLIButton;
    5145import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/cdm/Level.java

    r8240 r8243  
    3131 * Revised:     
    3232 **************************************************************************************/
    33 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    34 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    35 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3633import org.w3c.dom.*;
    3734
  • trunk/gli/src/org/greenstone/gatherer/cdm/MetadataSetView.java

    r8236 r8243  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    39 import org.greenstone.gatherer.cdm.Control;
    40 import org.greenstone.gatherer.cdm.ElementWrapper;
    4138import org.greenstone.gatherer.gui.GLIButton;
    4239import org.greenstone.gatherer.mem.MetadataEditorManager;
  • trunk/gli/src/org/greenstone/gatherer/cdm/PlugIn.java

    r8240 r8243  
    2929import java.io.*;
    3030import java.util.*;
    31 import org.greenstone.gatherer.cdm.Argument;
    32 import org.greenstone.gatherer.cdm.ArgumentContainer;
    33 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3431import org.greenstone.gatherer.util.StaticStrings;
    3532import org.w3c.dom.*;
  • trunk/gli/src/org/greenstone/gatherer/cdm/PlugInManager.java

    r8236 r8243  
    4141import org.greenstone.gatherer.Dictionary;
    4242import org.greenstone.gatherer.Gatherer;
    43 import org.greenstone.gatherer.cdm.Argument;
    44 import org.greenstone.gatherer.cdm.ArgumentConfiguration;
    45 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    46 import org.greenstone.gatherer.cdm.CommandTokenizer;
    47 import org.greenstone.gatherer.cdm.Control;
    48 import org.greenstone.gatherer.cdm.PlugIn;
    4943import org.greenstone.gatherer.gui.GComboBox;
    5044import org.greenstone.gatherer.gui.GLIButton;
  • trunk/gli/src/org/greenstone/gatherer/cdm/SearchType.java

    r8240 r8243  
    3131 * Revised:     
    3232 **************************************************************************************/
    33 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    34 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    35 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3633import org.w3c.dom.*;
    3734
  • trunk/gli/src/org/greenstone/gatherer/cdm/SearchTypeManager.java

    r8236 r8243  
    4040import org.greenstone.gatherer.Dictionary;
    4141import org.greenstone.gatherer.Gatherer;
    42 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    43 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    44 import org.greenstone.gatherer.cdm.Control;
    45 import org.greenstone.gatherer.cdm.SearchType;
    46 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    4742import org.greenstone.gatherer.gui.GComboBox;
    4843import org.greenstone.gatherer.gui.GLIButton;
  • trunk/gli/src/org/greenstone/gatherer/cdm/Subcollection.java

    r8015 r8243  
    2828
    2929import org.greenstone.gatherer.Gatherer;
    30 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    31 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    32 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3330import org.greenstone.gatherer.msm.ElementWrapper;
    3431import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionIndex.java

    r8240 r8243  
    2929import java.util.*;
    3030import org.greenstone.gatherer.DebugStream;
    31 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    32 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    33 import org.greenstone.gatherer.cdm.CollectionMeta;
    34 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3531import org.greenstone.gatherer.util.StaticStrings;
    3632import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionIndexManager.java

    r8236 r8243  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    39 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    40 import org.greenstone.gatherer.cdm.Control;
    41 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    42 import org.greenstone.gatherer.cdm.Subcollection;
    43 import org.greenstone.gatherer.cdm.SubcollectionIndex;
    4438import org.greenstone.gatherer.gui.GLIButton;
    4539import org.greenstone.gatherer.util.ExclusiveListSelectionListener;
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionManager.java

    r8236 r8243  
    4040import org.greenstone.gatherer.Dictionary;
    4141import org.greenstone.gatherer.Gatherer;
    42 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    43 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    44 import org.greenstone.gatherer.cdm.Control;
    45 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    46 import org.greenstone.gatherer.cdm.Subcollection;
    4742import org.greenstone.gatherer.gui.GLIButton;
    4843import org.greenstone.gatherer.gui.NonWhitespaceField;
  • trunk/gli/src/org/greenstone/gatherer/cdm/SuperCollection.java

    r5590 r8243  
    3131 * Revised:     
    3232 **************************************************************************************/
    33 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    34 import org.greenstone.gatherer.cdm.DOMProxyListEntry;
    3533import org.w3c.dom.Element;
    3634
  • trunk/gli/src/org/greenstone/gatherer/cdm/SuperCollectionManager.java

    r8236 r8243  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.cdm.DOMProxyListModel;
    3938import org.greenstone.gatherer.checklist.CheckList;
    4039import org.greenstone.gatherer.checklist.Entry;
  • trunk/gli/src/org/greenstone/gatherer/cdm/TranslationView.java

    r8240 r8243  
    3636import org.greenstone.gatherer.DebugStream;
    3737import org.greenstone.gatherer.Dictionary;
    38 import org.greenstone.gatherer.cdm.CollectionConfiguration;
    39 import org.greenstone.gatherer.cdm.CollectionDesignManager;
    40 import org.greenstone.gatherer.cdm.CollectionMeta;
    41 import org.greenstone.gatherer.cdm.Control;
    42 import org.greenstone.gatherer.cdm.Index;
    43 import org.greenstone.gatherer.cdm.LanguageListCellRenderer;
    44 import org.greenstone.gatherer.cdm.SubcollectionIndex;
    4538import org.greenstone.gatherer.gui.GLIButton;
    4639
  • trunk/gli/src/org/greenstone/gatherer/checklist/CheckList.java

    r6383 r8243  
    4949import javax.swing.*;
    5050import javax.swing.border.*;
    51 import org.greenstone.gatherer.checklist.Entry;
    5251
    5352/** This class provides a visual component that has the form of a list, as provided by JList but uses JCheckBox for data selection. Thus several elements can be 'ticked' in the list, and this selection returned using the method getSelected().<BR>Parts of this code modified from Trevor Harmon's posting on www.dejanews.com.
  • trunk/gli/src/org/greenstone/gatherer/collection/Collection.java

    r8236 r8243  
    4747import org.greenstone.gatherer.cdm.CollectionMeta;
    4848import org.greenstone.gatherer.cdm.CollectionMetaManager;
    49 import org.greenstone.gatherer.collection.BuildOptions;
    50 import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    51 import org.greenstone.gatherer.collection.CollectionManager;
    5249import org.greenstone.gatherer.file.FileNode;
    5350import org.greenstone.gatherer.msm.MetadataXMLFileManager;
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r8236 r8243  
    5353import org.greenstone.gatherer.cdm.CollectionMetaManager;
    5454import org.greenstone.gatherer.cdm.CommandTokenizer;
    55 import org.greenstone.gatherer.collection.Collection;
    56 import org.greenstone.gatherer.collection.SaveCollectionTask;
    5755import org.greenstone.gatherer.file.FileNode;
    5856import org.greenstone.gatherer.file.FileQueue;
  • trunk/gli/src/org/greenstone/gatherer/collection/DeleteCollectionPrompt.java

    r8236 r8243  
    4747import org.greenstone.gatherer.Dictionary;
    4848import org.greenstone.gatherer.Gatherer;
    49 import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    50 import org.greenstone.gatherer.collection.Collection;
    5149import org.greenstone.gatherer.gui.GLIButton;
    5250import org.greenstone.gatherer.gui.ModalDialog;
  • trunk/gli/src/org/greenstone/gatherer/collection/ExportCollectionPrompt.java

    r8236 r8243  
    4949import org.greenstone.gatherer.checklist.CheckList;
    5050import org.greenstone.gatherer.checklist.Entry;
    51 import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    52 import org.greenstone.gatherer.collection.Collection;
    5351import org.greenstone.gatherer.gui.GLIButton;
    5452import org.greenstone.gatherer.gui.ModalDialog;
  • trunk/gli/src/org/greenstone/gatherer/collection/SaveCollectionTask.java

    r8236 r8243  
    4343import org.greenstone.gatherer.DebugStream;
    4444import org.greenstone.gatherer.Gatherer;
    45 import org.greenstone.gatherer.collection.Collection;
    4645import org.greenstone.gatherer.util.Utility;
    4746
  • trunk/gli/src/org/greenstone/gatherer/file/FileJob.java

    r8240 r8243  
    2828
    2929import javax.swing.tree.*;
    30 import org.greenstone.gatherer.file.FileNode;
    31 import org.greenstone.gatherer.file.FileSystemModel;
    3230import org.greenstone.gatherer.util.DragComponent;
    3331
  • trunk/gli/src/org/greenstone/gatherer/file/FileManager.java

    r8041 r8243  
    4141import org.greenstone.gatherer.Dictionary;
    4242import org.greenstone.gatherer.Gatherer;
    43 import org.greenstone.gatherer.file.FileNode;
    44 import org.greenstone.gatherer.file.FileQueue;
    45 import org.greenstone.gatherer.file.RecycleBin;
    4643import org.greenstone.gatherer.gui.LongProgressBar;
    4744import org.greenstone.gatherer.gui.NewFolderPrompt;
  • trunk/gli/src/org/greenstone/gatherer/file/FileNode.java

    r8236 r8243  
    1313import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    1414import org.greenstone.gatherer.collection.Collection;
    15 import org.greenstone.gatherer.file.FileFilter;
    16 import org.greenstone.gatherer.file.FileSystemModel;
    1715import org.greenstone.gatherer.util.ArrayTools;
    1816import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/file/FileOpenActionListener.java

    r6387 r8243  
    4343import javax.swing.tree.*;
    4444import org.greenstone.gatherer.Gatherer;
    45 import org.greenstone.gatherer.file.FileNode;
    4645
    4746/** 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).
  • trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java

    r8236 r8243  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.file.FileJob;
    39 import org.greenstone.gatherer.file.FileNode;
    4038import org.greenstone.gatherer.gui.LongProgressBar;
    4139import org.greenstone.gatherer.gui.tree.DragTree;
  • trunk/gli/src/org/greenstone/gatherer/file/FileSystem.java

    r8236 r8243  
    55import org.greenstone.gatherer.DebugStream;
    66import org.greenstone.gatherer.Dictionary;
    7 import org.greenstone.gatherer.file.FileNode;
    87import org.greenstone.gatherer.util.ArrayTools;
    98import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/file/FileSystemModel.java

    r8236 r8243  
    99import org.greenstone.gatherer.Dictionary;
    1010import org.greenstone.gatherer.Gatherer;
    11 import org.greenstone.gatherer.file.FileFilter;
    12 import org.greenstone.gatherer.file.FileNode;
    13 import org.greenstone.gatherer.file.FileOpenActionListener;
    1411import org.greenstone.gatherer.gui.tree.DragTree;
    1512import org.greenstone.gatherer.util.SynchronizedTreeModelTools;
  • trunk/gli/src/org/greenstone/gatherer/file/RecycleBin.java

    r8231 r8243  
    4848import org.greenstone.gatherer.Configuration;
    4949import org.greenstone.gatherer.Gatherer;
    50 import org.greenstone.gatherer.file.FileNode;
    51 import org.greenstone.gatherer.file.FileSystemModel;
    5250import org.greenstone.gatherer.util.DragComponent;
    5351import org.greenstone.gatherer.util.DragGroup;
  • trunk/gli/src/org/greenstone/gatherer/file/WorkspaceTreeModel.java

    r8236 r8243  
    55import org.greenstone.gatherer.Gatherer;
    66import org.greenstone.gatherer.collection.CollectionManager;
    7 import org.greenstone.gatherer.file.FileNode;
    87import org.greenstone.gatherer.gui.MirrorPane;
    98import org.greenstone.gatherer.util.SynchronizedTreeModelTools;
  • trunk/gli/src/org/greenstone/gatherer/gui/AboutDialog.java

    r8240 r8243  
    3535import javax.swing.*;
    3636import org.greenstone.gatherer.Dictionary;
    37 import org.greenstone.gatherer.gui.GLIButton;
    3837import org.greenstone.gatherer.util.Utility;
    3938
  • trunk/gli/src/org/greenstone/gatherer/gui/ComboArea.java

    r5589 r8243  
    4343import jp.gr.java_conf.tame.swing.combobox.*;
    4444import org.greenstone.gatherer.Gatherer;
    45 import org.greenstone.gatherer.gui.SmarterTextArea;
    4645import org.greenstone.gatherer.util.Utility;
    4746
  • trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java

    r8231 r8243  
    5050import org.greenstone.gatherer.collection.BuildOptions;
    5151import org.greenstone.gatherer.collection.Collection;
    52 import org.greenstone.gatherer.gui.GLIButton;
    53 import org.greenstone.gatherer.gui.OptionsPane;
    5452import org.greenstone.gatherer.shell.GBasicProgressMonitor;
    5553import org.greenstone.gatherer.shell.GBuildProgressMonitor;
  • trunk/gli/src/org/greenstone/gatherer/gui/DownloadProgressBar.java

    r7689 r8243  
    4444import org.greenstone.gatherer.Gatherer;
    4545import org.greenstone.gatherer.collection.DownloadJob;
    46 import org.greenstone.gatherer.gui.GLIButton;
    4746import org.greenstone.gatherer.util.AppendLineOnlyFileDocument;
    4847import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/gui/EditorDialog.java

    r8231 r8243  
    4343import org.greenstone.gatherer.Dictionary;
    4444import org.greenstone.gatherer.Gatherer;
    45 import org.greenstone.gatherer.gui.GLIButton;
    46 import org.greenstone.gatherer.gui.SimpleMenuBar;
    47 import org.greenstone.gatherer.gui.ModalDialog;
    4845
    4946/** A class that extends a JDialog into a editor for editing large block of text for the metadata value.
  • trunk/gli/src/org/greenstone/gatherer/gui/EnrichPane.java

    r8236 r8243  
    5151import org.greenstone.gatherer.Gatherer;
    5252import org.greenstone.gatherer.file.FileNode;
    53 import org.greenstone.gatherer.gui.Filter;
    54 import org.greenstone.gatherer.gui.GComboBox;
    55 import org.greenstone.gatherer.gui.GLIButton;
    56 import org.greenstone.gatherer.gui.MetaEditPrompt;
    57 import org.greenstone.gatherer.gui.WarningDialog;
    5853import org.greenstone.gatherer.gui.table.GTableModel;
    5954import org.greenstone.gatherer.gui.table.TableCellRenderer;
  • trunk/gli/src/org/greenstone/gatherer/gui/ExternalCollectionPrompt.java

    r8231 r8243  
    4646import org.greenstone.gatherer.Dictionary;
    4747import org.greenstone.gatherer.Gatherer;
    48 import org.greenstone.gatherer.gui.GLIButton;
    49 import org.greenstone.gatherer.gui.SimpleMenuBar;
    50 import org.greenstone.gatherer.gui.ModalDialog;
    5148
    5249// this has been changed to not offer the choice of a new metadata set, cos I haven't made this work properly.
  • trunk/gli/src/org/greenstone/gatherer/gui/FileAssociationDialog.java

    r8231 r8243  
    4949import org.greenstone.gatherer.Gatherer;
    5050import org.greenstone.gatherer.file.FileAssociationManager;
    51 import org.greenstone.gatherer.gui.GLIButton;
    52 import org.greenstone.gatherer.gui.ModalDialog;
    53 import org.greenstone.gatherer.gui.NonWhitespaceField;
    54 import org.greenstone.gatherer.gui.OpenCollectionDialog;
    55 import org.greenstone.gatherer.gui.SimpleMenuBar;
    5651import org.greenstone.gatherer.util.TableUtils;
    5752import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r8236 r8243  
    5959import org.greenstone.gatherer.file.FileNode;
    6060import org.greenstone.gatherer.file.FileOpenActionListener;
    61 import org.greenstone.gatherer.gui.AboutDialog;
    62 import org.greenstone.gatherer.gui.GatherPane;
    63 import org.greenstone.gatherer.gui.CreatePane;
    64 import org.greenstone.gatherer.gui.Filter;
    65 import org.greenstone.gatherer.gui.DesignPane;
    66 import org.greenstone.gatherer.gui.MenuBar;
    67 import org.greenstone.gatherer.gui.EnrichPane;
    68 import org.greenstone.gatherer.gui.MirrorPane;
    69 import org.greenstone.gatherer.gui.OpenCollectionDialog;
    70 import org.greenstone.gatherer.gui.Preferences;
    71 import org.greenstone.gatherer.gui.SimpleOpenCollectionDialog;
    7261import org.greenstone.gatherer.gui.metaaudit.MetaAuditFrame;
    7362import org.greenstone.gatherer.gui.tree.DragTree;
  • trunk/gli/src/org/greenstone/gatherer/gui/GatherPane.java

    r8236 r8243  
    5353import org.greenstone.gatherer.file.FileSystemModel;
    5454import org.greenstone.gatherer.file.RecycleBin;
    55 import org.greenstone.gatherer.gui.Filter;
    56 import org.greenstone.gatherer.gui.GComboBox;
    57 import org.greenstone.gatherer.gui.GLIButton;
    5855import org.greenstone.gatherer.gui.tree.DragTree;
    5956import org.greenstone.gatherer.gui.tree.WorkspaceTree;
  • trunk/gli/src/org/greenstone/gatherer/gui/LockFileDialog.java

    r8240 r8243  
    4343import org.greenstone.gatherer.Configuration;
    4444import org.greenstone.gatherer.Dictionary;
    45 import org.greenstone.gatherer.gui.GLIButton;
    46 import org.greenstone.gatherer.gui.SimpleMenuBar;
    47 import org.greenstone.gatherer.gui.ModalDialog;
    4845import org.greenstone.gatherer.util.Utility;
    4946import org.greenstone.gatherer.util.XMLTools;
  • trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPrompt.java

    r8231 r8243  
    3434import org.greenstone.gatherer.Dictionary;
    3535import org.greenstone.gatherer.Gatherer;
    36 import org.greenstone.gatherer.gui.GLIButton;
    37 import org.greenstone.gatherer.gui.SimpleMenuBar;
    38 import org.greenstone.gatherer.gui.ModalDialog;
    3936import org.greenstone.gatherer.util.Utility;
    4037
  • trunk/gli/src/org/greenstone/gatherer/gui/MirrorPane.java

    r8231 r8243  
    5151import org.greenstone.gatherer.WGet;
    5252import org.greenstone.gatherer.file.FileNode;
    53 import org.greenstone.gatherer.gui.GLIButton;
    54 import org.greenstone.gatherer.gui.Preferences;
    5553import org.greenstone.gatherer.gui.tree.WorkspaceTree;
    5654import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/gui/NewCollectionDetailsPrompt.java

    r8231 r8243  
    3838import org.greenstone.gatherer.Gatherer;
    3939import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    40 import org.greenstone.gatherer.gui.GLIButton;
    41 import org.greenstone.gatherer.gui.SimpleMenuBar;
    42 import org.greenstone.gatherer.gui.ModalDialog;
    4340import org.greenstone.gatherer.util.StaticStrings;
    4441import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/gui/NewCollectionMetadataPrompt.java

    r8231 r8243  
    3838import org.greenstone.gatherer.checklist.CheckList;
    3939import org.greenstone.gatherer.checklist.Entry;
    40 import org.greenstone.gatherer.gui.GLIButton;
    41 import org.greenstone.gatherer.gui.SimpleMenuBar;
    42 import org.greenstone.gatherer.gui.ModalDialog;
    4340import org.greenstone.gatherer.cdm.ElementWrapper;
    4441import org.greenstone.gatherer.msm.MetadataSet;
  • trunk/gli/src/org/greenstone/gatherer/gui/NewFolderPrompt.java

    r8231 r8243  
    4545import org.greenstone.gatherer.Gatherer;
    4646import org.greenstone.gatherer.file.FileNode;
    47 import org.greenstone.gatherer.gui.GLIButton;
    4847
    4948public class NewFolderPrompt
  • trunk/gli/src/org/greenstone/gatherer/gui/NewMetaSetPrompt.java

    r8231 r8243  
    4646import org.greenstone.gatherer.Dictionary;
    4747import org.greenstone.gatherer.Gatherer;
    48 import org.greenstone.gatherer.gui.GLIButton;
    49 import org.greenstone.gatherer.gui.ModalDialog;
    5048
    5149/** this class is pretty much copied from an inner class of MEM - AddSetActionListener. At some stage the two should be merged so there is only one copy of the code. */
  • trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java

    r8231 r8243  
    4343import org.greenstone.gatherer.checklist.Entry;
    4444import org.greenstone.gatherer.collection.Collection;
    45 import org.greenstone.gatherer.gui.EmailField;
    46 import org.greenstone.gatherer.gui.GLIButton;
    47 import org.greenstone.gatherer.gui.ModalDialog;
    48 import org.greenstone.gatherer.gui.SimpleMenuBar;
    4945import org.greenstone.gatherer.gui.tree.DragTree;
    5046import org.greenstone.gatherer.util.ArrayTools; // just for debug
  • trunk/gli/src/org/greenstone/gatherer/gui/PreviewCommandDialog.java

    r8231 r8243  
    4848import org.greenstone.gatherer.Dictionary;
    4949import org.greenstone.gatherer.Gatherer;
    50 import org.greenstone.gatherer.gui.GLIButton;
    51 import org.greenstone.gatherer.gui.ModalDialog;
    52 import org.greenstone.gatherer.gui.OpenCollectionDialog;
    53 import org.greenstone.gatherer.gui.SimpleMenuBar;
    5450import org.greenstone.gatherer.util.Utility;
    5551
  • trunk/gli/src/org/greenstone/gatherer/gui/SimpleOpenCollectionDialog.java

    r8231 r8243  
    3737import org.greenstone.gatherer.Gatherer;
    3838import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    39 import org.greenstone.gatherer.gui.GLIButton;
    40 import org.greenstone.gatherer.gui.ModalDialog;
    4139import org.greenstone.gatherer.util.StaticStrings;
    4240import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/gui/WarningDialog.java

    r8231 r8243  
    3333import org.greenstone.gatherer.Dictionary;
    3434import org.greenstone.gatherer.Gatherer;
    35 import org.greenstone.gatherer.gui.GLIButton;
    3635import org.greenstone.gatherer.util.Utility;
    3736
  • trunk/gli/src/org/greenstone/gatherer/gui/metaaudit/AutofilterDialog.java

    r8231 r8243  
    4545import org.greenstone.gatherer.Gatherer;
    4646import org.greenstone.gatherer.gui.GLIButton;
    47 import org.greenstone.gatherer.gui.metaaudit.Autofilter;
    48 import org.greenstone.gatherer.gui.metaaudit.Filter;
    49 import org.greenstone.gatherer.gui.metaaudit.MetaAuditFrame;
    5047import org.greenstone.gatherer.gui.SimpleMenuBar;
    5148import org.greenstone.gatherer.gui.ModalDialog;
  • trunk/gli/src/org/greenstone/gatherer/gui/metaaudit/Filter.java

    r5589 r8243  
    5151import java.util.Vector;
    5252import javax.swing.table.TableModel;
    53 import org.greenstone.gatherer.gui.metaaudit.Autofilter;
    5453
    5554/** This class essentially manages the autofilters applied to the metaaudit table.
  • trunk/gli/src/org/greenstone/gatherer/gui/metaaudit/HeaderListener.java

    r6221 r8243  
    5050import java.awt.event.MouseEvent;
    5151import java.util.ArrayList;
    52 import org.greenstone.gatherer.gui.metaaudit.MetaAuditFrame;
    53 import org.greenstone.gatherer.gui.metaaudit.MetaAuditTable;
    5452
    5553public class HeaderListener
  • trunk/gli/src/org/greenstone/gatherer/gui/metaaudit/HeaderRenderer.java

    r8240 r8243  
    4141import javax.swing.table.TableCellRenderer;
    4242import org.greenstone.gatherer.Dictionary;
    43 import org.greenstone.gatherer.gui.metaaudit.MetaAuditTable;
    4443import org.greenstone.gatherer.util.Utility;
    4544
  • trunk/gli/src/org/greenstone/gatherer/gui/metaaudit/MetaAuditTable.java

    r8240 r8243  
    4444import javax.swing.table.*;
    4545import org.greenstone.gatherer.file.FileNode;
    46 import org.greenstone.gatherer.gui.metaaudit.Filter;
    47 import org.greenstone.gatherer.gui.metaaudit.HeaderListener;
    48 import org.greenstone.gatherer.gui.metaaudit.HeaderRenderer;
    49 import org.greenstone.gatherer.gui.metaaudit.MetaAuditFrame;
    50 import org.greenstone.gatherer.gui.metaaudit.MetaAuditModel;
    51 import org.greenstone.gatherer.gui.metaaudit.MetaAuditRenderer;
     46
    5247/**
    5348 * @author John Thompson, Greenstone Digital Library, University of Waikato
  • trunk/gli/src/org/greenstone/gatherer/mem/MEMNode.java

    r8236 r8243  
    4545import org.greenstone.gatherer.Gatherer;
    4646import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
    47 import org.greenstone.gatherer.mem.AttributeTableModel;
    4847import org.greenstone.gatherer.msm.ElementWrapper;
    4948import org.greenstone.gatherer.msm.MetadataSet;
  • trunk/gli/src/org/greenstone/gatherer/mem/MetadataEditorManager.java

    r8231 r8243  
    5757import org.greenstone.gatherer.gui.NonWhitespaceField;
    5858import org.greenstone.gatherer.gui.TransformCharacterTextField;
    59 import org.greenstone.gatherer.mem.Attribute;
    60 import org.greenstone.gatherer.mem.AttributeTableModel;
    61 import org.greenstone.gatherer.mem.MEMNode;
    6259import org.greenstone.gatherer.msm.ElementWrapper;
    6360import org.greenstone.gatherer.msm.MetadataSet;
  • trunk/gli/src/org/greenstone/gatherer/msm/ElementWrapper.java

    r7540 r8243  
    4545 **************************************************************************************/
    4646import java.util.TreeSet;
    47 import org.greenstone.gatherer.msm.MSMUtils;
    4847import org.greenstone.gatherer.util.StaticStrings;
    4948import org.greenstone.gatherer.util.Troolean;
  • trunk/gli/src/org/greenstone/gatherer/msm/ExistingMetadataLoader.java

    r8240 r8243  
    4242import org.greenstone.gatherer.DebugStream;
    4343import org.greenstone.gatherer.file.FileNode;
    44 import org.greenstone.gatherer.msm.MetadataParser;
    4544import org.greenstone.gatherer.util.Utility;
    4645/** Attempts to locate and import any metadata already attatched to files about to be imported. This entire function is part of a critical file copy and so must be fast and reliable (or at least recover nicely when things go wrong). Futhermore this process must be aware of concerns such as previous greenstone collections having metadata sets that could be immediately imported, or hierarchy files needed to turn indexes into something more meaningful. We also must allow for the extensibility of this class to include custom metadata objects such as MARK records etc.
  • trunk/gli/src/org/greenstone/gatherer/msm/ExportMDSPrompt.java

    r8231 r8243  
    4545import org.greenstone.gatherer.Dictionary;
    4646import org.greenstone.gatherer.Gatherer;
    47 import org.greenstone.gatherer.msm.MetadataSet;
    48 import org.greenstone.gatherer.msm.MetadataSetManager;
    4947import org.greenstone.gatherer.util.Utility;
    5048import org.greenstone.gatherer.gui.GLIButton;
  • trunk/gli/src/org/greenstone/gatherer/msm/GreenstoneArchiveParser.java

    r8236 r8243  
    4747import org.greenstone.gatherer.collection.CollectionManager;
    4848import org.greenstone.gatherer.file.FileNode;
    49 import org.greenstone.gatherer.msm.ElementWrapper;
    50 import org.greenstone.gatherer.msm.MetadataSet;
    51 import org.greenstone.gatherer.msm.MetadataSetManager;
    52 import org.greenstone.gatherer.msm.MSMUtils;
    5349import org.greenstone.gatherer.shell.GShell;
    5450import org.greenstone.gatherer.shell.GShellProgressMonitor;
  • trunk/gli/src/org/greenstone/gatherer/msm/LegacyCollectionImporter.java

    r8236 r8243  
    3636import org.greenstone.gatherer.cdm.Classifier;
    3737import org.greenstone.gatherer.cdm.CollectionDesignManager;
    38 import org.greenstone.gatherer.msm.ElementWrapper;
    39 import org.greenstone.gatherer.msm.MetadataSetManager;
    4038import org.greenstone.gatherer.util.StaticStrings;
    4139import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMAction.java

    r6770 r8243  
    3737package org.greenstone.gatherer.msm;
    3838
    39 /**
    40  * Title:        The Gatherer<br>
    41  * Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    42  * Copyright:    Copyright (c) 2001<br>
    43  * Company:      The University of Waikato<br>
    44  * Written:        /04/02<br>
    45  * @author John Thompson, Greenstone Digital Libraries
    46  * @version 2.1
    47  */
    48 import org.greenstone.gatherer.msm.Declarations;
    49 import org.greenstone.gatherer.msm.MetadataSetManager;
     39
    5040/** This class provides all the information required to correctly perform metadata actions, with regard to the users previously indicated preferences in terms of importing and renaming. */
    5141final public class MSMAction {
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMAdapter.java

    r5589 r8243  
    3737package org.greenstone.gatherer.msm;
    3838
    39 /**************************************************************************************
    40  * Title:        Gatherer
    41  * Description:  The Gatherer: a tool for gathering and enriching a digital collection.
    42  * Copyright:    Copyright (c) 2001
    43  * Company:      The University of Waikato
    44  * Written:      22/07/02
    45  * Revised:
    46  * @author John Thompson, 9826509
    47  * @version 2.3
    48  **************************************************************************************/
    49 import org.greenstone.gatherer.msm.MSMEvent;
    50 import org.greenstone.gatherer.msm.MSMListener;
    5139
    5240/** The default adapter for a MSMListener doesn't actually do anything, thus users can override whatever methods they want. */
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMEvent.java

    r5990 r8243  
    3737package org.greenstone.gatherer.msm;
    3838
    39 /**
    40  * Title:        The Gatherer<br>
    41  * Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    42  * Copyright:    Copyright (c) 2001<br>
    43  * Company:      The University of Waikato<br>
    44  * @author John Thompson, Greenstone Digital Libraries
    45  * @version 2.1
    46  */
     39
    4740import java.awt.AWTEvent;
    4841import java.io.*;
    4942import org.greenstone.gatherer.file.FileNode;
    50 import org.greenstone.gatherer.msm.ElementWrapper;
    51 import org.greenstone.gatherer.msm.Metadata;
    52 import org.greenstone.gatherer.msm.MSMAction;
    5343import org.greenstone.gatherer.valuetree.GValueModel;
    5444/** An event object which contains useful information about the event that generated it, which in this case is probably an element update (this means a MSMAction object should be provided). */
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMListener.java

    r5589 r8243  
    3737package org.greenstone.gatherer.msm;
    3838
    39 /**
    40  * Title:        The Gatherer<br>
    41  * Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    42  * Copyright:    Copyright (c) 2001<br>
    43  * Company:      The University of Waikato<br>
    44  * @author John Thompson, Greenstone Digital Libraries
    45  * @version 2.1
    46  */
    47 import org.greenstone.gatherer.msm.MSMEvent;
    4839
    4940/** This class provides an interface for classes who wish to listener for events within the <strong>MetadataSetManager</strong>. There are events which are fired whenever a set or an element within a set changes. The events are either very broad, of the <i>metadataSetChanged()</i> variaty down to the more explicit <i>elementChanged(Profile change)</i> which actually details what change occured so the GUI etc can update just that element. */
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMProfiler.java

    r8236 r8243  
    4141import org.greenstone.gatherer.DebugStream;
    4242import org.greenstone.gatherer.Gatherer;
    43 import org.greenstone.gatherer.msm.MSMAdapter;
    4443import org.greenstone.gatherer.util.HashMap3D;
    4544import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMPrompt.java

    r8231 r8243  
    4949import org.greenstone.gatherer.gui.ModalDialog;
    5050import org.greenstone.gatherer.gui.SimpleMenuBar;
    51 import org.greenstone.gatherer.msm.Declarations;
    52 import org.greenstone.gatherer.msm.MetadataSet;
    53 import org.greenstone.gatherer.msm.MetadataSetManager;
    54 import org.greenstone.gatherer.msm.MSMUtils;
    5551import org.greenstone.gatherer.util.ArrayTools;
    5652import org.w3c.dom.*;
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMUtils.java

    r8231 r8243  
    4343import org.greenstone.gatherer.cdm.CommandTokenizer;
    4444import org.greenstone.gatherer.mem.Attribute;
    45 import org.greenstone.gatherer.msm.MetadataSet;
    4645import org.greenstone.gatherer.util.ArrayTools;
    4746import org.greenstone.gatherer.util.StaticStrings;
  • trunk/gli/src/org/greenstone/gatherer/msm/Metadata.java

    r7290 r8243  
    4141import org.greenstone.gatherer.collection.Collection;
    4242import org.greenstone.gatherer.collection.CollectionManager;
    43 import org.greenstone.gatherer.msm.ElementWrapper;
    44 import org.greenstone.gatherer.msm.MetadataSetManager;
    4543import org.greenstone.gatherer.valuetree.GValueModel;
    4644import org.greenstone.gatherer.valuetree.GValueNode;
  • trunk/gli/src/org/greenstone/gatherer/msm/MetadataSetManager.java

    r8236 r8243  
    5050import org.greenstone.gatherer.gui.MetaEditPrompt;
    5151import org.greenstone.gatherer.mem.MetadataEditorManager;
    52 import org.greenstone.gatherer.msm.Declarations;
    53 import org.greenstone.gatherer.msm.MDSFileFilter;
    54 import org.greenstone.gatherer.msm.MetadataSet;
    55 import org.greenstone.gatherer.msm.MSMAction;
    56 import org.greenstone.gatherer.msm.MSMEvent;
    57 import org.greenstone.gatherer.msm.MSMPrompt;
    58 import org.greenstone.gatherer.msm.MSMUtils;
    5952import org.greenstone.gatherer.valuetree.GValueModel;
    6053import org.greenstone.gatherer.valuetree.GValueNode;
  • trunk/gli/src/org/greenstone/gatherer/msm/MetadataXMLFile.java

    r8236 r8243  
    3131import org.greenstone.gatherer.DebugStream;
    3232import org.greenstone.gatherer.Gatherer;
    33 import org.greenstone.gatherer.msm.MetadataXMLFileManager;
    34 import org.greenstone.gatherer.msm.MSMUtils;
    3533import org.greenstone.gatherer.util.Codec;
    3634import org.greenstone.gatherer.util.HashMap3D;
  • trunk/gli/src/org/greenstone/gatherer/msm/MetadataXMLFileManager.java

    r8236 r8243  
    4949import org.greenstone.gatherer.gui.GLIButton;
    5050import org.greenstone.gatherer.gui.MetaEditPrompt;
    51 import org.greenstone.gatherer.msm.ElementWrapper;
    52 import org.greenstone.gatherer.msm.MetadataXMLFile;
    53 import org.greenstone.gatherer.msm.MetadataXMLFileParser;
    54 import org.greenstone.gatherer.msm.Metadata;
    55 import org.greenstone.gatherer.msm.MSMEvent;
    56 import org.greenstone.gatherer.msm.MSMListener;
    5751import org.greenstone.gatherer.util.DOMTree;
    5852import org.greenstone.gatherer.util.HashMap3D;
  • trunk/gli/src/org/greenstone/gatherer/shell/GBasicProgressMonitor.java

    r7924 r8243  
    3737package org.greenstone.gatherer.shell;
    3838
    39 /** Title:        The Gatherer<br>
    40  *  Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    41  *  Copyright:    Copyright (c) 2001<br>
    42  *  Company:      The University of Waikato<br>
    43  *  Written:        /  /01<br>
    44  *  Revised:      12/05/02 - Commented<br>
    45  *                29/05/02 - Moved into correct package<br>
    46  *  @author John Thompson, Greenstone Digital Libraries
    47  *  @version 2.1 */
    4839
    4940import java.awt.Component;
    5041import java.util.ArrayList;
    5142import javax.swing.JProgressBar;
    52 import org.greenstone.gatherer.shell.GShellEvent;
    53 import org.greenstone.gatherer.shell.GShellProgressMonitor;
    5443
    5544/** This is the most basic implementation of <i>GShellProgressMonitor</i> in that it doesn't even attempt to parse the process messages. Instead it has one graphic which is displayed once the start() method is called, and another which appears after the stop().
  • trunk/gli/src/org/greenstone/gatherer/shell/GBuildProgressMonitor.java

    r8236 r8243  
    4545import org.greenstone.gatherer.Gatherer;
    4646import org.greenstone.gatherer.cdm.CollectionDesignManager;
    47 import org.greenstone.gatherer.shell.GImportProgressMonitor;
    48 import org.greenstone.gatherer.shell.GShellElement;
    49 import org.greenstone.gatherer.shell.GShellEvent;
    50 import org.greenstone.gatherer.shell.GShellProgressMonitor;
    5147import org.greenstone.gatherer.util.StaticStrings;
    5248/** This implementation of <i>GShellProgressMonitor</i> is designed to parse and translate the progress of a buildcol.pl call.
  • trunk/gli/src/org/greenstone/gatherer/shell/GImportProgressMonitor.java

    r8236 r8243  
    3838
    3939import java.awt.Component;
    40 import java.util.ArrayList;
    41 import java.util.StringTokenizer;
     40import java.util.*;
    4241import javax.swing.JProgressBar;
    4342import org.greenstone.gatherer.Configuration;
     
    4544import org.greenstone.gatherer.Dictionary;
    4645import org.greenstone.gatherer.Gatherer;
    47 import org.greenstone.gatherer.shell.GShellElement;
    48 import org.greenstone.gatherer.shell.GShellProgressMonitor;
    4946import org.greenstone.gatherer.util.StaticStrings;
    5047
  • trunk/gli/src/org/greenstone/gatherer/shell/GShell.java

    r8236 r8243  
    5353import org.greenstone.gatherer.cdm.CollectionMeta;
    5454import org.greenstone.gatherer.msm.GreenstoneArchiveParser;
    55 import org.greenstone.gatherer.shell.GShellListener;
    56 import org.greenstone.gatherer.shell.GShellProgressMonitor;
    5755import org.greenstone.gatherer.util.StaticStrings;
    5856import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/shell/GShellProgressMonitor.java

    r7924 r8243  
    5151import java.util.ArrayList;
    5252import javax.swing.JProgressBar;
    53 import org.greenstone.gatherer.shell.GShellEvent;
    5453
    5554/** When implemented, this interface allows another class to monitor the progress of a <strong>GShell</strong> process. Specifically implementing classes should be designed to take the textual output from the process and then translate that message into some quanitive measure of progress which can then be shown on the progress bar.
  • trunk/gli/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocument.java

    r8240 r8243  
    4040import org.greenstone.gatherer.DebugStream;
    4141import org.greenstone.gatherer.gui.GLIButton;
    42 import org.greenstone.gatherer.util.StaticStrings;
    4342
    4443/** A Document whose underlying data is stored in a RandomAccessFile, and whose Element implementations lack the memory hogging problems associated with anything that extends the AbstractDocument class. This Document, for reasons of time constraints and sanity, only provides an editting ability of appending new lines to the end of the current document, perfect for our logging needs, completely useless for text editing purposes. Furthermore, since the append actions tend to somewhat swamp the IO, I'll temporarily store strings in the structure model, and write them out using a separate thread.
  • trunk/gli/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocumentOwner.java

    r6382 r8243  
    3131package org.greenstone.gatherer.util;
    3232
    33 import org.greenstone.gatherer.util.AppendLineOnlyFileDocument;
     33
    3434/** Any class that wants to act as the owner of an AppendLineOnlyFileDocument has to implement this.
    3535 * @author John Thompson, Greenstone Project, New Zealand Digital Library, University of Waikato
  • trunk/gli/src/org/greenstone/gatherer/util/Codec.java

    r8240 r8243  
    2626 */
    2727package org.greenstone.gatherer.util;
    28 /*************************************************************************
    29  * Written: 17-08-03
    30  ************************************************************************/
     28
    3129import java.util.*;
    32 import org.greenstone.gatherer.util.Utility;
     30
    3331/** Provides a standard, extensible way to convert from one format of string to another (given that each format has differing requirements regarding legal characters and escaped characters)
    3432 * @author John Thompson, Greenstone Digital Library, University of Waikato
  • trunk/gli/src/org/greenstone/gatherer/util/DefaultSynchronizedTreeNode.java

    r5581 r8243  
    33import javax.swing.*;
    44import javax.swing.tree.*;
    5 import org.greenstone.gatherer.util.SynchronizedTreeNode;
    65
    76public class DefaultSynchronizedTreeNode
  • trunk/gli/src/org/greenstone/gatherer/util/DragComponent.java

    r4674 r8243  
    4949import javax.swing.tree.*;
    5050import org.greenstone.gatherer.file.FileSystemModel;
    51 import org.greenstone.gatherer.util.DragGroup;
     51
    5252/** Any component that wants to act a GTree like drag'n'drop component must implement this. */
    5353public interface DragComponent {
  • trunk/gli/src/org/greenstone/gatherer/util/DragGroup.java

    r6387 r8243  
    3636 */
    3737package org.greenstone.gatherer.util;
    38 /**
    39  * Title:        Gatherer<br>
    40  * Description:  The Gatherer: a tool for gathering and enriching a digital collection.<br>
    41  * Copyright:    Copyright (c) 2001<br>
    42  * Company:      The University of Waikato<br>
    43  * Written:        /  /01<br>
    44  * Revised:      21/06/02 - Moved into correct package and commented.
    45  *               24/03/03 - Moved again, and rewritten for new Tree.
    46  * @author John Thompson
    47  * @version 2.3
    48  */
     38
    4939import java.awt.Point;
    50 import java.awt.event.FocusEvent;
    51 import java.awt.event.FocusListener;
     40import java.awt.event.*;
    5241import java.awt.image.BufferedImage;
    5342import java.util.Vector;
    54 
    5543import javax.swing.JComponent;
    5644import javax.swing.tree.TreePath;
     45import org.greenstone.gatherer.gui.tree.DragTree;
    5746
    58 import org.greenstone.gatherer.gui.tree.DragTree;
    59 import org.greenstone.gatherer.util.DragComponent;
    6047
    6148/** This class acts as a linker between all the various drag and drop enabled DragComponent. It provides methods for ensuring only one component is the drop target, showing extra user feedback, and maintains a single point of focus. Moreover it provides a storage space for necessary shared variables such as mouse_offset of initial drag etc. */
  • trunk/gli/src/org/greenstone/gatherer/util/HTMLStringTokenizer.java

    r5785 r8243  
    3737package org.greenstone.gatherer.util;
    3838
    39 /**
    40  * Title:        The Gatherer<br>
    41  * Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    42  * Copyright:    Copyright (c) 2001<br>
    43  * Company:      The University of Waikato<br>
    44  * @author John Thompson, Greenstone Digital Libraries
    45  * @version 2.1
    46  */
    47 import org.greenstone.gatherer.util.Utility;
    4839
    4940/** This class functions much like a <strong>StringTokenizer</strong> in that it tokenizes a long string into tokens, however this tokenizer cleverly notices HTML formatting tags. */
  • trunk/gli/src/org/greenstone/gatherer/util/SynchronizedTreeModel.java

    r5581 r8243  
    33import javax.swing.*;
    44import javax.swing.tree.*;
    5 import org.greenstone.gatherer.util.DefaultSynchronizedTreeNode;
    6 import org.greenstone.gatherer.util.TreeModelTest;
    7 import org.greenstone.gatherer.util.SynchronizedTreeNode;
     5
    86
    97/** This synchronized TreeModel is comprised of two seperate models. The extended model is used to paint the screen, and can only be updated on the AWTEvent Thread. The second, private, model contains the current actual state of the model with changes made immediately. If such changes occur then a task is queued in the AWTEvent Thread to update the 'painted' model. This model depends on the TreeNodes used having these properties:
  • trunk/gli/src/org/greenstone/gatherer/util/TreeModelTest.java

    r6318 r8243  
    4444import javax.swing.tree.*;
    4545import org.greenstone.gatherer.gui.GLIButton;
    46 import org.greenstone.gatherer.util.DefaultSynchronizedTreeNode;
    47 import org.greenstone.gatherer.util.SynchronizedTreeModel;
    48 import org.greenstone.gatherer.util.SynchronizedTreeNode;
     46
    4947
    5048public class TreeModelTest
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r8236 r8243  
    5050import org.greenstone.gatherer.Dictionary;
    5151import org.greenstone.gatherer.Gatherer;
    52 import org.greenstone.gatherer.util.HTMLStringTokenizer;
    5352import org.w3c.dom.*;
    5453import org.xml.sax.*;
Note: See TracChangeset for help on using the changeset viewer.