|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalFormatException | |
---|---|
dsto.dfc.swing.controls | Miscellaneous UI components and support classes. |
dsto.dfc.swing.forms | A high-level framework supporting the assembly of UI editor components into forms. |
dsto.dfc.swing.styles | |
dsto.dfc.swing.table | Extension of the Swing table framework to support advanced (add, remove, copy, paste etc) table models and provide several extensions to the JTable component. |
dsto.dfc.swing.text | Generic expression tree editing framework. |
dsto.dfc.swing.text.selection | Support for pattern matching text (eg using regular expressions or numeric comparisons). |
dsto.dfc.util | Miscellaneous utility classes. |
Uses of IllegalFormatException in dsto.dfc.swing.controls |
---|
Methods in dsto.dfc.swing.controls that throw IllegalFormatException | |
---|---|
void |
ColorChooserPanel.commitEdits()
Implements abstract method in dsto.dfc.swing.forms.AbstractFormEditor. |
void |
ColorChooserCombo.commitEdits()
Implements abstract method in dsto.dfc.swing.forms.AbstractFormEditor. |
Object |
ColorChooserPanel.getEditorValue()
Implements abstract method in dsto.dfc.swing.forms.AbstractFormEditor. |
Object |
ColorChooserCombo.getEditorValue()
Implements abstract method in dsto.dfc.swing.forms.AbstractFormEditor. |
void |
RadioBox.setEditorValue(Object newValue)
Set the editor value (ie the current selected value). |
void |
GradientPanel.setEditorValue(Object value)
Overriding the FormPanel method so that we can update
the GradientBar with the new values. |
void |
ColorChooserPanel.setEditorValue(Object value)
Implements abstract method in dsto.dfc.swing.forms.AbstractFormEditor. |
void |
ColorChooserCombo.setEditorValue(Object value)
Implements abstract method in dsto.dfc.swing.forms.AbstractFormEditor. |
void |
RadioBox.setSelectedStringValue(String value)
|
Constructors in dsto.dfc.swing.controls that throw IllegalFormatException | |
---|---|
Insets2D(String insets)
|
Uses of IllegalFormatException in dsto.dfc.swing.forms |
---|
Methods in dsto.dfc.swing.forms with parameters of type IllegalFormatException | |
---|---|
static void |
BasicForm.handleCommitError(IllegalFormatException ex)
|
Methods in dsto.dfc.swing.forms that throw IllegalFormatException | |
---|---|
protected void |
BasicForm.commitChildren()
|
void |
MultiplexFormEditor.commitEdits()
|
void |
JTextFieldFormEditor.commitEdits()
|
void |
JTableFormEditor.commitEdits()
|
void |
JSliderFormEditor.commitEdits()
|
void |
JListSelectionFormEditor.commitEdits()
|
void |
JListFormEditor.commitEdits()
|
void |
JComboBoxFormEditor.commitEdits()
|
void |
JCheckBoxFormEditor.commitEdits()
|
void |
FormPanel.commitEdits()
|
void |
FormEditorValueAdapter.commitEdits()
|
void |
FormEditor.commitEdits()
Commit any changes not already committed into the value of this editor (eg a text editor will attempt to perform any uncommitted text conversions at this point). |
void |
FormDialog.commitEdits()
|
void |
FontSelectorEditor.commitEdits()
|
void |
EnumFormEditor.commitEdits()
|
void |
CustomizersPanel.commitEdits()
Calls commitEdits () on any form editors in the tree. |
void |
BasicForm.commitEdits()
|
void |
AbstractFormEditorComponent.commitEdits()
Default implementation does nothing. |
abstract void |
AbstractFormEditor.commitEdits()
|
Object |
PopupFormEditor.getEditorValue()
|
Object |
JTreeSelectionFormEditor.getEditorValue()
|
protected void |
BasicForm.loadEditor(BasicForm.EditorEntry entry)
|
protected void |
BasicForm.loadEditors()
|
void |
PopupFormEditor.setEditorValue(Object value)
|
void |
NumericSpinnerFormEditor.setEditorValue(Object newValue)
|
void |
MultiplexFormEditor.setEditorValue(Object newValue)
Sets the current editor value. |
void |
JTreeSelectionFormEditor.setEditorValue(Object value)
|
void |
JTextFieldFormEditor.setEditorValue(Object newValue)
|
void |
JTableFormEditor.setEditorValue(Object value)
Loads the editor value into the table by creating a new model with |
void |
JSliderFormEditor.setEditorValue(Object newValue)
|
void |
JListSelectionFormEditor.setEditorValue(Object value)
|
void |
JListFormEditor.setEditorValue(Object value)
|
void |
JLabelFormEditor.setEditorValue(Object newValue)
|
void |
JFileChooserFormEditor.setEditorValue(Object value)
|
void |
JComboBoxFormEditor.setEditorValue(Object newValue)
|
void |
JCheckBoxFormEditor.setEditorValue(Object newValue)
|
void |
FormPanel.setEditorValue(Object newValue)
|
void |
FormEditorValueAdapter.setEditorValue(Object value)
|
void |
FormEditor.setEditorValue(Object value)
Sets the value to be displayed/edited by the form editor. |
void |
FormDialog.setEditorValue(Object newValue)
|
void |
FontSelectorEditor.setEditorValue(Object newValue)
|
void |
FontLabelEditor.setEditorValue(Object newValue)
|
void |
EnumFormEditor.setEditorValue(Object value)
|
void |
CellToFormEditorAdapter.setEditorValue(Object value)
Implements the FormEditor.setEditorValue () mathod by calling get*CellEditorComponent(). |
void |
BasicForm.setEditorValue(Object newValue)
|
abstract void |
AbstractFormEditorComponent.setEditorValue(Object value)
|
abstract void |
AbstractFormEditor.setEditorValue(Object value)
|
protected void |
BasicForm.unloadEditor(BasicForm.EditorEntry entry)
|
protected void |
BasicForm.unloadEditors()
|
Uses of IllegalFormatException in dsto.dfc.swing.styles |
---|
Methods in dsto.dfc.swing.styles that throw IllegalFormatException | |
---|---|
void |
StyleSheetTableView.FormEditorAdapter.commitEdits()
|
void |
StyleSheetLabelView.commitEdits()
|
void |
StyleSheetTableView.FormEditorAdapter.setEditorValue(Object value)
|
void |
StyleSheetLabelView.setEditorValue(Object value)
|
Uses of IllegalFormatException in dsto.dfc.swing.table |
---|
Methods in dsto.dfc.swing.table that throw IllegalFormatException | |
---|---|
void |
MapTableView.commitEdits()
|
void |
MapTableView.setEditorValue(Object value)
|
Uses of IllegalFormatException in dsto.dfc.swing.text |
---|
Methods in dsto.dfc.swing.text that throw IllegalFormatException | |
---|---|
Object |
ValueConverter.convertTo(Object value,
Class form)
Convert a value to a given class. |
Object |
NumberConverter.convertTo(Object value,
Class form)
|
Object |
NullValueConverter.convertTo(Object value,
Class form)
|
static Object |
Text.convertValue(Object value,
Class form)
|
static Object |
Text.convertValue(Object value,
Class targetForm,
ValueConverter converter)
Attempt to convert a value to a given class. |
Object |
TermCustomizer.getEditorValue()
|
void |
TermCustomizer.setEditorValue(Object value)
|
Uses of IllegalFormatException in dsto.dfc.swing.text.selection |
---|
Methods in dsto.dfc.swing.text.selection that throw IllegalFormatException | |
---|---|
protected void |
NumberSelector.compileExpr(String exprStr)
|
Object |
Selector.SelectAllSelector.convertTo(Object value,
Class form)
|
Object |
PatternSelector.SelectAllSelector.convertTo(Object value,
Class form)
|
void |
RegexSelector.setExpression(String regex)
Set the regex expression |
void |
PatternSelector.setExpression(String expression)
Set the value of the pattern used to match against. |
void |
PatternSelector.SelectAllSelector.setExpression(String expression)
|
void |
NumberSelector.setExpression(String newExpr)
|
void |
BooleanSelector.setExpression(String value)
Set the boolean value. |
Constructors in dsto.dfc.swing.text.selection that throw IllegalFormatException | |
---|---|
BooleanSelector()
|
|
BooleanSelector(String value)
|
|
NumberSelector(String expr)
|
|
RegexSelector()
|
|
RegexSelector(String regex)
|
|
RegexSelector(String regex,
boolean caseSensitive)
|
Uses of IllegalFormatException in dsto.dfc.util |
---|
Constructors in dsto.dfc.util with parameters of type IllegalFormatException | |
---|---|
IllegalFormatException(Object source,
IllegalFormatException ex)
Useful for rethrowing an IllegalFormatException with a new source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |