Package net.sourceforge.hivegui.component

This package defines various classes used as GUI components (aka widgets) and utility classes dealing with GUI components.

See:
          Description

Interface Summary
ColorIcon Specific Icon implementation that simply displays as a rectangle of a given color (which is settable).
CursorFactory  
Cursors  
OverwriteFileConfirmer  
RendererDelegate  
RendererInformation  
 

Class Summary
AbstractRendererDelegate  
ActiveWindowHolder  
AlphaColorChooser Special ColorChooser panel that can set and preview color transparency (alpha channel).
AlphaColorSelectionModel Special ColorSelectionModel that supports the alpha channel.
AlphaRGBChooserPanel Special ColorChooserPanel implementation that allows the user to set the alpha (transparency) value in addition to RGB.
AlphaRGBPreviewPanel Special component to be used as the preview panel of JColorChooser.
CenterLayout Simple LayoutManager that allows to center a single Component inside a Container, based on its preferred size.
ColorButton  
ComponentTools Provides miscellaneous utility functions for handling Swing components.
CursorContribution  
CursorFactoryImpl  
CursorInfo  
CursorInfoObjectProvider  
CursorObjectProvider  
DynSizeColorIcon Specific Icon implementation that simply displays as a rectangle of a given color (which is settable).
EmptyFormat Format, used with JFormattedTextField, that allows empty strings as valid input (empty input will give a null value, and conversely).
ExtensionFileFilter  
ExtensionsFileFilter  
FixedSizeColorIcon Specific Icon implementation that simply displays as a rectangle of a given color (which is settable).
FontComboFactory  
IconMapRendererDelegate  
IconTools Provides miscellaneous utility functions for handling icons.
ImageSaveChooser Extended File Chooser for saving images with a selectable format.
ImageWriterSettingsPanel Special accessory panel to be added to ImageSaveChooser in order to allow user to select image writing format plus additional parameters (eg compression settings).
SelectAllFocusListener  
TextListener  
TextMapRendererDelegate  
Thumbnail  
 

Package net.sourceforge.hivegui.component Description

This package defines various classes used as GUI components (aka widgets) and utility classes dealing with GUI components.