Package ilog.views.util.swing

Contains general purpose Swing components and utilities.

See:
          Description

Interface Summary
IlvJHiddenPrintWindowFactory.HiddenPrintWindow This marker interface denotes the container components created by IlvJHiddenPrintWindowFactory.createHiddenPrintWindow().
 

Class Summary
IlvAbstractBoundedRangeModel This is an abstract implementation of the data model that provides bounded range components, such as JScrollBar, JSlider, and JProgressBar with their contents.
IlvAbstractCellRenderer IlvAbstractCellRenderer is an extension of JLabel that can be used as the base class for high performance cell renderer implementations for tables, trees, or other Swing components.
IlvArrow IlvArrow implements an icon that is a triangular arrow pointing in one of the four cardinal directions.
IlvCompositeIcon 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 VTextIcon when you want an icon with your text: if icon1 is the graphic icon and icon2 is the VTextIcon, you get a similar effect to a JLabel with a graphic icon and text
IlvCursorFactory This factory allows you to build various default Cursor instances.
IlvCursorRegistry This class contains a registry for java.awt.Cursor shapes.
IlvDecimalNumberField This class extends a JTextField in order to provide the following features for editing numbers: Bounded range for the values (optional).
IlvEventUtil Utilities for event masks.
IlvExpensiveDrawingRepaintManager A repaint manager optimized for expensive drawing.
IlvJHiddenPrintWindowFactory A class to create a hidden container to which Swing components can be added in order to make them printable.
IlvJSplitPane This class is a variant of the Swing JSplitPane for which the setDividerLocation call has an effect even if called early, before the component is validated.
IlvSwingUtil The IlvSwingUtil class provides utility methods for Swing.
IlvSwingUtil.Version The class IlvSwingUtil.Version represents a version of Swing.
IlvVerticalTextIcon IlvVerticalTextIcon is an Icon implementation which draws a short string vertically.
SwingFactories A utility class which provides some useful Swing objects.
SwingFactories.AutoAddComboBoxModel A DefaultComboBoxModel which automatically adds to its list all items trying to be set in the JComboBox if they are not already in the list.
SwingFactories.FontListComboBoxModel A ComboBoxModel and AbstractListModel containing default font known by the system.
SwingFactories.LnFComboBoxModel An AbstractListModel and a ComboBoxModel allowing to list the available L&F.
SwingFactories.LocaleComboBoxModel An AbstractListModel and a ComboBoxModel allowing to list the available Locales.
SwingFactories.URLStringChooser A panel for entering an URL as a String.
 

Package ilog.views.util.swing Description

Contains general purpose Swing components and utilities.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.