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

Packages that use SimpleType
com.jaxfront.core.dom   
com.jaxfront.core.jep   
com.jaxfront.core.keyRef   
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.undo   
com.jaxfront.core.xpath   
com.jaxfront.core.xui   
 

Uses of SimpleType in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom that return SimpleType
 SimpleType Document.getLeafType(java.lang.String xpath)
          Returns a simple type (leaf type) according to the given xpath or null.
 

Uses of SimpleType in com.jaxfront.core.jep
 

Methods in com.jaxfront.core.jep with parameters of type SimpleType
 java.lang.String DateTools.disPatchDate(MathEvaluator.MathCommunicator communicator, java.lang.String o2, SimpleType o3)
           
 

Uses of SimpleType in com.jaxfront.core.keyRef
 

Methods in com.jaxfront.core.keyRef with parameters of type SimpleType
 void KeyKeyRefManager.canDeRegisterKey(Type deletionStart, SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
 void KeyKeyRefManager.deRegisterKey(SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
 void KeyKeyRefManager.deRegisterKey(Type deletionStart, SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
 void KeyKeyRefManager.deRegisterKeyRef(SimpleType type)
           
 java.util.List KeyKeyRefManager.getKeyContainer(SimpleType type, java.util.Hashtable keys)
           
 boolean KeyKeyRefManager.isKeyRefType(SimpleType type, java.util.ArrayList keyRefs)
           
 boolean KeyKeyRefManager.isKeyRemoveable(Type deletionStart, SimpleType type, java.util.Hashtable keys)
           
 boolean KeyKeyRefManager.isKeyType(SimpleType type, java.util.Hashtable keys)
           
 void KeyKeyRefManager.keyChanged(SimpleType keyType)
           
 void KeyKeyRefManager.keyRefChanged(SimpleType refType)
           
 void KeyKeyRefManager.registerKey(SimpleType type, java.util.Hashtable keys, boolean isBinding)
           
 void KeyKeyRefManager.registerKeyRef(SimpleType type, boolean isBinding)
           
 

Uses of SimpleType in com.jaxfront.core.schema
 

Methods in com.jaxfront.core.schema with parameters of type SimpleType
static ValidationException ValidationException.createDuplicateIDException(SimpleType type, java.lang.String invalidValue)
          Factory method to create a duplicate ID exception.
static ValidationException ValidationException.createDuplicateKeyException(SimpleType type, java.lang.String invalidValue)
          Factory method to create a duplicate key exception.
static ValidationException ValidationException.createInvalidCodeSetCodeException(SimpleType type, java.lang.String invalidValue)
          Factory method to create an invalid codeset value exception.
static ValidationException ValidationException.createMissingKeyException(SimpleType type, java.lang.String invalidValue)
          Factory method to create a duplicate key exception.
 void SchemaSimpleType.validate(SimpleType source, java.lang.String value)
          Validates a string against the defined facets in the XML Schema.
 

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

Methods in com.jaxfront.core.schema.impl with parameters of type SimpleType
 void KeyContainer.addKeyRefType(java.lang.String refName, SimpleType type)
           
 void KeyContainer.addKeyType(SimpleType type)
           
 void KeyContainer.addKeyType(SimpleType type, boolean createID)
           
 boolean KeyContainer.isKeyRemovable(Type deletionStart, SimpleType type)
           
 boolean KeyContainer.isKeyTypeRemoveable(Type deletionStart, SimpleType type)
           
 void KeyContainer.removeKeyRefType(java.lang.String refName, SimpleType type)
           
 void KeyContainer.removeKeyType(SimpleType type)
           
 void KeyContainer.removeKeyType(SimpleType type, boolean force)
           
 void KeyContainer.removeKeyType(Type deletionStart, SimpleType type, boolean force)
           
 void SchemaSimpleTypeImpl.validate(SimpleType source, java.lang.String value)
          Validates a string against the defined facets in the XML Schema.
 

Uses of SimpleType in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return SimpleType
 SimpleType EditingType.getContentType()
           
 SimpleType CompositeType.getContentType()
          Gets a type that has simple content.
 SimpleType AbstractCompositeType.getContentType()
          Gets a type that has simple content.
 

Methods in com.jaxfront.core.type with parameters of type SimpleType
 int SimpleType.compareValue(SimpleType with)
           
 int ISimpleType.compareValue(SimpleType with)
           
 int EditingType.compareValue(SimpleType with)
           
 

Uses of SimpleType in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return SimpleType
 SimpleType FlipOrientationTableModel.getSimpleTypeAt(int row, int col)
          Returns a simple type for a row and a column.
 

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

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

Methods in com.jaxfront.core.ui.tableModel that return SimpleType
 SimpleType ListTypeTableModel.getSimpleTypeAt(int row, int col)
          Returns a simple type for a row and a column.
 

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

Methods in com.jaxfront.core.util.undo with parameters of type SimpleType
 void JAXFrontUndoManager.addPropertyChangeEditEvent(java.lang.Object eventSource, SimpleType target, java.lang.String newValue, java.lang.String oldValue)
           
 

Constructors in com.jaxfront.core.util.undo with parameters of type SimpleType
PropertyChangeUndoableEditWrapper(JAXFrontUndoManager manager, java.lang.Object eventSource, SimpleType target, java.lang.String newValue, java.lang.String oldValue)
           
 

Uses of SimpleType in com.jaxfront.core.xpath
 

Methods in com.jaxfront.core.xpath that return SimpleType
 SimpleType XPathDummyChoiceTypeWrapper.getContentType()
           
 

Uses of SimpleType in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui with parameters of type SimpleType
 void TableInfo.createFormula(SimpleType simpleType)