Interface | Description |
---|---|
DropTargetNavigator.Navigator |
This performs a more general navigation function than Autoscroll.
|
DropTargetPainter |
Provides a callback for
DropHandler to customize drop target
feedback. |
Class | Description |
---|---|
AbstractAnimatedIcon |
Provide animation of auto-generated animations.
|
AbstractComponentDecorator |
Provide a method for consistently augmenting the appearance of a given
component by painting something on it after the component itself
gets painted.
|
AnimatedIcon |
Ensures animated icons are properly handled within objects that use
renderers within a
CellRendererPane to render the icon. |
Autoscroller |
Provides consistent drag/drop autoscrolling behavior for components
which implement
Autoscroll . |
CheckBoxTreeCellRenderer |
Provides checkbox-based selection of tree nodes.
|
ComponentIcon |
Provides the contents of a
Component in Icon form. |
DeadSimpleDrag | |
DecoratorDemo | |
DelegatingAction |
Demonstration of context-sensitive menu items based on
Action s
exported by a JComponent . |
DelegatingAction.DisabledAction | |
DelegatingAction.PasteAction |
Enables and delegates to the target action only if the clipboard
has contents.
|
DragHandler |
Provides simplified drag handling for a component.
|
DropHandler |
Provides simplified drop handling for a component.
|
DropTargetNavigator |
Provides auto-scrolling behavior on scrollable components which do not
implement
Autoscroll , and various other aids to positioning
drop targets during a drag. |
DropTargetNavigator.AbstractNavigator | |
DropTargetNavigatorDemo |
Demonstrates automatic drop target navigation.
|
FancyDrop | |
GhostedDragImage |
Provide a ghosted drag image which will appear on any instances
of
RootPaneContainer in the current VM. |
GifDecoder |
Class GifDecoder - Decodes a GIF file into one or more frames.
|
ListAnimator |
Animates moving list cells out of the way for a potential drop.
|
Panner |
Component which scales any given
JComponent into its bounds. |
PannerHandler |
Provide key-activated display of a Panner directly on a panned component.
|
ScaledIcon |
Provides a scaled version of a given icon.
|
SelectionIcon |
Paint an icon appropriately for a selection to ensure that the icon is
visible and to avoid having to generate minor icon variations.
|
SpinningDial |
Provides a spinning disk of hash marks.
|
SpinningDialWaitIndicator | |
TreeAnimator |
Animates moving tree cells out of the way for a potential drop.
|
WaitIndicator |
Prevents mouse and key input to a
JComponent or JFrame ,
while dimming the component and displaying a wait cursor. |
WaitIndicatorDemo |
Copyright © 2023. All rights reserved.