Package uk.ac.essex.common.gui.util

This package provides utility GUI classes that are generally linked to swing

See:
          Description

Interface Summary
ButtonPanel A ButtonPanel is essentially a wrapper around a button and a panel to display when that button is clicked.
ButtonPanelContainer

Copyright: Copyright (c) 2004
Company: MSX-International
 

Class Summary
ButtonPanelContainerFixed
Created Date: 17-Jan-2004

You should have received a copy of Lesser GNU public license with this code.

ButtonPanelContainerImpl
Created Date: 17-Jan-2004

You should have received a copy of Lesser GNU public license with this code.

ButtonPanelImpl

Copyright: Copyright (c) 2004
Company: MSX-International
ButtonPanelList

Copyright: Copyright (c) 2004
Company: MSX-International
CompositeIcon uk.ac.essex.common.gui.util.CompositeIcon is an Icon implementation which draws two icons with a specified relative position: LEFT, RIGHT, TOP, BOTTOM specify how icon1 is drawn relative to icon2 CENTER: icon1 is drawn first, icon2 is drawn over it and with horizontal and vertical orientations within the alloted space It's useful with uk.ac.essex.common.gui.util.VTextIcon when you want an icon with your text: if icon1 is the graphic icon and icon2 is the uk.ac.essex.common.gui.util.VTextIcon, you translate a similar effect to a JLabel with a graphic icon and text
CustomJDialog  
Divider  
GuiUtilities
Created Date: 17-Jan-2004

You should have received a copy of Lesser GNU public license with this code.

ImagePreview This class is used by ImageJFileChooser so users can preview the currently selected image file.
SplashScreen Present a simple graphic to the user upon launch of the application, to provide a faster initial response than is possible with the main window.
SplitPaneUI  
TableSorter TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
Test  
TestDividerFrame

Copyright: Copyright (c) 2004
Company: MSX-International
VTextIcon uk.ac.essex.common.gui.util.VTextIcon is an Icon implementation which draws a short string vertically.
WrappingFlowLayout FlowLayout subclass that fully supports wrapping of components

Copyright: Copyright (c) 2001
Company: MSX-International
 

Package uk.ac.essex.common.gui.util Description

This package provides utility GUI classes that are generally linked to swing

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: