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

Packages that use Visualizer
com.jaxfront.core.type   
com.jaxfront.core.ui   
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.editor   
com.jaxfront.swing.ui.rtf   
com.jaxfront.swing.ui.tools   
com.jaxfront.swing.ui.visualizers   
com.jaxfront.swing.ui.wrapper   
 

Uses of Visualizer in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return Visualizer
static Visualizer Recursion.createRecursionVisualizer(RecursionVisualizer recursionVisualizer)
           
 

Uses of Visualizer in com.jaxfront.core.ui
 

Subinterfaces of Visualizer in com.jaxfront.core.ui
 interface ListVisualizer
          Interface for all visualizers which are holding a list type.
 interface RecursionVisualizer
          Interface for all visualizers which are holding a list type.
 

Methods in com.jaxfront.core.ui that return Visualizer
static Visualizer TypeVisualizerFactory.buildRecursionView(Type recType, Type context)
          Creates recursion
abstract  Visualizer TypeVisualizerFactory.createRecursiveView(Type type, Type context)
          Creates a recursive view for a AbstractCompositeType.
abstract  Visualizer TypeVisualizerFactory.createView(ComplexGroupList type, Type context)
          Creates a visualizer for a ComplexGroupList.
abstract  Visualizer TypeVisualizerFactory.createView(ComplexGroup type, Type context)
          Creates a visualizer for a ComplexGroup.
abstract  Visualizer TypeVisualizerFactory.createView(SimpleGroupList type, Type context)
          Creates a visualizer for a SimpleGroupList.
abstract  Visualizer TypeVisualizerFactory.createView(SimpleGroup type, Type context)
          Creates a visualizer for a SimpleGroup.
abstract  Visualizer TypeVisualizerFactory.createView(SimpleTypeList type, Type context)
          Creates a visualizer for a SimpleTypeList.
abstract  Visualizer TypeVisualizerFactory.createView(SimpleType type, Type context)
          Creates a visualizer for a SimpleType.
abstract  Visualizer TypeVisualizerFactory.createView(VirtualType type, Type context)
          Creates a visualizer for a virtual type.
 Visualizer TypeVisualizerFactory.createVisualizerFor(Type type, Type context)
           
 Visualizer TypeVisualizerFactory.createVisualizerFor(Type type, Type context, boolean createRecursionWrapper)
           
 Visualizer TypeVisualizerFactory.getFirstCachedVisualizer(Type type)
          Returns first cached visualizer for a given type (context less).
 Visualizer Visualizer.getImplementation()
           
 Visualizer TypeVisualizerFactory.getPluginFor(Type type, Type context)
          Returns the plug-in (visualizer) for a type
 Visualizer TypeVisualizerFactory.getVisualizer(Type type)
          Returns the visualizer of a type.
 Visualizer TypeVisualizerFactory.getVisualizer(Type type, boolean lazyInit)
          Returns the visualizer of a type.
 Visualizer TypeVisualizerFactory.getVisualizer(Type aType, java.lang.String xPath)
          Returns the visualizer of a type.
 Visualizer TypeVisualizerFactory.getVisualizer(Type type, Type context)
          Returns the visualizer of a type.
 Visualizer TypeVisualizerFactory.getVisualizer(Type type, Type context, boolean lazyInit)
          Returns the visualizer of a type.
 Visualizer TypeVisualizerFactory.getVisualizer(Type type, Type context, boolean lazyInit, boolean usePlugin)
          Returns the visualizer of a type.
 Visualizer TypeVisualizerFactory.getVisualizerMapping(java.lang.String className, Type type, Type context)
           
 Visualizer TypeVisualizerFactory.resolveVisualizer(Type type, Type context)
           
 Visualizer EditablePanel.visualize(Type aType, boolean forceRepaint)
           
 

Methods in com.jaxfront.core.ui with parameters of type Visualizer
 void RecursionVisualizer.addToRecursionPanel(Visualizer visualizer)
           
 void TypeVisualizerFactory.cacheVisualizer(Type type, Type context, Visualizer vis)
          Cache the passing visualizer for the passing type.
 void TypeVisualizerFactory.cacheVisualizer(Type type, Visualizer visualizer)
          Cache the passing visualizer for the passing type.
 java.util.Vector TypeVisualizerFactory.getVisualizerStructure(Visualizer vis, boolean includingRoot)
           
 void TypeVisualizerFactory.releaseCache(Visualizer cachedVisualizer, Type type, Type context, boolean removePropertyChangeListener, boolean removeAllForType)
           
 void TypeVisualizerFactory.removeVisualizerStructure(Visualizer vis, boolean includeRoot)
           
 

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

