CubeTwister 2.0alpha142 2012-02-11

Package ch.randelshofer.gui

Contains a set of enhanced graphical user interface components built on top of the AWT and Swing packages.

See:
          Description

Interface Summary
DefaultCellRenderer.RenderDelegate The protected RenderDelegate class.
ImageWellModel Model for JImageWell component.
ProgressObserver ProgressObserver.
Viewer Defines the requirements for a viewer that displays an object.
WizardModel The wizard model extends the list model.
 

Class Summary
BoundedRangeModelProxy BoundedRangeModelProxy.
Colors Colors.
DefaultCellRenderer DefaultCellRenderer.
DefaultImageWellModel DefaultImageModel.
DefaultViewer Calls object.toString() and displays this in a JLabel.
DefaultViewerBeanInfo  
Fonts Fonts.
Icons Provides constants for commonly used Icons.
ImageWellTransferable ImageWellTransferable.
IntegerTextField A text field which takes integer values.
JCardPane JCardPane.
JCardPaneBeanInfo  
JDnDList A JList that supports drag and drop operations if its model is an instance of MutableListModel.
JDnDTable JDnDTable.
JDnDTree JDnDTree.
JExplorer This panel acts like an Explorer Window as commonly used on Windows.
JExplorerBeanInfo  
JImageWell JImageWell.
JMultilineLabel Displays multiple lines of text.
JPopupButton  
JPopupButtonBeanInfo  
LayeredBorderLayout LayoutManager which supports overlapping border layouts for use with JLayeredPane.
LazyImageIcon LazyImageIcon.
LazyPanel LazyPanel lazily creates and adds a child component to it when the lazy panel is showing.
MultilineLabel Displays multiple lines of text.
MutableJList A JList that uses a MutableTableModel.
MutableJTable A JTable that uses a MutableTableModel.
MutableJTableBeanInfo  
MutableJTree A JTree that uses a MutableTreeModel.
PaletteMenuItemUI PaletteMenuItemUI.
PolygonIcon An Icon which is composed of java.awt.Polygon's.
ProgressFrame The ProgressFrame holds all ProgressView's.
ProgressPrinter ProgressPrinter.
ProgressView A class to monitor the progress of some operation.
ScrollablePanel  
ScrollablePanels Helper class for panels that implement the Scrollable interface.
ScrollPaneLayout2 Objects of this class behave essentially like javax.swing.ScrollPaneLayout but treats the top right corner specially.
SplashWindow A Splash window.
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.
VectorIcon An Icon which is composed of a set of java.awt.Shape's.
VerticalGridLayout VerticalGridLayout.
WholeNumberField To be tested and documented.
Wizard A wizard is a dialog which guides the user step by step through a task.
 

Package ch.randelshofer.gui Description

Contains a set of enhanced graphical user interface components built on top of the AWT and Swing packages.


(c) Werner Randelshofer.
All rights reserved.