Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.controls
Interface DragComponentListener

All Superinterfaces:
java.util.EventListener

public interface DragComponentListener
extends java.util.EventListener

A listener class for DragComponentEvent.


Method Summary
 void canceled(DragComponentEvent e)
          The drag operation has been canceled.
 void end(DragComponentEvent e)
          The user has dropped the component
 void move(DragComponentEvent e)
          The user is dragging the component to a new location
 void start(DragComponentEvent e)
          A drag operation is starting.

 

Method Detail

start

void start(DragComponentEvent e)
A drag operation is starting. This call will be immediatly followed by a move().

move

void move(DragComponentEvent e)
The user is dragging the component to a new location

end

void end(DragComponentEvent e)
The user has dropped the component

canceled

void canceled(DragComponentEvent e)
The drag operation has been canceled.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.