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

Packages that use ListType
com.jaxfront.core.dom   
com.jaxfront.core.schema   
com.jaxfront.core.schema.impl   
com.jaxfront.core.type   
com.jaxfront.core.ui   
com.jaxfront.core.ui.tableModel   
com.jaxfront.core.util.io.cvsexport   
com.jaxfront.core.util.undo   
com.jaxfront.core.xpath   
com.jaxfront.core.xui   
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.editor   
com.jaxfront.swing.ui.tools   
com.jaxfront.swing.ui.visualizers   
com.jaxfront.swing.ui.wrapper   
 

Uses of ListType in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom with parameters of type ListType
static boolean DOMHelper.containsValue(ListType list, java.lang.String value)
           
static DOMChangeEvent DOMChangeEvent.DOM_SORTED(ListType listType, int[] indexes)
          Factory method for creating a DOMChangeEvent
static java.lang.String[] DOMHelper.getValues(ListType list)
           
 

Uses of ListType in com.jaxfront.core.schema
 

Methods in com.jaxfront.core.schema with parameters of type ListType
static ValidationException ValidationException.createCardinalityException(ListType type)
          Factory method to create a cardinality violation exception.
 

Uses of ListType in com.jaxfront.core.schema.impl
 

Methods in com.jaxfront.core.schema.impl that return ListType
 ListType KeyContainer.getHolderList()
           
 

Uses of ListType in com.jaxfront.core.type
 

Classes in com.jaxfront.core.type that implement ListType
 class AbstractListType
          This class represents an abstract list type.
 class ComplexGroupList
          This class represents a ComplexGroupList which is JAXFront type.
 class SimpleGroupList
          This class represents a SimpleGroupList which is JAXFront type.
 class SimpleTypeList
          This class represents a SimpleTypeList which is JAXFront type.
 

Methods in com.jaxfront.core.type that return ListType
 ListType SimpleType.evaluateKeyHolderList()
           
static ListType TypePathExecuter.getIndexedComponentListType(Type rootType, java.lang.String xpath)
          Returns the JAXFront ListType based on a indexed xpath. e.q.
 ListType AbstractType.getLastParentList()
           
 ListType AbstractType.getLastParentList(ListType listType)
           
 ListType VirtualType.getParentList()
          Gets the parent list type of the current type.
 ListType Type.getParentList()
          Gets the parent list type of the current type.
 ListType AbstractType.getParentList()
          Gets the parent list type of the current type.
 

Methods in com.jaxfront.core.type with parameters of type ListType
 ListType AbstractType.getLastParentList(ListType listType)
           
 Type AbstractType.getParentEditingTypeClone(ListType parentList, Type choiceType)
           
 

Constructors in com.jaxfront.core.type with parameters of type ListType
ListModificationException(int operation, Type listItem, ListType list, java.lang.String message)
           
ListModificationException(int operation, Type listItem, ListType list, java.lang.Throwable cause)
           
 

Uses of ListType in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return ListType
 ListType ListVisualizer.getListModel()
           
 ListType FlipOrientationTableModel.getListType()
          Returns the holding list type.
 

Methods in com.jaxfront.core.ui with parameters of type ListType
static RowHeaderLabellingStrategy RowHeaderLabellingStrategy.create(java.lang.String strategyName, ListType model)
          Factory method to create a labelling strategy via qualified class name
 void TypeVisualizerFactory.releaseCache(ListType list, Type context, boolean removePropertyChangeListener, boolean removeAllForType)
           
 

Constructors in com.jaxfront.core.ui with parameters of type ListType
FlipOrientationTableModel(ListType listType)
          Constructor from a complex group list Extracts table info from the complex group list' XU definition OR if that is not defined, creates the table info by looking for SimpleTypes and SimpleTypeLists in the ComplexGroupList
 

Uses of ListType in com.jaxfront.core.ui.tableModel
 

Methods in com.jaxfront.core.ui.tableModel that return ListType
 ListType ListTypeTableModel.getListType()
          Returns the holding list type.
 

Constructors in com.jaxfront.core.ui.tableModel with parameters of type ListType
FlippableListTypeTableModel(ListType listType)
           
