|
|||||||||
| Home >> All >> jpl2 >> common >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jpl2.common.gui
Interface DragDropController

- public interface DragDropController
An interface for drag'n'drop of files.
| Method Summary | |
void |
addDragListener(DragListener listener)
|
void |
addDropListener(DropListener listener)
|
void |
install(java.awt.Component component)
Attach the controller to a component. |
| Method Detail |
install
public void install(java.awt.Component component)
- Attach the controller to a component.
addDragListener
public void addDragListener(DragListener listener)
addDropListener
public void addDropListener(DropListener listener)
|
|||||||||
| Home >> All >> jpl2 >> common >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC