Uses of Class
com.jaxfront.core.type.VirtualType

Packages that use VirtualType
com.jaxfront.core.ui   
com.jaxfront.swing.ui.visualizers   
 

Uses of VirtualType in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui with parameters of type VirtualType
abstract  Visualizer TypeVisualizerFactory.createView(VirtualType type, Type context)
          Creates a visualizer for a virtual type.
 

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

Methods in com.jaxfront.swing.ui.visualizers with parameters of type VirtualType
 Visualizer JavaSwingFactory.createView(VirtualType type, Type context)
           
 

Constructors in com.jaxfront.swing.ui.visualizers with parameters of type VirtualType
FormulaVisualizerView(VirtualType type)
          FormulaVisualizerView constructor.
FormulaVisualizerView(VirtualType type, Type context)
          FormulaVisualizerView constructor.