Uses of Interface
it.ipzs.cieid.Firma.FileDrop.Listener
-
Packages that use FileDrop.Listener Package Description it.ipzs.cieid.Firma -
-
Uses of FileDrop.Listener in it.ipzs.cieid.Firma
Constructors in it.ipzs.cieid.Firma with parameters of type FileDrop.Listener Constructor Description FileDrop(java.awt.Component c, boolean recursive, FileDrop.Listener listener)
Constructor with a default border and the option to recursively set drop targets.FileDrop(java.awt.Component c, FileDrop.Listener listener)
Constructs aFileDrop
with a default light-blue border and, if c is aContainer
, recursively sets all elements contained within as drop targets, though only the top level container will change borders.FileDrop(java.awt.Component c, javax.swing.border.Border dragBorder, boolean recursive, FileDrop.Listener listener)
Constructor with a specified border and the option to recursively set drop targets.FileDrop(java.awt.Component c, javax.swing.border.Border dragBorder, FileDrop.Listener listener)
Constructor with a specified borderFileDrop(java.io.PrintStream out, java.awt.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(java.io.PrintStream out, java.awt.Component c, FileDrop.Listener listener)
Constructor with a default border and debugging optionally turned on.FileDrop(java.io.PrintStream out, java.awt.Component c, javax.swing.border.Border dragBorder, boolean recursive, FileDrop.Listener listener)
Full constructor with a specified border and debugging optionally turned on.FileDrop(java.io.PrintStream out, java.awt.Component c, javax.swing.border.Border dragBorder, FileDrop.Listener listener)
Constructor with a specified border and debugging optionally turned on.
-