Uses of Interface
com.jaxfront.core.type.CompositeType

Packages that use CompositeType
com.jaxfront.core.type   
com.jaxfront.core.ui   
com.jaxfront.core.xpath   
com.jaxfront.core.xui   
com.jaxfront.swing.ui.visualizers   
 

Uses of CompositeType in com.jaxfront.core.type
 

Classes in com.jaxfront.core.type that implement CompositeType
 class AbstractCompositeType
          This class represents an abstract Composite Type.
 class ComplexGroup
          This class represents a ComplexGroup which is a JAXFront type.
 class SimpleGroup
          This class represents a SimpleGroup which is a JAXFront type.
 

Uses of CompositeType in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui with parameters of type CompositeType
static ChoiceName[] ChoiceName.get(CompositeType choiceType)
           
 void TypeVisualizerFactory.releaseCache(CompositeType composite, Type context, boolean removePropertyChangeListener, boolean removeAllForType)
           
 

Uses of CompositeType in com.jaxfront.core.xpath
 

Classes in com.jaxfront.core.xpath that implement CompositeType
 class DummyXPathRootType
           
 class XPathDummyChoiceTypeWrapper
           
 

Constructors in com.jaxfront.core.xpath with parameters of type CompositeType
XPathDummyChoiceTypeWrapper(CompositeType choiceHolderType, SchemaNode aSchemaNode)
           
 

Uses of CompositeType in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui with parameters of type CompositeType
 void TableInfo.createFormulas(CompositeType composite)
           
 

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

Methods in com.jaxfront.swing.ui.visualizers with parameters of type CompositeType
static JAXJComboBox AbstractView.getChoiceComboBox(JAXJComboBox comboBox, java.awt.event.ActionListener listener, CompositeType type, Type choosenType)
          Returns a combobox for the choices of this visualizer.