Skip to content

Commit

Permalink
Changes the root package name from 'jd' to 'org.jd'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Jul 2, 2015
1 parent 71130e6 commit 62c3551
Show file tree
Hide file tree
Showing 288 changed files with 907 additions and 907 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api;
package org.jd.gui.api;

import jd.gui.api.feature.UriGettable;
import jd.gui.api.model.Container;
import jd.gui.api.model.Indexes;
import jd.gui.spi.*;
import org.jd.gui.api.feature.UriGettable;
import org.jd.gui.api.model.Container;
import org.jd.gui.api.model.Indexes;
import org.jd.gui.spi.*;

import javax.swing.*;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import jd.gui.api.model.Container;
import org.jd.gui.api.model.Container;

public interface ContainerEntryGettable {
public Container.Entry getEntry();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

public interface ContentCopyable {
public void copy();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import jd.gui.api.API;
import jd.gui.api.model.Indexes;
import org.jd.gui.api.API;
import org.jd.gui.api.model.Indexes;

public interface ContentIndexable {
public Indexes index(API api);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import jd.gui.api.API;
import org.jd.gui.api.API;

import java.io.OutputStream;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

public interface ContentSearchable {
public boolean highlightText(String text, boolean caseSensitive);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

public interface ContentSelectable {
public void selectAll();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

public interface FocusedTypeGettable extends ContainerEntryGettable {
public String getFocusedTypeName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import jd.gui.api.model.Indexes;
import org.jd.gui.api.model.Indexes;

import java.util.Collection;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

public interface LineNumberNavigable {
public int getMaximumLineNumber();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import javax.swing.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

public interface PageChangeable {
public void addPageChangeListener(PageChangeListener listener);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

public interface PageClosable {
public boolean closePage();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import jd.gui.api.API;
import org.jd.gui.api.API;

import javax.swing.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import jd.gui.api.API;
import org.jd.gui.api.API;
import java.nio.file.Path;

public interface SourcesSavable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import jd.gui.api.API;
import org.jd.gui.api.API;

public interface TreeNodeExpandable {
public void populateTreeNode(API api);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import java.net.URI;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.feature;
package org.jd.gui.api.feature;

import java.net.URI;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.model;
package org.jd.gui.api.model;

import java.io.InputStream;
import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.model;
package org.jd.gui.api.model;

import java.util.Collection;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.model;
package org.jd.gui.api.model;

import javax.swing.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.api.model;
package org.jd.gui.api.model;

import javax.swing.*;
import java.util.Collection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import jd.gui.api.model.Container;
import org.jd.gui.api.API;
import org.jd.gui.api.model.Container;

import java.nio.file.Path;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import jd.gui.api.model.Container;
import org.jd.gui.api.API;
import org.jd.gui.api.model.Container;

import javax.swing.*;
import java.util.Collection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import org.jd.gui.api.API;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import jd.gui.api.model.Container;
import jd.gui.api.model.Indexes;
import org.jd.gui.api.API;
import org.jd.gui.api.model.Container;
import org.jd.gui.api.model.Indexes;

import java.util.regex.Pattern;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import jd.gui.api.feature.UriGettable;
import jd.gui.api.model.Container;
import org.jd.gui.api.API;
import org.jd.gui.api.feature.UriGettable;
import org.jd.gui.api.model.Container;

import javax.swing.JComponent;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import org.jd.gui.api.API;

public interface PasteHandler {
public boolean accept(Object obj);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import java.awt.*;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import jd.gui.api.model.Container;
import org.jd.gui.api.API;
import org.jd.gui.api.model.Container;

import java.nio.file.Path;
import java.util.regex.Pattern;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import javax.swing.tree.DefaultMutableTreeNode;

import jd.gui.api.API;
import jd.gui.api.feature.ContainerEntryGettable;
import jd.gui.api.feature.UriGettable;
import jd.gui.api.model.Container;
import org.jd.gui.api.API;
import org.jd.gui.api.feature.ContainerEntryGettable;
import org.jd.gui.api.feature.UriGettable;
import org.jd.gui.api.model.Container;

import java.util.regex.Pattern;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import jd.gui.api.model.Container;
import jd.gui.api.model.Type;
import org.jd.gui.api.API;
import org.jd.gui.api.model.Container;
import org.jd.gui.api.model.Type;

import java.util.Collection;
import java.util.regex.Pattern;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* This program is made available under the terms of the GPLv3 License.
*/

package jd.gui.spi;
package org.jd.gui.spi;

import jd.gui.api.API;
import org.jd.gui.api.API;

import java.net.URI;

Expand Down
Loading

0 comments on commit 62c3551

Please sign in to comment.