Package com.dlsc.flexgantt.swing.util

Utility classes for Swing operations.

See:
          Description

Class Summary
AbstractSwingWorker This is the 3rd version of AbstractSwingWorker (also known as AbstractSwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
AutoscrollSupport A support class, which enables the autoscroll feature for the tree table and the layer container.
ColorField A simple panel that displays a color.
ColorUtil A utility class for dealing with instances of Color.
CustomizableLineBorder A border implementation that displays a bevel border but where each border (top, left, bottom, right) can be hidden.
GradientBorder A border implementation that draws a gradient in the background.
InfiniteProgressPanel An infinite progress panel displays a rotating figure and a message to notice the user of a long, duration unknown task.
MenuCleaner A utility class that is used to clean up (popup) menus in such a way that the text of the menu items lines up nicely.
MultiDropTarget The MultiDropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
RollOverLabel A special label type that changes its foreground and background color when the mouse cursor enters or exits it.
Simple3DBorder A simple 3D border with a line thickness of 1 pixel.
TableUtils Utility methods for use with JTable.
WindowsCornerIcon An icon implementation that simulates the corner resize icon found on Windows.
 

Enum Summary
WindowsCornerIcon.Corner An enumerator, which specifies where the icon will draw its boxes.
 

Package com.dlsc.flexgantt.swing.util Description

Utility classes for Swing operations.