SwingFX v1.0
A B C D F G H I M N O P R S T U

S

STATE_DRAGGING - Static variable in interface net.java.swingfx.jdraggable.DraggableManager
the component is being dragged
STATE_STILL - Static variable in interface net.java.swingfx.jdraggable.DraggableManager
the component is not being dragged
STATE_UNKNOWN - Static variable in interface net.java.swingfx.jdraggable.DraggableManager
the state of the component is unknown
STRICT - Static variable in class net.java.swingfx.jdraggable.DragPolicy
The drag policy which suggests that only Draggable components are eligible to be dragged
setDragPolicy(DragPolicy) - Method in class net.java.swingfx.jdraggable.DefaultDraggableManager
 
setDragPolicy(DragPolicy) - Method in interface net.java.swingfx.jdraggable.DraggableManager
Set the policy for which components are eligible for dragging
setLocation(int, int) - Method in class net.java.swingfx.jdraggable.demo.DraggablePanel
 
setNullifyLayout(boolean) - Method in class net.java.swingfx.jdraggable.DefaultDraggableManager
 
setNullifyLayout(boolean) - Method in interface net.java.swingfx.jdraggable.DraggableManager
Sets whether the "draggable container" layout manager should be set to null once a component is dragged, or not.
setText(String) - Method in class net.java.swingfx.waitwithstyle.AnimatedPanel
Changes the displayed message at runtime.
setText(String) - Method in class net.java.swingfx.waitwithstyle.InfiniteProgressPanel
Changes the displayed message at runtime.
shield - Variable in class net.java.swingfx.waitwithstyle.InfiniteProgressPanel
Alpha level of the veil.
shouldNullifyLayout() - Method in class net.java.swingfx.jdraggable.DefaultDraggableManager
 
shouldNullifyLayout() - Method in interface net.java.swingfx.jdraggable.DraggableManager
Returns the "nullify layout" value
start() - Method in class net.java.swingfx.waitwithstyle.AnimatedPanel
Starts the animation.
start() - Method in class net.java.swingfx.waitwithstyle.InfiniteProgressPanel
Starts the waiting animation by fading the veil in, then rotating the shapes.
startDrag(Component) - Method in class net.java.swingfx.jdraggable.DefaultDraggableManager
 
startDrag(Component) - Method in interface net.java.swingfx.jdraggable.DraggableManager
Called before a Component is actually dragged
started - Variable in class net.java.swingfx.waitwithstyle.InfiniteProgressPanel
Notifies whether the animation is running or not.
stop() - Method in class net.java.swingfx.waitwithstyle.AnimatedPanel
Safely stops the animation.
stop() - Method in class net.java.swingfx.waitwithstyle.InfiniteProgressPanel
Stops the waiting animation by stopping the rotation of the circular shape and then by fading out the veil.
stopDrag() - Method in class net.java.swingfx.jdraggable.DefaultDraggableManager
 
stopDrag() - Method in interface net.java.swingfx.jdraggable.DraggableManager
Called when a Component has stopped being dragged

SwingFX v1.0
A B C D F G H I M N O P R S T U
SwingFX

Copyright 2005 Romain Guy and Craig Wickesser
All Rights Reserved.