org.openscience.jmol.app
public class FileDropper extends Object implements DropTargetListener
Note that multiple drops are not thread safe.
Field Summary | |
---|---|
String | fd_oldFileName |
PropertyChangeSupport | fd_propSupport |
static String | FD_PROPERTY_FILENAME |
static String | FD_PROPERTY_INLINE |
Constructor Summary | |
---|---|
FileDropper() |
Method Summary | |
---|---|
void | addPropertyChangeListener(PropertyChangeListener l) |
void | dragEnter(DropTargetDragEvent dtde) |
void | dragExit(DropTargetEvent dtde) |
void | dragOver(DropTargetDragEvent dtde) |
void | drop(DropTargetDropEvent dtde) |
void | dropActionChanged(DropTargetDragEvent dtde) |
void | removePropertyChangeListener(PropertyChangeListener l) |