Uses of Interface
dsto.dfc.swing.forms.FormEditor

Packages that use FormEditor
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.logging Components for displaying log messages. 
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. 
 

Uses of FormEditor in dsto.dfc.swing.controls
 

Classes in dsto.dfc.swing.controls that implement FormEditor
 class ColorChooserCombo
          A JPanel that contains a MetalComboBoxButton which when clicked opens up a ColorChooserPanel.
 class ColorChooserPanel
          This is the main Panel.
 class GradientPanel
          This is a panel which can be used to customize a Gradient.
 class RadioBox
          A control that presents a multiple choice selection as a set of radio buttons.
 

Uses of FormEditor in dsto.dfc.swing.forms
 

Subinterfaces of FormEditor in dsto.dfc.swing.forms
 interface Form
          Defines a form that acts as a host for FormEditor's.
 

Classes in dsto.dfc.swing.forms that implement FormEditor
 class AbstractFormEditor
          Utility base class for FormEditor's.
 class AbstractFormEditorComponent
          Abstract base class for JComponent-based FormEditor's.
 class BasicForm
          Basic implementation of the Form interface.
 class CellToFormEditorAdapter
          Attempts to adapt a JFC TreeCellEditor/TableCellEditor implementation to the DFC FormEditor interface.
 class EnumFormEditor
          A form editor for choosing from an enumerated set of values using either a radio box or combo box.
 class FontLabelEditor
          Form editor that displays a font as a text description.
 class FontSelectorEditor
          Form editor that allows selection of a font.
 class FormDialog
          A Form-compatible extension of DfcOkCancelDialog designed to contain FormEditor's.
 class FormEditorValueAdapter
          A form editor that acts as a simple wrapper around any FormEditor instance.
 class FormPanel
          A form editor container that hosts FormEditor's bound to properties of the editor value.
 class JCheckBoxFormEditor
          A form editor that can be used to bind JCheckBox's.
 class JComboBoxFormEditor
          A form editor that can be used to bind JComboBox'es.
 class JFileChooserFormEditor
          FormEditor that wraps a JFileChooser component.
 class JLabelFormEditor
          A read-only editor binding for JLabel's.
 class JListFormEditor
          Displays a java.util.List value in a JList component.
 class JListSelectionFormEditor
          Form editor that sets the current editor value to the selected value in a JList.
 class JSliderFormEditor
           
 class JTableFormEditor
          Edits a value in a Swing JTable.
 class JTextFieldFormEditor
          A form editor that can be used to bind any JTextComponent, including JTextField's.
 class JTreeSelectionFormEditor
          Adapts JTree to act as a single-selection editor (the selected entry in the tree is the editor value).
 class MultiplexFormEditor
          A form editor that allows selection from a number of different predefined value types.
 class NumericSpinnerFormEditor
          A numeric spinner form editor (see NumericSpinner).
 class PopupFormEditor
          Wrapper editor into which can be plugged an 'inline' editor which is displayed to the left of a '...' button, which shows a secondary 'popup' editor in a form dialog.
 

Fields in dsto.dfc.swing.forms declared as FormEditor
protected  FormEditor MultiplexFormEditor.activeEditor
           
protected  FormEditor FormToCellEditorAdapter.editor
           
 FormEditor BasicForm.EditorEntry.editor
           
protected  FormEditor PopupFormEditor.inlineEditor
           
protected  FormEditor PopupFormEditor.popupEditor
           
 

Methods in dsto.dfc.swing.forms that return FormEditor
 FormEditor BasicForm.EditorEntry.getEditor()
           
 FormEditor FormDialog.getFormPanel()
           
 FormEditor PopupFormEditor.getInlineEditor()
           
 FormEditor PopupFormEditor.getPopupEditor()
           
 

Methods in dsto.dfc.swing.forms with parameters of type FormEditor
 void FormPanel.addEditor(String property, FormEditor editor)
           
 void FormDialog.addEditor(String property, FormEditor editor)
           
 void Form.addEditor(String property, FormEditor editor)
           
 void BasicForm.addEditor(String property, FormEditor editor)
           
 void FormPanel.addEditor(String property, FormEditor editor, ValueConverter converter)
           
 void FormDialog.addEditor(String property, FormEditor editor, ValueConverter converter)
           
 void Form.addEditor(String property, FormEditor editor, ValueConverter converter)
          Add an editor for a given property of the form value.
 void BasicForm.addEditor(String property, FormEditor editor, ValueConverter converter)
           
protected  void MultiplexFormEditor.addNewEditor(FormEditor editor)
          Adds a FormEditor to the end of the editor list.
protected  BasicForm.EditorEntry BasicForm.findEntry(FormEditor editor)
           
 boolean FormPanel.removeEditor(FormEditor editor)
           
 boolean FormDialog.removeEditor(FormEditor editor)
           
 boolean Form.removeEditor(FormEditor editor)
          Remove a bound form editor.
 boolean BasicForm.removeEditor(FormEditor editor)
           
 void FormDialog.setFormPanel(FormEditor panel)
          Set the main panel for the dialog.
 void FormDialog.setFormPanel(FormEditor panel, String property)
          Set the main panel for the dialog.
 void PopupFormEditor.setInlineEditor(FormEditor newValue)
           
 void PopupFormEditor.setPopupEditor(FormEditor newValue)
           
 

Constructors in dsto.dfc.swing.forms with parameters of type FormEditor
BasicForm.EditorEntry(String property, FormEditor editor, ValueConverter converter)
           
FormEditorValueAdapter(FormEditor adaptee, ValueConverter converter)
           
FormToCellEditorAdapter(FormEditor editor)
           
PopupFormEditor(FormEditor inlineEditor, FormEditor popupEditor)
           
 

Uses of FormEditor in dsto.dfc.swing.logging
 

Classes in dsto.dfc.swing.logging that implement FormEditor
 class LogWindowPopperEditor
          Edits the properties of a LogWindowPopper.
 

Uses of FormEditor in dsto.dfc.swing.styles
 

Classes in dsto.dfc.swing.styles that implement FormEditor
 class StyleSheetLabelView
          Presents a simple, non-editable summary view of a StyleSheet.
protected  class StyleSheetTableView.FormEditorAdapter
           
 

Methods in dsto.dfc.swing.styles that return FormEditor
 FormEditor StyleSheetTableView.getFormEditor()
          Get the form editor for this component.
 

Uses of FormEditor in dsto.dfc.swing.table
 

Classes in dsto.dfc.swing.table that implement FormEditor
 class MapTableView
          Edits a java.util.Map in a table view.
 

Uses of FormEditor in dsto.dfc.swing.text
 

Classes in dsto.dfc.swing.text that implement FormEditor
 class BasicEnumeratedTermCustomizer
          Base class for term customizers that select from a set of enumerated values.
 class TermCustomizer
          An editable rich text view of a Term.
 



Copyright © 2008 Commonwealth of Australia