List of usage examples for java.awt.dnd DropTargetListener interface-usage
From source file org.apache.jmeter.gui.MainFrame.java
/** * The main JMeter frame, containing the menu bar, test tree, and an area for * JMeter component GUIs. * */ public class MainFrame extends JFrame
From source file com.mirth.connect.client.ui.editors.filter.FilterPane.java
public class FilterPane extends MirthEditorPane implements DropTargetListener { // used to load this pane private Filter filter; private Transformer transformer; // fields
From source file com.igormaznitsa.sciareto.ui.editors.MMDEditor.java
public final class MMDEditor extends AbstractScrollPane implements MindMapPanelController, MindMapController, MindMapListener, DropTargetListener { private static final long serialVersionUID = -1011638261448046208L; private static final Logger LOGGER = LoggerFactory.getLogger(MMDEditor.class);
From source file com.mirth.connect.client.ui.editors.transformer.TransformerPane.java
public class TransformerPane extends MirthEditorPane implements DropTargetListener { public static final String MAPPER = "Mapper"; public static final String MESSAGE_BUILDER = "Message Builder"; public static final String JAVASCRIPT = "Javascript"; // used to load the pane
From source file TreeDragTest.java
class TreeDropTarget implements DropTargetListener {
DropTarget target;
JTree targetTree;
From source file com.emental.mindraider.ui.frames.MindRaiderMainWindow.java
public final class MindRaiderMainWindow extends JFrame implements DropTargetListener, ComponentListener { private static final Logger logger = Logger.getLogger(MindRaiderMainWindow.class); public JSplitPane leftSidebarSplitPane; public DragAndDropReference dragAndDropReference; private boolean latelyMaximized;
From source file javazoom.jlgui.player.amp.Player.java
/**
* Player is the core UI (front-end) of jlGui.
* It is WinAmp skins 2.0 compliant.
*
* @author JavaZOOM
*/
From source file javazoom.jlgui.player.amp.PlayerApplet.java
public class PlayerApplet extends Applet implements ActionListener, BasicPlayerListener, DropTargetListener, WindowListener { private static Log log = LogFactory.getLog(Player.class); protected static int TEXT_LENGTH_MAX = 30; protected static long SCROLL_PERIOD = 250;
From source file tvbrowser.ui.mainframe.MainFrame.java
/** * TV-Browser * * @author Martin Oberhauser */ public class MainFrame extends JFrame implements DateListener, DropTargetListener {
From source file de.tor.tribes.ui.windows.TribeTribeAttackFrame.java
/** * @author Torridity */ public class TribeTribeAttackFrame extends DSWorkbenchGesturedFrame implements ActionListener, AlgorithmListener, DropTargetListener, DragGestureListener, DragSourceListener, SettingsChangedListener, GenericManagerListener, ListSelectionListener {