| org.wings.dnd.DropTarget
All known Subclasses: desktop.InternalDesktopFrame, desktop.DropLabel,
DropTarget | public interface DropTarget (Code) | | The Interface for the taget of drag and drop events. A component must implement this interface to able to drop components on it..
author: ole |
addComponentDropListener | void addComponentDropListener(SComponentDropListener listener)(Code) | | add a DropListener to this Component.
Don't forget to register the component with the @link{DragAndDropManager}
Parameters: listener - the listener to add |
|
|