Uses of Class
dsto.dfc.swing.forms.AbstractFormEditorComponent

Packages that use AbstractFormEditorComponent
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.text Generic expression tree editing framework. 
 

Uses of AbstractFormEditorComponent in dsto.dfc.swing.controls
 

Subclasses of AbstractFormEditorComponent in dsto.dfc.swing.controls
 class ColorChooserCombo
          A JPanel that contains a MetalComboBoxButton which when clicked opens up a ColorChooserPanel.
 class ColorChooserPanel
          This is the main Panel.
 class RadioBox
          A control that presents a multiple choice selection as a set of radio buttons.
 

Uses of AbstractFormEditorComponent in dsto.dfc.swing.forms
 

Subclasses of AbstractFormEditorComponent in dsto.dfc.swing.forms
 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 JFileChooserFormEditor
          FormEditor that wraps a JFileChooser component.
 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.
 

Uses of AbstractFormEditorComponent in dsto.dfc.swing.text
 

Subclasses of AbstractFormEditorComponent in dsto.dfc.swing.text
 class TermCustomizer
          An editable rich text view of a Term.
 



Copyright © 2008 Commonwealth of Australia