* move net.sourceforge.filebot.rename.ui.panel to net.sourceforge.filebot.rename.ui
This commit is contained in:
parent
7a2f7310de
commit
d80e5683d5
|
@ -29,7 +29,7 @@ import net.sourceforge.filebot.cli.ArgumentProcessor;
|
|||
import net.sourceforge.filebot.format.ExpressionFormat;
|
||||
import net.sourceforge.filebot.ui.MainFrame;
|
||||
import net.sourceforge.filebot.ui.SinglePanelFrame;
|
||||
import net.sourceforge.filebot.ui.panel.sfv.SfvPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.sfv.SfvPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.transfer.FileTransferable;
|
||||
|
||||
|
||||
|
|
|
@ -43,8 +43,8 @@ import net.sourceforge.filebot.similarity.SeriesNameMatcher;
|
|||
import net.sourceforge.filebot.similarity.SimilarityMetric;
|
||||
import net.sourceforge.filebot.subtitle.SubtitleFormat;
|
||||
import net.sourceforge.filebot.ui.Language;
|
||||
import net.sourceforge.filebot.ui.panel.rename.HistorySpooler;
|
||||
import net.sourceforge.filebot.ui.panel.rename.MatchSimilarityMetric;
|
||||
import net.sourceforge.filebot.ui.rename.HistorySpooler;
|
||||
import net.sourceforge.filebot.ui.rename.MatchSimilarityMetric;
|
||||
import net.sourceforge.filebot.vfs.ArchiveType;
|
||||
import net.sourceforge.filebot.vfs.MemoryFile;
|
||||
import net.sourceforge.filebot.web.Episode;
|
||||
|
|
|
@ -30,12 +30,12 @@ import net.miginfocom.swing.MigLayout;
|
|||
import net.sourceforge.filebot.Analytics;
|
||||
import net.sourceforge.filebot.ResourceManager;
|
||||
import net.sourceforge.filebot.Settings;
|
||||
import net.sourceforge.filebot.ui.panel.analyze.AnalyzePanelBuilder;
|
||||
import net.sourceforge.filebot.ui.panel.episodelist.EpisodeListPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.panel.list.ListPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.panel.rename.RenamePanelBuilder;
|
||||
import net.sourceforge.filebot.ui.panel.sfv.SfvPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.panel.subtitle.SubtitlePanelBuilder;
|
||||
import net.sourceforge.filebot.ui.analyze.AnalyzePanelBuilder;
|
||||
import net.sourceforge.filebot.ui.episodelist.EpisodeListPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.list.ListPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.rename.RenamePanelBuilder;
|
||||
import net.sourceforge.filebot.ui.sfv.SfvPanelBuilder;
|
||||
import net.sourceforge.filebot.ui.subtitle.SubtitlePanelBuilder;
|
||||
import net.sourceforge.tuned.PreferencesMap.PreferencesEntry;
|
||||
import net.sourceforge.tuned.ui.DefaultFancyListCellRenderer;
|
||||
import net.sourceforge.tuned.ui.ShadowBorder;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import java.beans.PropertyChangeEvent;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import javax.swing.Icon;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.NotificationLogging.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import java.awt.Component;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import java.awt.datatransfer.Transferable;
|
||||
|
@ -12,8 +12,8 @@ import javax.swing.TransferHandler;
|
|||
import javax.swing.tree.TreeNode;
|
||||
import javax.swing.tree.TreePath;
|
||||
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FileNode;
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FileNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.transfer.FileTransferable;
|
||||
import net.sourceforge.filebot.ui.transfer.TransferableExportHandler;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.transfer.BackgroundFileTransferablePolicy.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.NotificationLogging.*;
|
||||
|
@ -8,9 +8,9 @@ import java.io.File;
|
|||
import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.AbstractTreeNode;
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FileNode;
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.AbstractTreeNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FileNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.transfer.BackgroundFileTransferablePolicy;
|
||||
import net.sourceforge.tuned.ExceptionUtilities;
|
||||
import net.sourceforge.tuned.FastFile;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import java.awt.Color;
|
||||
|
@ -20,7 +20,7 @@ import javax.swing.tree.DefaultTreeModel;
|
|||
import javax.swing.tree.TreeModel;
|
||||
|
||||
import net.miginfocom.swing.MigLayout;
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.transfer.DefaultTransferHandler;
|
||||
import net.sourceforge.tuned.FileUtilities;
|
||||
import net.sourceforge.tuned.ui.GradientStyle;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import java.io.File;
|
||||
|
@ -11,8 +11,8 @@ import java.util.logging.Logger;
|
|||
import javax.swing.JComponent;
|
||||
import javax.swing.SwingWorker;
|
||||
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FileNode;
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FileNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.tuned.ExceptionUtilities;
|
||||
import net.sourceforge.tuned.FileUtilities;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.analyze;
|
||||
package net.sourceforge.filebot.ui.analyze;
|
||||
|
||||
|
||||
import java.io.File;
|
||||
|
@ -17,7 +17,7 @@ import javax.swing.tree.DefaultTreeModel;
|
|||
import javax.swing.tree.TreeModel;
|
||||
|
||||
import net.miginfocom.swing.MigLayout;
|
||||
import net.sourceforge.filebot.ui.panel.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.analyze.FileTree.FolderNode;
|
||||
import net.sourceforge.filebot.ui.transfer.DefaultTransferHandler;
|
||||
import net.sourceforge.tuned.FileUtilities;
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.episodelist;
|
||||
package net.sourceforge.filebot.ui.episodelist;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.panel.episodelist.SeasonSpinnerModel.*;
|
||||
import static net.sourceforge.filebot.ui.episodelist.SeasonSpinnerModel.*;
|
||||
|
||||
import java.awt.datatransfer.Clipboard;
|
||||
import java.awt.datatransfer.StringSelection;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.episodelist;
|
||||
package net.sourceforge.filebot.ui.episodelist;
|
||||
|
||||
|
||||
import javax.swing.Icon;
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.episodelist;
|
||||
package net.sourceforge.filebot.ui.episodelist;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.panel.episodelist.SeasonSpinnerModel.*;
|
||||
import static net.sourceforge.filebot.ui.episodelist.SeasonSpinnerModel.*;
|
||||
|
||||
import java.awt.Color;
|
||||
import java.text.ParseException;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.episodelist;
|
||||
package net.sourceforge.filebot.ui.episodelist;
|
||||
|
||||
|
||||
import javax.swing.SpinnerNumberModel;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.list;
|
||||
package net.sourceforge.filebot.ui.list;
|
||||
|
||||
|
||||
import static net.sourceforge.tuned.FileUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.list;
|
||||
package net.sourceforge.filebot.ui.list;
|
||||
|
||||
|
||||
import static java.awt.Font.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.list;
|
||||
package net.sourceforge.filebot.ui.list;
|
||||
|
||||
|
||||
import javax.swing.Icon;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import java.io.File;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.MediaTypes.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import java.awt.Color;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import javax.swing.event.DocumentEvent;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.tuned.FileUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import java.io.File;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.tuned.FileUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.awt.Font.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import java.awt.BorderLayout;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.awt.Font.*;
|
||||
|
@ -62,8 +62,8 @@ import javax.swing.table.TableRowSorter;
|
|||
|
||||
import net.miginfocom.swing.MigLayout;
|
||||
import net.sourceforge.filebot.ResourceManager;
|
||||
import net.sourceforge.filebot.ui.panel.rename.History.Element;
|
||||
import net.sourceforge.filebot.ui.panel.rename.History.Sequence;
|
||||
import net.sourceforge.filebot.ui.rename.History.Element;
|
||||
import net.sourceforge.filebot.ui.rename.History.Sequence;
|
||||
import net.sourceforge.filebot.ui.transfer.FileExportHandler;
|
||||
import net.sourceforge.filebot.ui.transfer.FileTransferablePolicy;
|
||||
import net.sourceforge.filebot.ui.transfer.LoadAction;
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.Settings.*;
|
||||
import static net.sourceforge.filebot.ui.panel.rename.History.*;
|
||||
import static net.sourceforge.filebot.ui.rename.History.*;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
@ -13,7 +13,7 @@ import java.util.Map.Entry;
|
|||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import net.sourceforge.filebot.ui.panel.rename.History.Element;
|
||||
import net.sourceforge.filebot.ui.rename.History.Element;
|
||||
|
||||
|
||||
public final class HistorySpooler {
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.tuned.ui.TunedUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import net.sourceforge.filebot.similarity.Match;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import java.util.ArrayList;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.hash.VerificationUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.tuned.FileUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static javax.swing.JOptionPane.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.awt.datatransfer.DataFlavor.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import java.awt.AlphaComposite;
|
||||
|
@ -19,7 +19,7 @@ import javax.swing.border.EmptyBorder;
|
|||
|
||||
import net.miginfocom.swing.MigLayout;
|
||||
import net.sourceforge.filebot.ResourceManager;
|
||||
import net.sourceforge.filebot.ui.panel.rename.RenameModel.FormattedFuture;
|
||||
import net.sourceforge.filebot.ui.rename.RenameModel.FormattedFuture;
|
||||
import net.sourceforge.tuned.FileUtilities;
|
||||
import net.sourceforge.tuned.ui.DefaultFancyListCellRenderer;
|
||||
import net.sourceforge.tuned.ui.GradientStyle;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.tuned.FileUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static javax.swing.JOptionPane.*;
|
||||
|
@ -42,7 +42,7 @@ import net.sourceforge.filebot.Settings;
|
|||
import net.sourceforge.filebot.WebServices;
|
||||
import net.sourceforge.filebot.similarity.Match;
|
||||
import net.sourceforge.filebot.ui.Language;
|
||||
import net.sourceforge.filebot.ui.panel.rename.RenameModel.FormattedFuture;
|
||||
import net.sourceforge.filebot.ui.rename.RenameModel.FormattedFuture;
|
||||
import net.sourceforge.filebot.web.Episode;
|
||||
import net.sourceforge.filebot.web.EpisodeFormat;
|
||||
import net.sourceforge.filebot.web.EpisodeListProvider;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import javax.swing.Icon;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import java.awt.Dimension;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import static java.awt.Color.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.beans.PropertyChangeEvent;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import static java.awt.Font.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import static java.lang.Math.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.io.File;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.hash.VerificationUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.hash.VerificationUtilities.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.io.File;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.beans.PropertyChangeEvent;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.awt.Component;
|
||||
|
@ -10,7 +10,7 @@ import java.util.regex.Pattern;
|
|||
import javax.swing.JTable;
|
||||
import javax.swing.table.DefaultTableCellRenderer;
|
||||
|
||||
import net.sourceforge.filebot.ui.panel.sfv.ChecksumRow.State;
|
||||
import net.sourceforge.filebot.ui.sfv.ChecksumRow.State;
|
||||
|
||||
|
||||
/**
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import static java.lang.Math.*;
|
||||
import static net.sourceforge.filebot.ui.panel.sfv.ChecksumTableModel.*;
|
||||
import static net.sourceforge.filebot.ui.sfv.ChecksumTableModel.*;
|
||||
import static net.sourceforge.filebot.ui.transfer.BackgroundFileTransferablePolicy.*;
|
||||
|
||||
import java.awt.event.ActionEvent;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import javax.swing.Icon;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.awt.Component;
|
||||
|
@ -12,7 +12,7 @@ import javax.swing.SwingConstants;
|
|||
import javax.swing.table.DefaultTableCellRenderer;
|
||||
|
||||
import net.sourceforge.filebot.ResourceManager;
|
||||
import net.sourceforge.filebot.ui.panel.sfv.ChecksumRow.State;
|
||||
import net.sourceforge.filebot.ui.sfv.ChecksumRow.State;
|
||||
|
||||
|
||||
class StateIconCellRenderer extends DefaultTableCellRenderer {
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.awt.BorderLayout;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.sfv;
|
||||
package net.sourceforge.filebot.ui.sfv;
|
||||
|
||||
|
||||
import java.awt.event.ActionEvent;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static java.awt.BasicStroke.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import java.awt.Color;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.Language.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import java.awt.datatransfer.Clipboard;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static java.awt.event.ItemEvent.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static javax.swing.BorderFactory.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.MediaTypes.*;
|
||||
|
@ -55,7 +55,7 @@ import net.miginfocom.swing.MigLayout;
|
|||
import net.sourceforge.filebot.Analytics;
|
||||
import net.sourceforge.filebot.ResourceManager;
|
||||
import net.sourceforge.filebot.subtitle.SubtitleFormat;
|
||||
import net.sourceforge.filebot.ui.panel.subtitle.SubtitlePackage.Download.Phase;
|
||||
import net.sourceforge.filebot.ui.subtitle.SubtitlePackage.Download.Phase;
|
||||
import net.sourceforge.filebot.ui.transfer.DefaultTransferHandler;
|
||||
import net.sourceforge.filebot.vfs.MemoryFile;
|
||||
import net.sourceforge.tuned.ExceptionUtilities;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.MediaTypes.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static java.util.Collections.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.MediaTypes.*;
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.Language.*;
|
||||
import static net.sourceforge.filebot.ui.panel.subtitle.LanguageComboBoxModel.*;
|
||||
import static net.sourceforge.filebot.ui.subtitle.LanguageComboBoxModel.*;
|
||||
|
||||
import java.awt.Color;
|
||||
import java.awt.Graphics;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import javax.swing.Icon;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static java.awt.Font.*;
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.subtitle;
|
||||
package net.sourceforge.filebot.ui.subtitle;
|
||||
|
||||
|
||||
import static javax.swing.BorderFactory.*;
|
|
@ -10,8 +10,8 @@ import net.sourceforge.filebot.format.ExpressionFormatTest;
|
|||
import net.sourceforge.filebot.hash.VerificationFormatTest;
|
||||
import net.sourceforge.filebot.similarity.SimilarityTestSuite;
|
||||
import net.sourceforge.filebot.subtitle.SubtitleReaderTestSuite;
|
||||
import net.sourceforge.filebot.ui.panel.rename.MatchModelTest;
|
||||
import net.sourceforge.filebot.ui.panel.rename.MatchSimilarityMetricTest;
|
||||
import net.sourceforge.filebot.ui.rename.MatchModelTest;
|
||||
import net.sourceforge.filebot.ui.rename.MatchSimilarityMetricTest;
|
||||
import net.sourceforge.filebot.web.WebTestSuite;
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static org.junit.Assert.*;
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
package net.sourceforge.filebot.ui.panel.rename;
|
||||
package net.sourceforge.filebot.ui.rename;
|
||||
|
||||
|
||||
import static net.sourceforge.filebot.ui.panel.rename.MatchSimilarityMetric.*;
|
||||
import static net.sourceforge.filebot.ui.rename.MatchSimilarityMetric.*;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.io.File;
|
Loading…
Reference in New Issue