Source stringclasses 1
value | Date int32 2.01k 2.01k | Text stringlengths 3 15.9M | Token_count int32 1 2.44M |
|---|---|---|---|
github-java-corpus | 2,012 | package jenkins.plugins;
import hudson.FilePath;
import hudson.Util;
import hudson.remoting.VirtualChannel;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import javax.activation.MimetypesFileTypeMap;
import org.apache.tools.ant.DirectoryScanner;
import org.apache.tools.ant.types.F... | 419 |
github-java-corpus | 2,012 | package de.deepsource.agol;
import android.app.Application;
/**
* Agol Application implementation is used for global variables and
* constants.
*/
public class Agol extends Application {
/**
* Identifier for the application name.
*/
public static final String APP_NAME = "Android Game of Life";
/**
* I... | 505 |
github-java-corpus | 2,012 | package de.deepsource.agol;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.Display;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import de.deepsource.agol.rules.RuleEditorActivity;
/*... | 379 |
github-java-corpus | 2,012 | package de.deepsource.agol.database;
import java.util.ArrayList;
import java.util.List;
import de.deepsource.agol.Agol;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import and... | 774 |
github-java-corpus | 2,012 | package de.deepsource.agol.database;
import de.deepsource.agol.rules.RuleEditorActivity;
/**
* Represents our model, that contains all data being saved in the database
* and shown in {@link RuleEditorActivity}.
*
* @author Jan Pretzel (jan.pretzel@deepsource.de)
*/
public class RuleSet {
/**
* The id the r... | 414 |
github-java-corpus | 2,012 | package de.deepsource.agol.database;
import de.deepsource.agol.Agol;
import android.content.ContentValues;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class AgolSQLiteHelper extends SQLiteOpenHelper {
... | 1,100 |
github-java-corpus | 2,012 | package de.deepsource.agol;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
/**
* This View handles drawing of the single life cycles.
*
* @author Sebastian Ullrich
*/
publi... | 4,773 |
github-java-corpus | 2,012 | package de.deepsource.agol.rules;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android... | 1,957 |
github-java-corpus | 2,012 | package test;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swin... | 500 |
github-java-corpus | 2,012 | package test;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.StringReader;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import javax.swing.JButton;
import javax.swing.J... | 1,308 |
github-java-corpus | 2,012 | package test;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import org.fife.ui.rtextarea.*;
import org.fife.ui.rsyntaxtextarea.*;
public class FindAndReplaceDemo extends JFrame implements ActionListener {
private static final long serialVersionUID = 1L;
private RSyntaxTextArea te... | 674 |
github-java-corpus | 2,012 | package test;
import java.io.File;
import java.util.Date;
import java.util.Properties;
import javax.activation.DataHandler;
import javax.activation.DataSource;
import javax.activation.FileDataSource;
import javax.mail.Authenticator;
import javax.mail.BodyPart;
import javax.mail.Message;
import javax.mail.... | 868 |
github-java-corpus | 2,012 | /*
* Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* no... | 1,526 |
github-java-corpus | 2,012 | package test;
/**
* This class represents a generic data structure version of a pair
*
* @author Markus K�ppen, Andreas Hasselberg
*
* @param <K> type of the key
* @param <V> type of the value
*/
public class Triple<K,V1,V2> {
K key;
V1 value1;
V2 value2;
/**
* Constructor which initi... | 401 |
github-java-corpus | 2,012 | package test.experimentEditorDataVisualizer;
public class VideoRecordController {
//
// private LoggingTreeNode data;
// private int totalActionNumber;
// private int currentActionNumber;
// private FileTree fileTree;
// private EditorTabbedPane tabbedPane;
// private File currentFile;
// private int curre... | 1,468 |
github-java-corpus | 2,012 | package test.experimentEditorDataVisualizer;
/**
* File which contains useful conversion methods
*
* @author Markus K�ppen, Andreas Hasselberg
*
*/
public class Conversion {
/**
* converts a (Linux) file path to a Windows file path, if the program runs
* on a Windows System
*
* @param p... | 142 |
github-java-corpus | 2,012 | package test.experimentEditorDataVisualizer;
import javax.swing.JFrame;
public class VideoRecordAlternative extends JFrame {
/**
*
*/
private static final long serialVersionUID = 1L;
//
// private JTextField minutesTextField;
// private JTextField secondsTextField;
// private JTextField actionInd... | 1,865 |
github-java-corpus | 2,012 | package test.experimentEditorDataVisualizer;
import javax.swing.JFrame;
public class ScrollHistory extends JFrame {
/**
*
*/
private static final long serialVersionUID = 1L;
//
// private FileTree fileTree;
// private EditorTabbedPane editorTabbedPane;
//
// private String filePath;
// private ... | 1,382 |
github-java-corpus | 2,012 | package test;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.... | 1,133 |
github-java-corpus | 2,012 | package test.languageEditor;
/**
* This class represents a generic data structure version of a pair
*
* @author Markus K�ppen, Andreas Hasselberg
*
* @param <K> type of the key
* @param <V> type of the value
*/
public class Pair<K,V> {
K key;
V value;
/**
* Constructor which initialize ... | 319 |
github-java-corpus | 2,012 | package test.languageEditor;
import java.io.IOException;
import java.util.Iterator;
import java.util.TreeMap;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.TransformerConfigurationException;
import javax.xml.transform.Transf... | 1,142 |
github-java-corpus | 2,012 | package test.languageEditor;
import java.util.TreeMap;
/**
* this class can load language specifications from xml files you can set the
* language and get - per method your desired notes which correspond to a
* keyword
*
* @author Markus K�ppen, Andreas Hasselberg
*
*/
public class Language {
... | 768 |
github-java-corpus | 2,012 | package test.languageEditor;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
... | 3,386 |
github-java-corpus | 2,012 | /* Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notic... | 1,734 |
github-java-corpus | 2,012 | package test;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.Action;
import javax.swing.JComponent;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.KeyStroke;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewe... | 349 |
github-java-corpus | 2,012 | package test;
//----------------------------------------------------
//Image Mover
//(C) Vassili Dzuba, 2000
//distributed under the Artistic License
//----------------------------------------------------
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Inset... | 1,951 |
github-java-corpus | 2,012 | package test;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.Vector;
import javax.swing.GroupLayout;
... | 2,435 |
github-java-corpus | 2,012 | package experimentGUI;
import java.util.Vector;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimentGUI.plugins.AnswerRequiredPlugin;
import experimentGUI.plugins.CodeViewerPlugin;
import experimentGUI.plugins.ExternalProgramsPlugin;
import experimentGUI.plugins.InactivityPlugin;
import ... | 1,357 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane;
import java.awt.Component;
import javax.swing.JComponent;
import javax.swing.JOptionPane;
import javax.swing.JTabbedPane;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import experimentGUI.experimentEditor.tabbedPane.editor... | 615 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane;
import javax.swing.JPanel;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
/**
* Abstract class representing an ExperimentEditorTab used by the ExperimentEditorTabbedPane
* @author Andreas Hasselberg
* @author Markus K�ppen
*
*/
@Suppre... | 156 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs.contentEditorToolBar;
import java.awt.Component;
import javax.swing.JToolBar;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
/**
* Toolbar for the ContentEditorPanel
* @author Andreas Hasselberg
* @author Markus K�ppen
*
*/
@Suppre... | 240 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs.contentEditorToolBar;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JComboBox;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import experimentGUI.util.Pair;
/**
... | 339 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs.contentEditorToolBar;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JComboBox;
import javax.swing.JOptionPane;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import ... | 1,152 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs.contentEditorToolBar;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JComboBox;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import experimentGUI.util.Pair;
/**
... | 428 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs.contentEditorToolBar;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
public class MultipleNameTestButton extends JButton implements ActionLi... | 188 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs.contentEditorToolBar;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import ja... | 763 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs.contentEditorToolBar;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swi... | 589 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs;
/**
* A Dialog to adjust some settings.
* One is a path an the others are predefined (Settings.java) and could be true oder false
*
* @author Markus K�ppen, Andreas Hasselberg
*/
import java.awt.BorderLayout;
import java.util.ArrayList;
im... | 801 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs;
import java.awt.BorderLayout;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.util.HashMap;
import javax.swing.JPanel;
import javax.swing.text.BadLocationException;
import org.fife.ui.rsyntaxtextarea.RSyntaxDocument... | 894 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs;
import java.awt.BorderLayout;
import java.util.HashMap;
import javax.swing.text.BadLocationException;
import org.fife.ui.rsyntaxtextarea.RSyntaxDocument;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import org.fife.ui.rsyntaxtextarea.Synta... | 534 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor.tabbedPane.editorTabs;
import java.awt.BorderLayout;
import experimentGUI.experimentEditor.tabbedPane.ExperimentEditorTab;
import experimentGUI.util.QuestionViewPane;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
/**
* Preview of the Content entered in ... | 251 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JSplitPane;
import javax.swing.UIManager;
import javax.swing.plaf.basic.BasicSplitPaneDivider;
import exper... | 798 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor;
/**
* This Class inherits from JTree.
* It interacts with EditorData and build there a DataTree (from DataTreeNode) like the data in JTree.
* It permit limited Drag and Drop, such as Renaming and a 3 Level System.
* The first Level is the root, the child of the root co... | 3,483 |
github-java-corpus | 2,012 | package experimentGUI.experimentEditor;
import java.awt.Component;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.InputEvent;
import java.awt.event.KeyEvent;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util... | 2,854 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.io.File;
import javax.swing.JFrame;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.... | 953 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin;
import java.util.Vector;
import experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins.EditAndSavePlugin;
import experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins.LineNumbersPlugin;
import experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins.OpenedFro... | 662 |
github-java-corpus | 2,012 | /*
* Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
... | 1,097 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.tabbedPane;
import java.awt.BorderLayout;
import java.awt.Font;
import java.io.File;
import java.io.FileInputStream;
import javax.swing.JPanel;
import org.fife.ui.rsyntaxtextarea.RSyntaxDocument;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import org.... | 362 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.tabbedPane;
import java.awt.Component;
import java.io.File;
import java.util.HashSet;
import javax.swing.JOptionPane;
import javax.swing.JTabbedPane;
import experimentGUI.plugins.codeViewerPlugin.CodeViewerPluginList;
import experimentGUI.plugins.codeViewerPlu... | 566 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins;
import java.awt.BorderLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.HashMap;
import javax.swing.JMenuItem;
import javax.swing.KeyStroke;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
... | 1,103 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins;
import java.awt.Component;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.util.HashMap;
import ... | 1,447 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins;
import experimentGUI.plugins.codeViewerPlugin.CodeViewer;
import experimentGUI.plugins.codeViewerPlugin.CodeViewerPluginInterface;
import experimentGUI.plugins.codeViewerPlugin.Recorder;
import experimentGUI.plugins.codeViewerPlugin.tabbedPane.Edit... | 398 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins;
import java.awt.Color;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import javax.swing.JColo... | 2,599 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins;
import java.util.HashMap;
import javax.swing.event.DocumentListener;
import javax.swing.text.Document;
import org.fife.ui.rsyntaxtextarea.RSyntaxDocument;
import org.fife.ui.rsyntaxtextarea.SyntaxConstants;
import experimentGUI.plugins.code... | 875 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins;
import experimentGUI.plugins.codeViewerPlugin.CodeViewer;
import experimentGUI.plugins.codeViewerPlugin.CodeViewerPluginInterface;
import experimentGUI.plugins.codeViewerPlugin.Recorder;
import experimentGUI.plugins.codeViewerPlugin.tabbedPane.Edit... | 312 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.codeViewerPlugins.showCIDECodePlugin;
/**
* This class represents a generic data structure version of a pair
*
* @author Markus K�ppen, Andreas Hasselberg
*
* @param <K> type of the key
* @param <V> type of the value
*/
public class Triple<K,V1,V2> {
... | 414 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin;
import experimentGUI.plugins.codeViewerPlugin.tabbedPane.EditorPanel;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
import experimentGUI.util.settingsComponents.SettingsComponentDescription;
public interface CodeViewerPluginInterface {
public Sett... | 105 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.recorder.recorderPlugins;
import java.awt.Point;
import java.awt.Rectangle;
import javax.swing.JViewport;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import javax.swing.text.BadLocationException;
import org.fife.ui.rsyntaxtex... | 1,141 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.recorder.recorderPlugins;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.text.BadLocationException;
import javax.swing.text.Document;
import experimentGUI.plugins.codeViewerPlugin.CodeViewer;
import experimen... | 1,287 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.recorder;
import java.util.Vector;
import experimentGUI.plugins.codeViewerPlugin.recorder.recorderPlugins.ChangePlugin;
import experimentGUI.plugins.codeViewerPlugin.recorder.recorderPlugins.ScrollingPlugin;
public class RecorderPluginList {
private static Ve... | 160 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.recorder;
import experimentGUI.plugins.codeViewerPlugin.CodeViewer;
import experimentGUI.plugins.codeViewerPlugin.recorder.loggingTreeNode.LoggingTreeNode;
import experimentGUI.plugins.codeViewerPlugin.tabbedPane.EditorPanel;
import experimentGUI.util.questionTreeNod... | 118 |
github-java-corpus | 2,012 | /**
* this class consist methods which could write an DataTreeNode to an xml file
* or read an xml file into a DataTreeNode
*
* @author Markus K�ppen, Andreas Hasselberg
*/
package experimentGUI.plugins.codeViewerPlugin.recorder.loggingTreeNode;
import java.io.File;
import java.io.IOException;
impor... | 1,055 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.recorder.loggingTreeNode;
import java.util.TreeMap;
import javax.swing.tree.DefaultMutableTreeNode;
@SuppressWarnings("serial")
public class LoggingTreeNode extends DefaultMutableTreeNode {
public final static String TYPE_LOGFILE = "logfile";
public final sta... | 288 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.fileTree;
import java.awt.AWTEvent;
@SuppressWarnings("serial")
public class FileEvent extends AWTEvent{
public static final int FILE_OPENED = RESERVED_ID_MAX + 1;
public static final int FILE_CLOSED = FILE_OPENED + 1;
private String filePath;
public FileEve... | 103 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.fileTree;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Arrays;
import java.util.Vector;
import javax.swing.tree.DefaultMutableTreeNode;
@SuppressWarnings("serial")
public class FileTreeNode extends DefaultMutableTreeNode {
p... | 472 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.fileTree;
public interface FileListener {
public void fileEventOccured(FileEvent e);
}
| 26 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.fileTree;
import javax.swing.tree.DefaultTreeModel;
import javax.swing.tree.TreeNode;
public class FileTreeModel extends DefaultTreeModel {
private static final long serialVersionUID = 1L;
public FileTreeModel(TreeNode arg0) {
super(arg0);
}
@Overrid... | 87 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin.fileTree;
import java.awt.Dimension;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.Vector;
import java... | 804 |
github-java-corpus | 2,012 | package experimentGUI.plugins.codeViewerPlugin;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import experimentGUI.plugins.codeViewerPlugin.recorder.RecorderPluginInterface;
import experimentGUI.plugins.codeViewerPlugin.recorder.RecorderPluginList;
import experimentGUI.plugins.... | 827 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import java.awt.BorderLayout;
import java.awt.Point;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import... | 966 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
import experimentGUI.util.settingsComponents.SettingsComponentDescription;
import experimentGUI.util.settingsComponents.compone... | 281 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import java.awt.Point;
import java.awt.Rectangle;
import java.io.File;
import java.util.HashMap;
import javax.swing.JFrame;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimentGUI.plugins.codeViewerPlugin.CodeViewer;... | 662 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import java.util.Scanner;
import java.util.TreeMap;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
import experimentGUI.util.settingsComponents.SettingsComponentDescriptio... | 410 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimentGUI.plugins.phpExportPlugin.PHPExportComponent;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
import experimentGUI.util.settingsComponents.SettingsComponent... | 215 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.util.Scanner;
import experimentGUI.Constants;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
... | 716 |
github-java-corpus | 2,012 | package experimentGUI.plugins.questionListPlugin;
import java.awt.Color;
import java.awt.Component;
import java.awt.Graphics;
import java.awt.Polygon;
import javax.swing.Icon;
public class ListIcon implements Icon {
public static final int NOICON = -1;
public static final int DOWNARROW = 0;
public sta... | 431 |
github-java-corpus | 2,012 | package experimentGUI.plugins.questionListPlugin;
import java.util.Enumeration;
import javax.swing.JScrollPane;
import javax.swing.JTree;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.TreePath;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
/**
* Creates a panel ... | 682 |
github-java-corpus | 2,012 | package experimentGUI.plugins.questionListPlugin;
import java.awt.Component;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.ListCellRenderer;
@SuppressWarnings("serial")
class IconCellRenderer extends JLabel implements ListCellRenderer {
private JList listBox;
private int ico... | 189 |
github-java-corpus | 2,012 | package experimentGUI.plugins.questionListPlugin;
import java.awt.Component;
import javax.swing.JTree;
import javax.swing.tree.DefaultTreeCellRenderer;
@SuppressWarnings("serial")
public class SimpleTreeCellRenderer extends DefaultTreeCellRenderer{
public Component getTreeCellRendererComponent(JTree tre... | 126 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import java.awt.BorderLayout;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimentGUI.plugins.questionListPlugin.QuestionList;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
import experimentGUI.util.settin... | 349 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import java.io.File;
import java.util.Date;
import java.util.Properties;
import javax.activation.DataHandler;
import javax.activation.DataSource;
import javax.activation.FileDataSource;
import javax.mail.Authenticator;
import javax.mail.BodyPart;
import javax.mail.Message;
i... | 1,334 |
github-java-corpus | 2,012 | package experimentGUI.plugins.phpExportPlugin;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swi... | 16,875 |
github-java-corpus | 2,012 | package experimentGUI.plugins;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map.Entry;
import java.util.Vector;
import javax.swing.JOptionPane;
import experimentGUI.PluginInterface;
import experimentGUI.experimentViewer.ExperimentViewer;
import experimen... | 2,146 |
github-java-corpus | 2,012 | package experimentGUI.plugins.mailPlugin;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;
/**
* this class contains zip methods
*
... | 626 |
github-java-corpus | 2,012 | package experimentGUI.util;
/**
THIS PROGRAM IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES (OR CONDITIONS),
EXPRESS OR IMPLIED WITH RESPECT TO THE PROGRAM, INCLUDING THE IMPLIED WARRANTIES (OR CONDITIONS)
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK ARISING OUT OF USE OR
PERFORMANCE OF T... | 1,376 |
github-java-corpus | 2,012 | package experimentGUI.util;
/**
* This class represents a generic data structure version of a pair
*
* @author Markus K�ppen, Andreas Hasselberg
*
* @param <K> type of the key
* @param <V> type of the value
*/
public class Pair<K,V> {
K key;
V value;
/**
* Constructor which initialize k... | 346 |
github-java-corpus | 2,012 | package experimentGUI.util;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.KeyStroke;
import javax.swing.UIManager;
import javax.swing.text.BadLocationException;
import javax.swing.text.Utilities;
import org.fife.ui.rsyntaxtextarea.RSyntaxDocument;
import org.fife.ui... | 541 |
github-java-corpus | 2,012 | package experimentGUI.util.searchBar;
public interface SearchBarListener {
public void searched(String action, String query, boolean success);
}
| 26 |
github-java-corpus | 2,012 | package experimentGUI.util.searchBar;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.util.Vector;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JOptionPane;
import javax.sw... | 982 |
github-java-corpus | 2,012 | package experimentGUI.util.searchBar;
import java.awt.BorderLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java... | 1,427 |
github-java-corpus | 2,012 | package experimentGUI.util.miniEditors;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io... | 2,536 |
github-java-corpus | 2,012 | package experimentGUI.util;
import java.awt.Desktop;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URISyntaxException;
import java.net.URL;
import java.net.URLDecoder;
import java.util.StringTo... | 2,207 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents;
import java.awt.BorderLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Vector;
import javax.swing.BorderFactory;
import javax.swing.JCheckBox;
import javax.swing.JPanel;
import experimentGUI.util.VerticalLayout... | 380 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
public class SettingsComponentDescription {
private Class<? extends SettingsComponent> myClass;
private String key;
private String caption;
private SettingsComponentDescription next;
public Se... | 284 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents;
import javax.swing.JPanel;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
@SuppressWarnings("serial")
public abstract class SettingsComponent extends JPanel {
private QuestionTreeNode treeNode;
public QuestionTreeNode getTreeNode() {
retu... | 101 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents;
import java.util.Vector;
import experimentGUI.util.questionTreeNode.QuestionTreeNode;
public class SettingsPluginComponentDescription extends SettingsComponentDescription {
private Vector<SettingsComponentDescription> subComponents = new Vector<SettingsCompone... | 198 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents.components;
import java.awt.BorderLayout;
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import experimentGUI.util.settingsComponents.SettingsComponent;
@SuppressW... | 265 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents.components;
import javax.swing.JFileChooser;
@SuppressWarnings("serial")
public class SettingsDirectoryPathChooser extends SettingsFilePathChooser {
public SettingsDirectoryPathChooser() {
setMode(JFileChooser.DIRECTORIES_ONLY);
}
}
| 50 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents.components;
import java.awt.BorderLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.IOException;
import javax.swing.JButton;
import javax.swing.JFileChooser;
import javax.swing.JLabel;
import ja... | 654 |
github-java-corpus | 2,012 | package experimentGUI.util.settingsComponents.components;
import java.awt.BorderLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JCheckBox;
import experimentGUI.util.settingsComponents.SettingsComponent;
@SuppressWarnings("serial")
public class Setting... | 146 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.