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

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

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

Classes in com.jaxfront.swing.ui.beans that implement ComplexVisualizer
 class AbstractBean
          This class represents an abstract implementation of a visualizer bean for JAXFront.
 class AbstractComplexVisualizer
          This class is a template to write its own complex visualizer component.
 class AbstractListVisualizer
          This class is a template to write its own list visualizer component.
 class AbstractSimpleVisualizer
           
 class DateBean
          This is the default visualizer for a Date defined in the XSD Schema specification.
 class EmbeddedJAXFrontPlugin
           
 class FileDialog
          This class represents a JAXFront PlugIn Bean that acts as a helper for setting file URLs.
 class PassWordPlugin
           
 class SimpleBrowserBean
           
 class SplitPaneLayoutPluginOneTwo
           
 

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

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

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

Classes in com.jaxfront.swing.ui.visualizers that implement ComplexVisualizer
 class AbstractCompositeTabView
          This class represents an AbstractCompositeView which is derived by the abstract class AbstractView.
 class AbstractCompositeView
          This class represents an AbstractCompositeView which is derived by the abstract class AbstractView.
 class AbstractListTypeView
          This class represents an AbstractListTypeView which is derived from the class AbstractView.
 class AbstractPagingView
           
 class AbstractSimpleListView
           
 class AbstractSimpleTypeView
          The AbstractSimpleTypeView is the root class for visualizing XML Simple Types with JAXFront.
 class AbstractView
          This class represents an AbstractView which is derived from the class JPanel.
 class CodeSetMultiColumComboBox
           
 class ComplexGroupListView
          This class represents a ComplexGroupListView which is derived from the class AbstractListTypeView.
 class ComplexGroupView
          This class represents a ComplexGroupView which is derived from the class AbstractCompositeView.
 class ContextView
          This class represents a visualizer that is used in list cells to render contexts of key/keyRef relationships.
 class FormulaVisualizerView
          This class represents a FormulaVisualizerView which is derived from the class AbstractView.
 class ImageVisualizer
          This class represents a JAXFront PlugIn Bean that acts as a helper for setting file URLs.
 class KeyRefView
          This class represents a plug-in visualizer for key reference types.
 class KeyView
           
 class PagingView
           
 class SimpleChooserBean
          This is the default visualizer for color values.
 class SimpleGroupListView
          This class represents a SimpleGroupListView which is derived from the class AbstractListTypeView.
 class SimpleGroupView
          This class represents a SimpleGroupView which is derived from the class AbstractCompositeView.
 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 SimpleTypeListView
          This is the default visualizer for elements defined in the XSD Schema specification . as a sequence.
 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 SimpleTypeTableListView
           
 class SimpleTypeTimeView
          This is the default visualizer for a Date defined in the XSD Schema specification.
 class TransparentVisualizer
           
 

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

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