List of usage examples for java.awt.dnd DropTargetListener interface-usage
From source file com.mirth.connect.client.ui.components.MirthTree.java
public class MirthTree extends JXTree implements DropTargetListener { private Frame parent; private MyFilter mf; private FilterTreeModel ftm; private String prefix;
From source file com.mirth.connect.client.ui.EditMessageDialog.java
public class EditMessageDialog extends MirthDialog implements DropTargetListener { private Frame parent; private String channelId; private String dataType;
From source file de.tor.tribes.ui.algo.AttackTimePanel.java
/** * * @author Torridity */ public class AttackTimePanel extends javax.swing.JPanel implements DragGestureListener, DropTargetListener, DragSourceListener {
From source file ScribbleDragAndDrop.java
/**
* This component can operate in two modes. In "draw mode", it allows the user
* to scribble with the mouse. In "drag mode", it allows the user to drag
* scribbles with the mouse. Regardless of the mode, it always allows scribbles
* to be dropped on it from other applications.
*/
From source file net.rptools.tokentool.ui.TokenCompositionPanel.java
public class TokenCompositionPanel extends JPanel implements DropTargetListener, MouseListener, MouseMotionListener, MouseWheelListener, KeyListener { private BufferedImage overlayImage; private BufferedImage tokenImage;
From source file FileTreeDropTarget.java
public class FileTreeDropTarget implements DropTargetListener, PropertyChangeListener { public FileTreeDropTarget(FileTree tree) { this.tree = tree; // Listen for changes in the enabled property tree.addPropertyChangeListener(this);
From source file com.qspin.qtaste.ui.TestCaseTree.java
@SuppressWarnings("serial") public class TestCaseTree extends JTree implements DragSourceListener, DropTargetListener, DragGestureListener { static DataFlavor localObjectFlavor; static { try {
From source file zsk.JFCMainClient.java
/**
* knoedel@section60:~/workspace/ytd2$ echo " *" `egrep -v "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` java code lines && echo -e " *" `egrep "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` empty/comment lines "\n *"
* 1882 java code lines
* 710 empty/comment lines
*
* knoedel@section60:~/workspace/ytd2$ date && uname -a && lsb_release -a && java -version
From source file xtrememp.PlaylistManager.java
/**
* Playlist manager class. Special thanks to rom1dep for the changes applied to
* this class.
*
* @author Besmir Beqiri
*/
From source file org.rdv.datapanel.AbstractDataPanel.java
/**
* A default implementation of the DataPanel interface. This class manages
* add and remove channel requests, and handles subscription to the
* RBNBController for time, data, state, and posting. It also provides a toolbar
* placed at the top of the UI component to enable the detach and fullscreen
* features along with a close button.