SwingFX v1.0

Uses of Interface
net.java.swingfx.jdraggable.Draggable

Packages that use Draggable
net.java.swingfx.jdraggable Contains all the classes and interfaces that make up JDraggable. 
net.java.swingfx.jdraggable.demo Contains a class(es) which can be used for testing and demoing. 
 

Uses of Draggable in net.java.swingfx.jdraggable
 

Classes in net.java.swingfx.jdraggable that implement Draggable
 class DraggableMask
          A DraggableMask is an object which allows any Component to be "masked" as a Draggable.
 

Methods in net.java.swingfx.jdraggable with parameters of type Draggable
 byte DraggableManager.getState(Draggable draggableComponent)
          Returns the state of the given Draggable component
 byte DefaultDraggableManager.getState(Draggable draggableComponent)
          Returns the state of the current Draggable component which this manager is handling
 

Uses of Draggable in net.java.swingfx.jdraggable.demo
 

Classes in net.java.swingfx.jdraggable.demo that implement Draggable
 class DraggableLabel
          A JLabel which implements the Draggable interface
 class DraggablePanel
          A JPanel which implements the Draggable interface.
 


SwingFX v1.0

SwingFX

Copyright 2005 Romain Guy and Craig Wickesser
All Rights Reserved.