Uses of Class
com.jaxfront.swing.ui.visualizers.AbstractView

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

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

Subclasses of AbstractView in com.jaxfront.swing.ui.beans
 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 AbstractView in com.jaxfront.swing.ui.rtf
 

Subclasses of AbstractView in com.jaxfront.swing.ui.rtf
 class RTFEditor
           
 

Uses of AbstractView in com.jaxfront.swing.ui.tools
 

Methods in com.jaxfront.swing.ui.tools that return AbstractView
static AbstractView FocusHelper.evaluateErrorView(Type source, Type context)
           
 

Methods in com.jaxfront.swing.ui.tools with parameters of type AbstractView
static void FocusHelper.expandBorderPanel(AbstractView view, boolean expanded)
           
static void FocusHelper.scrollTo(AbstractView errorView, TypeWorkspace workspace)
           
static void FocusHelper.selectViewPathTypes(java.util.List path, AbstractEditorPanel editor, AbstractView errorView, boolean openDialog)
           
static void FocusHelper.setBorderPanelStates(AbstractView errorView, boolean expanded)
           
 

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

Subclasses of AbstractView in com.jaxfront.swing.ui.visualizers
 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 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
           
 

Methods in com.jaxfront.swing.ui.visualizers with parameters of type AbstractView
 void AbstractView.focusComponent(AbstractView view)
           
 

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

Subclasses of AbstractView in com.jaxfront.swing.ui.wrapper
 class RecursionWrapper
          This class represents a RecursiveView which is derived from the class AbstractView.