Uses of Interface
com.jaxfront.core.ui.SimpleTypeVisualizer

Packages that use SimpleTypeVisualizer
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.rtf   
com.jaxfront.swing.ui.visualizers   
com.jaxfront.swing.ui.wrapper   
 

Uses of SimpleTypeVisualizer in com.jaxfront.swing.ui.beans
 

Classes in com.jaxfront.swing.ui.beans that implement SimpleTypeVisualizer
 class AbstractSimpleVisualizer
           
 class DateBean
          This is the default visualizer for a Date defined in the XSD Schema specification.
 class FileDialog
          This class represents a JAXFront PlugIn Bean that acts as a helper for setting file URLs.
 class PassWordPlugin
           
 class SimpleBrowserBean
           
 

Uses of SimpleTypeVisualizer in com.jaxfront.swing.ui.rtf
 

Classes in com.jaxfront.swing.ui.rtf that implement SimpleTypeVisualizer
 class RTFEditor
           
 

Uses of SimpleTypeVisualizer in com.jaxfront.swing.ui.visualizers
 

Classes in com.jaxfront.swing.ui.visualizers that implement SimpleTypeVisualizer
 class AbstractSimpleTypeView
          The AbstractSimpleTypeView is the root class for visualizing XML Simple Types with JAXFront.
 class CodeSetMultiColumComboBox
           
 class ImageVisualizer
          This class represents a JAXFront PlugIn Bean that acts as a helper for setting file URLs.
 class KeyRefRelationView
           
 class KeyRefView
          This class represents a plug-in visualizer for key reference types.
 class KeyView
           
 class SimpleChooserBean
          This is the default visualizer for color values.
 class SimpleTypeBooleanView
          This class represents a SimpleTypeBooleanView which is derived from the class AbstractSimpleTypeView.
 class SimpleTypeColorView
          This is the default visualizer for color values.
 class SimpleTypeComboView
          This is the default visualizer for choices defined in the XSD Schema specification.
 class SimpleTypeDateTimeView
          This is the default visualizer for a Date defined in the XSD Schema specification.
 class SimpleTypeDateView
          This is the default visualizer for a Date defined in the XSD Schema specification.
 class SimpleTypeDurationView
          This is the default visualizer for a Duration defined in the XSD Schema specification.
 class SimpleTypeListSelectionView
          This class represents a list selection visualizer that contains two JLists and two edit buttons which are used to move the selected data between the two JLists.
 class SimpleTypeNumericSpinnerView
           
 class SimpleTypeNumericView
          This is the default visualizer for elements defined in the XSD Schema specification. as numeric.
 class SimpleTypeRadioView
          This is the default visualizer for elements defined in the XSD Schema specification. with an enumeration.
 class SimpleTypeStringView
          This is the default visualizer for elements defined in the XSD Schema specification. as String.
 class SimpleTypeTimeView
          This is the default visualizer for a Date defined in the XSD Schema specification.
 

Uses of SimpleTypeVisualizer in com.jaxfront.swing.ui.wrapper
 

Classes in com.jaxfront.swing.ui.wrapper that implement SimpleTypeVisualizer
 class RecursionWrapper
          This class represents a RecursiveView which is derived from the class AbstractView.