|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ICommonGUIConverters | Common instances of interpolating converters to be used to convert text to GUI objects. |
IComponentAddStrategy | An interface that specifies conversion from a string or resource bundle key to a constraint, as well as a strategy to add a component to a container, using a constraint |
IComponentAddStrategyProvider | An interface that specifies a component add strategy to use with a certain container. |
ILayoutAndComponentAddStrategy | An interface that contains both a layout manager and a strategy to add a component to a container, using constraints specified by a string. |
Class Summary | |
---|---|
AbstractButtonConverter | A converter to instances of AbstractButton . |
BorderLayoutComponentAddStrategy | A component add strategy for BorderLayout . |
BoxConverter | A converter that creates instances of Box . |
CollectionToTreePathMapper | Converts a collection or array into a TreePath containing the
elements. |
ComponentAddStrategy | The default implementation of IComponentAddStrategy that
simply passes the constraint to Container.add() . |
ComponentAddStrategyProvider | A concrete implementation of IComponentAddStrategyProvider
which uses a map from layout classes to component add strategies. |
ComponentConstraintPair | A data structure containing a component and a constraint to use to add the component to its parent container. |
ComponentConstraintPairConverter | A converter to instances of ComponentConstraintPair . |
ComponentConverter | A base class for converters that create instances of
Component . |
ComponentLayerPairConverter | A converter to component / layer pairs. |
ContainerConverter | A base class for converters that create instances of Container
which are not instances of JComponent . |
DialogConverter | A converter to instances of Dialog . |
DimensionConverter | A converter from strings and resource bundles to instances of
Dimension . |
DispatchingComponentConverter | A converter from resource bundles or strings to components. |
DispatchingLayoutConverter | An dispatching converter to instances of LayoutManager . |
DispatchingLayoutConverter.BorderLayoutConverter | A class that converts strings and resource bundles to border layout managers. |
DispatchingLayoutConverter.BoxLayoutConverter | A class that converts strings and resource bundles to box layout managers. |
DispatchingLayoutConverter.CardLayoutConverter | A class that converts strings and resource bundles to card layout managers. |
DispatchingLayoutConverter.ContainerDependentLayoutConverter | A layout converter that creates a layout dependent on the container the layout is for. |
DispatchingLayoutConverter.FlowLayoutConverter | A class that converts strings and resource bundles to flow layout managers. |
DispatchingLayoutConverter.GridBagLayoutConverter | A class that converts strings and resource bundles to grid bag layout managers. |
DispatchingLayoutConverter.GridLayoutConverter | A class that converts strings and resource bundles to grid layout managers. |
ExtensionFileFilterConverter | A converter that creates instances of ExtensionFileFilter . |
FillerConverter | A converter to a filler. |
FrameConverter | A converter to instances of Frame . |
GlueConverter | A converter to component "glue". |
GridBagConstraintsConverter | A converter to instances of GridBagConstraints . |
GridBagLayoutComponentAddStrategy | A component add strategy for GridBagLayout . |
ImageIconConverter | A converter from strings and resource bundles to instances of
ImageIcon . |
InsetsConverter | A converter from strings and resource bundles to instances of
Insets . |
JAppletConverter | A converter to instances of JApplet . |
JButtonConverter | A converter to instances of JButton . |
JCheckBoxConverter | A converter to instances of JCheckBox . |
JCheckBoxMenuItemConverter | A converter to instances of JCheckBoxMenuItem . |
JColorChooserConverter | A converter to instances of JColorChooser . |
JComboBoxConverter | A converter to instances of JComboBox . |
JComponentConverter | A base class for converters that create instances of
JComponent . |
JContainerConverter | A base class for converters that create instances of
JComponent that are also containers. |
JDesktopPaneConverter | A converter to instances of JDesktopPane . |
JDialogConverter | A converter to instances of JDialog . |
JEditorPaneConverter | A converter to instances of JEditorPane . |
JFileChooserConverter | A converter to instances of JFileChooser . |
JFormattedTextFieldConverter | A converter to instances of JFormattedTextField . |
JFrameConverter | A converter to instances of JFrame . |
JInternalFrameConverter | A converter to instances of JInternalFrame . |
JLabelConverter | A converter to instances of JLabel . |
JLayeredPaneConverter | A converter to instances of JLayeredPane . |
JListConverter | A converter to instances of JList . |
JMenuBarConverter | A converter to instances of JMenuBar . |
JMenuConverter | A converter to instances of JMenu . |
JMenuItemConverter | A converter to instances of JMenuItem . |
JOptionPaneConverter | A converter to instances of JOptionPane . |
JPanelConverter | A converter to instances of JPanel . |
JPasswordFieldConverter | A converter to instances of JPasswordField . |
JPopupMenuConverter | A converter to instances of JPopupMenu . |
JProgressBarConverter | A converter to instances of JProgressBar . |
JRadioButtonConverter | A converter to instances of JRadioButton . |
JRadioButtonMenuItemConverter | A converter to instances of JRadioButtonMenuItem . |
JScrollBarConverter | A converter to instances of JScrollBar . |
JScrollPaneConverter | A converter to instances of JScrollPane . |
JSeparatorConverter | A converter to instances of JSeparator . |
JSliderConverter | A converter to instances of JSlider . |
JSpinnerConverter | A converter to instances of JSpinner . |
JSplitPaneConverter | A converter that creates an instance of JSplitPane . |
JTabbedPaneConverter | A converter that creates an instance of JTabbedPane . |
JTabbedPaneConverter.TabAdder | An implementation of ISetPropertyAction for
JTabbedPaneConverter that adds tabs to the tabbed pane. |
JTableConverter | A converter to instances of JTable . |
JTableConverter.AbstractTableMapConsistencyListener | A base class for map consistency listeners that listen to
JTable changes. |
JTableHeaderConverter | A converter to instances of JTableHeader . |
JTextAreaConverter | A converter to instances of JTextArea . |
JTextComponentConverter | A converter to instances of JTextComponent . |
JTextFieldConverter | A converter to instances of JTextField . |
JTextPaneConverter | A converter to instances of JTextPane . |
JToolBarConverter | A converter to instances of JToolBar . |
JTreeConverter | A converter to instances of JTree . |
JViewportConverter | A converter to instances of JViewport . |
JWindowConverter | A converter to instances of JWindow . |
LayoutAndComponentAddStrategy | The default implementation of ILayoutAndComponentAddStrategy
that simply passes the constraint string to Container.add() . |
PointConverter | A converter from strings and resource bundles to instances of
Point . |
RectangleConverter | A converter from strings and resource bundles to instances of
Rectangle . |
RigidAreaConverter | A converter to rigid areas. |
SeparatorConverter | A converter to separator for toolbars or menu items. |
StringToBorderLayoutConstraintConverter | A converter from strings to constraints used for BorderLayout ,
such as BorderLayout.NORTH . |
StringToCloseOperationConverter | A converter from strings to closing operation identifiers. |
StringToColorConverter | A converter from strings to colors, using Color.decode() . |
StringToComponentOrientationConverter | A converter from strings to instances of ComponentOrientation . |
StringToCursorConverter | A converter from strings to cursors. |
StringToFontConverter | An implementation of IStringToObjectConverter that converts
strings to fonts using Font.decode() . |
StringToKeyCodeConverter | A converter from strings to key codes. |
StringToKeyStrokeConverter | A converter from strings to instances of KeyStroke . |
StringToLayerConverter | A converter from strings to layer identifiers. |
StringToSelectionModeConverter | A converter from strings to selection modes used by JList and
JTable . |
StringToSwingConstantConverter | A converter from strings to SwingConstants . |
StrutConverter | A converter to a strut. |
TableColumnConverter | A converter that create instances of TableColumn . |
TableColumnModelConverter | A converter that create instances of DefaultTableColumnModel . |
TreePathConverter | A converter to a TreePath . |
WindowConverter | A converter to instances of Window . |
Provides converters from text to Swing components, layouts, and models.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |