Copyright 2012-02-25 Werner Randelshofer

Package ch.randelshofer.gui

Provides graphical user interface components.

See:
          Description

Interface Summary
EditableComponent This interface must be implemented by components which support clipboard access.
IconAWT Icon from javax.swing.Icon.
ProgressObserver ProgressObserver.
ViewFactory Defines the requirements for a viewer that displays an object.
 

Class Summary
AbstractButton Abstract super class for 'Swing'-like ligthweigths buttons on JDK 1.0.2.
CornerLayout A layout manager similar to BorderLayout but with additional slots for the four corners of a panel.
DefaultViewer Calls object.toString() and displays this in a JLabel.
Explorer This panel acts like an Explorer Window as commonly used on Windows.
Fonts Fonts.
GlassPaneProgressView A class to monitor the progress of some operation.
Icons Provides constants for commonly used Icons.
ImageIconAWT An implementation of the Icon interface that paints Icons from Images.
LazyImageIcon LazyImageIcon.
MutableJTree A JTree that uses a MutableTreeModel.
PolygonIcon An Icon which is composed of java.awt.Polygon's.
ProgressSlider Combination of ProgressBar and Slider.
ScaleFactorConstraints The ScaleFactorConstraints class specifies constraints for components that are laid out using the ScaleFactorLayout class.
ScaleFactorLayout A scale factor layout lays out a container, arranging one single component to fit into its parent while maintaining the aspect of the component.
ScrollPaneLayout2 Objects of this class behave essentially like javax.swing.ScrollPaneLayout but treats the top right corner specially.
SizeConstrainedPanel SizeConstrainedPanel.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
ToggleButton Toggle button with six states: Unselected, Unselected pressed, Unselected disabled, Selected, SelectedPressed, Selected disabled.
TriggerButton A button that fires contiguously ActionEvents while the button is pressed.
VectorIcon An Icon which is composed of a set of java.awt.Shape's.
 

Package ch.randelshofer.gui Description

Provides graphical user interface components.


Copyright 2012-02-25 Werner Randelshofer