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/file
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.