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

Packages that use ComplexGroup
com.jaxfront.core.type   
com.jaxfront.core.ui   
com.jaxfront.core.xpath   
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.visualizers   
 

Uses of ComplexGroup in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return ComplexGroup
static ComplexGroup TypeHelper.getComplexGroupParent(Type type)
          Returns the complex group parent of the passing type if any.
 

Uses of ComplexGroup in com.jaxfront.core.ui
 

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

Uses of ComplexGroup in com.jaxfront.core.xpath
 

Subclasses of ComplexGroup in com.jaxfront.core.xpath
 class DummyXPathRootType
           
 

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

Methods in com.jaxfront.swing.ui.beans with parameters of type ComplexGroup
 void SplitPaneLayoutPluginOneTwo.updateArea(java.lang.Integer areaIndex, ComplexGroup node)
           
 

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

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

Constructors in com.jaxfront.swing.ui.visualizers with parameters of type ComplexGroup
ComplexGroupView(ComplexGroup complexGroup)
          ComplexGroupView constructor.
ComplexGroupView(ComplexGroup complexGroup, Type context)
          ComplexGroupView constructor.
PagingView(ComplexGroup model, Type context)