net.java.swingfx.jdraggable
Interface Draggable

All Known Implementing Classes:
DraggableLabel, DraggableMask, DraggablePanel

public interface Draggable

An interface which represents any Component that wants to be dragged within a Container

Since:
v0.1
$Header: /cvs/swingfx/docs/net/java/swingfx/jdraggable/Draggable.html,v 1.1 2005/06/23 00:24:21 codecraig Exp $
Author:
craig

Method Summary
 Component getComponent()
          Returns the actual Component which is dragged
 

Method Detail

getComponent

Component getComponent()
Returns the actual Component which is dragged

Returns:
the Component which is dragged