| Package | Description |
|---|---|
| net.thevpc.common.swing | |
| net.thevpc.common.swing.file |
| Modifier and Type | Method and Description |
|---|---|
static void |
SwingUtilities3.addFileDropListener(Component c,
FileDropListener listener) |
static void |
SwingUtilities3.addFileDropListener(Component c,
FileDropListener listener,
PrintStream out) |
| Constructor and Description |
|---|
FileDrop(Component c,
boolean recursive,
FileDropListener listener)
Constructor with a default border and the option to recursively set drop targets.
|
FileDrop(Component c,
Border dragBorder,
boolean recursive,
FileDropListener listener)
Constructor with a specified border and the option to recursively set drop targets.
|
FileDrop(Component c,
Border dragBorder,
FileDropListener listener)
Constructor with a specified border
|
FileDrop(Component c,
FileDropListener listener)
|
FileDrop(PrintStream out,
Component c,
boolean recursive,
FileDropListener 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,
FileDropListener listener)
Full constructor with a specified border and debugging optionally turned on.
|
FileDrop(PrintStream out,
Component c,
Border dragBorder,
FileDropListener listener)
Constructor with a specified border and debugging optionally turned on.
|
FileDrop(PrintStream out,
Component c,
FileDropListener listener)
Constructor with a default border and debugging optionally turned on.
|
Copyright © 2022 vpc open source initiative. All rights reserved.