JavaScript is disabled on your browser.
Constructors in net.iharder.dnd with parameters of type FileDrop.Listener
Constructor
Description
FileDrop (Component c,
boolean recursive,
FileDrop.Listener listener)
Constructor with a default border and the option to recursively set drop
targets.
FileDrop (Component c,
Border dragBorder,
boolean recursive,
FileDrop.Listener listener)
Constructor with a specified border and the option to recursively set drop
targets.
FileDrop (Component c,
Border dragBorder,
FileDrop.Listener listener)
Constructor with a specified border
FileDrop (Component c,
FileDrop.Listener listener)
Constructs a
FileDrop
with a default light-blue border and, if
c is a
Container
, recursively sets all elements
contained within as drop targets, though only the top level container will
change borders.
FileDrop (Component c,
FileDrop.Listener listener,
Runnable dropDetected,
Runnable dropEndDetected)
FileDrop (PrintStream out,
Component c,
boolean recursive,
FileDrop.Listener listener)
Constructor with a default border, debugging optionally turned on and the
option to recursively set drop targets.
FileDrop (PrintStream out,
Component c,
Border dragBorder,
boolean recursive,
FileDrop.Listener listener,
Runnable dropDetected,
Runnable dropEndDetected)
Full constructor with a specified border and debugging optionally turned on.
FileDrop (PrintStream out,
Component c,
Border dragBorder,
FileDrop.Listener listener)
Constructor with a specified border and debugging optionally turned on.
FileDrop (PrintStream out,
Component c,
FileDrop.Listener listener)
Constructor with a default border and debugging optionally turned on.
Copyright © 2016-2021 Chair for Life Science Informatics, University of Konstanz, Germany