Classes in com.jaxfront.swing.ui.beans that implement Visualizer
 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 EditorPanelBean
           
 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
           
 

Methods in com.jaxfront.swing.ui.beans that return Visualizer
 Visualizer EditorPanelBean.getImplementation()
           
abstract  Visualizer AbstractListVisualizer.getSelectedTabVisualizer()
          Returns the selected tab visualizer or null if none.
 

Uses of Visualizer in com.jaxfront.swing.ui.editor
 

Methods in com.jaxfront.swing.ui.editor that return Visualizer
 Visualizer TypeWorkspace.visualize(TreeNode node)
          Visualizes the specified TreeNode from the NavigationTree
 Visualizer TypeWorkspace.visualize(TreeNode node, boolean forceRepaint)
          Visualizes the specified TreeNode from the NavigationTree
 Visualizer TypeWorkspace.visualize(Type type)
          Visualizes the specific type from the NavigationTree
 Visualizer TypeWorkspace.visualize(Type type, boolean readOnly)
          Visualizes the given type.
 Visualizer EditorPanel.visualize(Type type, boolean forceRepaint)
           
abstract  Visualizer AbstractEditorPanel.visualize(Type type, boolean forceRepaint)
           
 Visualizer TypeWorkspace.visualize(Type type, Type context, boolean readOnly)
          Visualizes the given type.
 

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

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

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

Classes in com.jaxfront.swing.ui.tools that implement Visualizer
 class FormLayoutBuilder
           
 

Methods in com.jaxfront.swing.ui.tools that return Visualizer
static Visualizer FocusHelper.evaluteBestMatchingVisualizer(Type parentType, Type aType)
           
static Visualizer FocusHelper.getErrorVisualizer(java.util.List path)
           
 Visualizer FormLayoutBuilder.getImplementation()
           
static Visualizer GUITools.getParentVisualizer(java.awt.Component c)
           
 

Constructors in com.jaxfront.swing.ui.tools with parameters of type Visualizer
FunctionalPanel(Visualizer content)
           
FunctionalPanel(Visualizer visualizer, javax.swing.JComponent content)
           
FunctionalPanel(Visualizer visualizer, javax.swing.JComponent content, java.lang.String titel)
           
FunctionalPanel(Visualizer content, java.lang.String titel)
           
 

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

Classes in com.jaxfront.swing.ui.visualizers that implement Visualizer
 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 KeyRefRelationView
           
 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 that return Visualizer
 Visualizer JavaSwingFactory.createRecursiveView(Type type, Type context)
           
 Visualizer JavaSwingFactory.createView(ComplexGroupList type, Type context)
           
 Visualizer JavaSwingFactory.createView(ComplexGroup type, Type context)
           
 Visualizer JavaSwingFactory.createView(SimpleGroupList type, Type context)
           
 Visualizer JavaSwingFactory.createView(SimpleGroup type, Type context)
           
 Visualizer JavaSwingFactory.createView(SimpleTypeList type, Type context)
           
 Visualizer JavaSwingFactory.createView(SimpleType type, Type context)
           
 Visualizer JavaSwingFactory.createView(VirtualType type, Type context)
           
 Visualizer KeyRefRelationView.getImplementation()
           
 Visualizer AbstractView.getImplementation()
           
 Visualizer JavaSwingFactory.getPluginFor(Type type, Type context)
           
 Visualizer AbstractListTypeView.getSelectedTabVisualizer()
          Returns the selected tab visualizer or null if none.
 

Methods in com.jaxfront.swing.ui.visualizers with parameters of type Visualizer
 java.util.Vector JavaSwingFactory.getVisualizerStructure(Visualizer vis, boolean includingRoot)
           
 void JavaSwingFactory.removeVisualizerStructure(Visualizer vis, boolean includeRoot)
           
 

Constructors in com.jaxfront.swing.ui.visualizers with parameters of type Visualizer
TransparentVisualizer(Visualizer visualizer, javax.swing.ImageIcon icon)
           
 

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

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

Methods in com.jaxfront.swing.ui.wrapper that return Visualizer
 Visualizer RecursionWrapper.getImplementation()
           
 

Methods in com.jaxfront.swing.ui.wrapper with parameters of type Visualizer
 void RecursionWrapper.addToRecursionPanel(Visualizer comp)