ListTypeTableModel(ListType listType)
          Constructor from a complex group list Extracts table info from the complex group list' XU definition OR if that is not defined, creates the table info by looking for SimpleTypes and SimpleTypeLists in the ComplexGroupList
 

Uses of ListType in com.jaxfront.core.util.io.cvsexport
 

Methods in com.jaxfront.core.util.io.cvsexport with parameters of type ListType
static void CSVDocumentExporter.getFlatten(ListType aType, java.util.Vector result)
           
static void CSVDocumentExporter.getFlattenHeaders(ListType aType, java.util.Vector result)
           
 

Uses of ListType in com.jaxfront.core.util.undo
 

Methods in com.jaxfront.core.util.undo with parameters of type ListType
 void JAXFrontUndoManager.addListChangeEditEvent(java.lang.Object eventSource, ListType target, Type listItem, int index, short action)
           
 void JAXFrontUndoManager.addListItemMovedEvent(java.lang.Object eventSource, ListType target, int from, int to)
           
 void JAXFrontUndoManager.addListSortEvent(java.lang.Object eventSource, ListType target, int direction, int inverseDirection, java.lang.String actionName)
           
 

Constructors in com.jaxfront.core.util.undo with parameters of type ListType
ListMoveUndoableEditWrapper(JAXFrontUndoManager manager, java.lang.Object eventSource, ListType target, int fromIndex, int toIndex)
           
ListSortUndoableEditWrapper(JAXFrontUndoManager manager, java.lang.Object eventSource, ListType target, int direction, int inverseDirection, java.lang.String action)
           
ListUndoableEditWrapper(JAXFrontUndoManager manager, java.lang.Object eventSource, ListType target, Type listItem, int index, short action)
           
 

Uses of ListType in com.jaxfront.core.xpath
 

Classes in com.jaxfront.core.xpath that implement ListType
 class XPathDummyChoiceTypeWrapper
           
 

Methods in com.jaxfront.core.xpath that return ListType
 ListType XPathDummyChoiceTypeWrapper.getParentList()
           
 

Uses of ListType in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui with parameters of type ListType
 void TableInfo.createDefaultLineInfos(ListType listType)
           
 void NLS.moveAllListEntryNLS(ListType list, java.lang.String context, int from, int to)
           
 void TableInfo.updateLineInfos(ListType listType)
           
 

Constructors in com.jaxfront.core.xui with parameters of type ListType
TableInfo(ListType listType)
           
 

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

Constructors in com.jaxfront.swing.ui.beans with parameters of type ListType
ParamVisualizer(ListType type, java.lang.reflect.Method method, int actionIndex, boolean bindModelData)
          Create an instance of a ParamVisualizer.
 

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

Methods in com.jaxfront.swing.ui.editor with parameters of type ListType
 void NavigationTree.sortListElements(ListType selectedList, int direction)
           
 

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

Methods in com.jaxfront.swing.ui.tools that return ListType
 ListType FormLayoutBuilder.getListModel()
           
 ListType TableSorter.getListType()
          Returns the list type that holds the data for the table.
 

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

Methods in com.jaxfront.swing.ui.visualizers that return ListType
 ListType AbstractListTypeTableModel.getList()
          Gets the current list type.
 ListType ListTable.getListModel()
           
 ListType AbstractListTypeView.getListModel()
           
 

Methods in com.jaxfront.swing.ui.visualizers with parameters of type ListType
 void ListViewAction.setListType(ListType list)
           
 

Constructors in com.jaxfront.swing.ui.visualizers with parameters of type ListType
AbstractListTypeTableModel(ListType listType)
          AbstractListTypeTableModel constructor.
 

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

Methods in com.jaxfront.swing.ui.wrapper that return ListType
 ListType RecursionWrapper.getListModel()
           
 

Methods in com.jaxfront.swing.ui.wrapper with parameters of type ListType
 boolean DefaultTypeListModel.isRelevant(ListType base, Type toBeChecked)
           
 boolean DefaultTypeComboBoxModel.isRelevant(ListType base, Type toBeChecked)
           
 

Constructors in com.jaxfront.swing.ui.wrapper with parameters of type ListType
DefaultTypeComboBoxModel(ListType list)
           
DefaultTypeListModel(ListType list)