|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpolatingConverter | |
---|---|
com.taco.swinger.text2gui | Provides converters from text to Swing components, layouts, and models. |
com.taco.swinger.text2gui.border | Provides converters fromt text to Swing borders. |
com.taco.text | Provides converters to and from text, and other text processing and formatting capabilities. |
Uses of InterpolatingConverter in com.taco.swinger.text2gui |
---|
Subclasses of InterpolatingConverter in com.taco.swinger.text2gui | |
---|---|
class |
AbstractButtonConverter
A converter to instances of AbstractButton . |
class |
BoxConverter
A converter that creates instances of Box . |
class |
ComponentConstraintPairConverter
A converter to instances of ComponentConstraintPair . |
class |
ComponentConverter
A base class for converters that create instances of Component . |
class |
ComponentLayerPairConverter
A converter to component / layer pairs. |
class |
ContainerConverter
A base class for converters that create instances of Container
which are not instances of JComponent . |
class |
DialogConverter
A converter to instances of Dialog . |
class |
DimensionConverter
A converter from strings and resource bundles to instances of Dimension . |
class |
DispatchingComponentConverter
A converter from resource bundles or strings to components. |
class |
DispatchingLayoutConverter
An dispatching converter to instances of LayoutManager . |
static class |
DispatchingLayoutConverter.BorderLayoutConverter
A class that converts strings and resource bundles to border layout managers. |
static class |
DispatchingLayoutConverter.BoxLayoutConverter
A class that converts strings and resource bundles to box layout managers. |
static class |
DispatchingLayoutConverter.CardLayoutConverter
A class that converts strings and resource bundles to card layout managers. |
static class |
DispatchingLayoutConverter.ContainerDependentLayoutConverter
A layout converter that creates a layout dependent on the container the layout is for. |
static class |
DispatchingLayoutConverter.FlowLayoutConverter
A class that converts strings and resource bundles to flow layout managers. |
static class |
DispatchingLayoutConverter.GridBagLayoutConverter
A class that converts strings and resource bundles to grid bag layout managers. |
static class |
DispatchingLayoutConverter.GridLayoutConverter
A class that converts strings and resource bundles to grid layout managers. |
class |
DispatchingLayoutConverter.OverlayLayoutConverter
A class that converts strings and resource bundles to overlay layout managers. |
class |
ExtensionFileFilterConverter
A converter that creates instances of ExtensionFileFilter . |
class |
FillerConverter
A converter to a filler. |
class |
FrameConverter
A converter to instances of Frame . |
class |
GlueConverter
A converter to component "glue". |
class |
GridBagConstraintsConverter
A converter to instances of GridBagConstraints . |
class |
ImageIconConverter
A converter from strings and resource bundles to instances of ImageIcon . |
class |
InsetsConverter
A converter from strings and resource bundles to instances of Insets . |
class |
JAppletConverter
A converter to instances of JApplet . |
class |
JButtonConverter
A converter to instances of JButton . |
class |
JCheckBoxConverter
A converter to instances of JCheckBox . |
class |
JCheckBoxMenuItemConverter
A converter to instances of JCheckBoxMenuItem . |
class |
JColorChooserConverter
A converter to instances of JColorChooser . |
class |
JComboBoxConverter
A converter to instances of JComboBox . |
class |
JComponentConverter
A base class for converters that create instances of JComponent . |
class |
JContainerConverter
A base class for converters that create instances of JComponent that are also containers. |
class |
JDesktopPaneConverter
A converter to instances of JDesktopPane . |
class |
JDialogConverter
A converter to instances of JDialog . |
class |
JEditorPaneConverter
A converter to instances of JEditorPane . |
class |
JFileChooserConverter
A converter to instances of JFileChooser . |
class |
JFormattedTextFieldConverter
A converter to instances of JFormattedTextField . |
class |
JFrameConverter
A converter to instances of JFrame . |
class |
JInternalFrameConverter
A converter to instances of JInternalFrame . |
class |
JLabelConverter
A converter to instances of JLabel . |
class |
JLayeredPaneConverter
A converter to instances of JLayeredPane . |
class |
JListConverter
A converter to instances of JList . |
class |
JMenuBarConverter
A converter to instances of JMenuBar . |
class |
JMenuConverter
A converter to instances of JMenu . |
class |
JMenuItemConverter
A converter to instances of JMenuItem . |
class |
JOptionPaneConverter
A converter to instances of JOptionPane . |
class |
JPanelConverter
A converter to instances of JPanel . |
class |
JPasswordFieldConverter
A converter to instances of JPasswordField . |
class |
JPopupMenuConverter
A converter to instances of JPopupMenu . |
class |
JProgressBarConverter
A converter to instances of JProgressBar . |
class |
JRadioButtonConverter
A converter to instances of JRadioButton . |
class |
JRadioButtonMenuItemConverter
A converter to instances of JRadioButtonMenuItem . |
class |
JScrollBarConverter
A converter to instances of JScrollBar . |
class |
JScrollPaneConverter
A converter to instances of JScrollPane . |
class |
JSeparatorConverter
A converter to instances of JSeparator . |
class |
JSliderConverter
A converter to instances of JSlider . |
class |
JSpinnerConverter
A converter to instances of JSpinner . |
class |
JSplitPaneConverter
A converter that creates an instance of JSplitPane . |
class |
JTabbedPaneConverter
A converter that creates an instance of JTabbedPane . |
protected class |
JTabbedPaneConverter.TabConverter
A converter for a tab in a tabbed pane. |
class |
JTableConverter
A converter to instances of JTable . |
class |
JTableHeaderConverter
A converter to instances of JTableHeader . |
class |
JTextAreaConverter
A converter to instances of JTextArea . |
class |
JTextComponentConverter
A converter to instances of JTextComponent . |
class |
JTextFieldConverter
A converter to instances of JTextField . |
class |
JTextPaneConverter
A converter to instances of JTextPane . |
class |
JToolBarConverter
A converter to instances of JToolBar . |
class |
JTreeConverter
A converter to instances of JTree . |
class |
JViewportConverter
A converter to instances of JViewport . |
class |
JWindowConverter
A converter to instances of JWindow . |
class |
PointConverter
A converter from strings and resource bundles to instances of Point . |
class |
RectangleConverter
A converter from strings and resource bundles to instances of Rectangle . |
class |
RigidAreaConverter
A converter to rigid areas. |
class |
SeparatorConverter
A converter to separator for toolbars or menu items. |
class |
StrutConverter
A converter to a strut. |
class |
TableColumnConverter
A converter that create instances of TableColumn . |
class |
TableColumnModelConverter
A converter that create instances of DefaultTableColumnModel . |
class |
WindowConverter
A converter to instances of Window . |
Uses of InterpolatingConverter in com.taco.swinger.text2gui.border |
---|
Subclasses of InterpolatingConverter in com.taco.swinger.text2gui.border | |
---|---|
class |
BevelBorderConverter
A class that converts strings and resource bundles to bevel and soft bevel borders. |
class |
CompoundBorderConverter
A class that converts strings and resource bundles to compound borders. |
class |
DispatchingBorderConverter
An implementation of IInterpolatingConverter that converts
strings and resource bundles to borders. |
class |
EmptyBorderConverter
A class that converts strings and resource bundles to empty borders. |
class |
EtchedBorderConverter
A class that converts strings and resource bundles to etched borders. |
class |
LineBorderConverter
A class that converts strings and resource bundles to line borders. |
class |
MatteBorderConverter
A class that converts strings and resource bundles to matte borders. |
class |
TitledBorderConverter
A class that converts strings and resource bundles to titled borders. |
Constructors in com.taco.swinger.text2gui.border with parameters of type InterpolatingConverter | |
---|---|
TitledBorderConverter(InterpolatingConverter borderConverter)
Construct a new instance that uses the argument to convert the inner border of borders returned by this instance. |
Uses of InterpolatingConverter in com.taco.text |
---|
Subclasses of InterpolatingConverter in com.taco.text | |
---|---|
class |
AtomConverter
An interpolating string and resource bundle converter of atomic data. |
class |
BracedPropertyCompositeConverter
A subclass of CompositeConverter that matches C-style
punctuation in property values. |
class |
CollectionConverter
An interpolating converter from resource bundles and strings to collections. |
class |
CompositeConverter
An interpolating converter that creates objects that have many properties. |
class |
DispatchingConverter
A string and resource bundle to object converter that uses the first word of a string or the key appended with ".dispatchType" in the resource bundle to dispatch to another converter. |
class |
ImmutableCompositeConverter
An abstract subclass of BracedPropertyCompositeConverter
which creates an object whose properties cannot be changed. |
class |
InstanceConverter
A converter to instances via class names or scripts. |
class |
IntArrayConverter
A converter to int arrays. |
class |
MapConverter
An interpolating converter to maps. |
class |
MessageFormatConverter
A converter to instances of MessageFormat . |
class |
PunctuationStrippingConverter
A converter that strips leading and trailing punctuation from a string before delegating to another converter. |
class |
QuotedStringConverter
A converter from both resource bundles and strings to strings. |
class |
RangeConverter
A converter to a 2-element int array representing a range. |
class |
StringConverter
A converter from both resource bundles and strings to strings. |
Fields in com.taco.text declared as InterpolatingConverter | |
---|---|
static InterpolatingConverter |
InterpolatingConverter.DEFAULT_INSTANCE
The default instance of this class. |
Methods in com.taco.text that return InterpolatingConverter | |
---|---|
protected InterpolatingConverter |
CompositeConverter._makeInitConverter(java.lang.Object composite)
Create a converter used for the preInit and postInit special properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |