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   
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.visualizers   
 

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.
 

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)
           
 

Uses of SimpleType in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return SimpleType
 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)
           
 

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)
           
 

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

Constructors in com.jaxfront.swing.ui.beans with parameters of type SimpleType
DateBean(SimpleType type, Type context)
          SimpleTypeDateView internal constructor.
DateBean(SimpleType type, Type context, java.lang.String mask)
          SimpleTypeDateView internal constructor.
FileDialog(SimpleType simpleType)
          Default constructor.
JCalendarPopUp(SimpleType model)
          JCalendarPopUp constructor.
SimpleBrowserBean(SimpleType type)
          SimpleTypeStringView constructor comment.
 

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

Methods in com.jaxfront.swing.ui.visualizers that return SimpleType
 SimpleType AbstractSimpleTypeView.getSimpleModel()
           
 

Methods in com.jaxfront.swing.ui.visualizers with parameters of type SimpleType
 Visualizer JavaSwingFactory.createView(SimpleType type, Type context)
           
 void SimpleTypeTableListView.selectModel(SimpleType model)
          Selects the given model in the table.
 

Constructors in com.jaxfront.swing.ui.visualizers with parameters of type SimpleType
ImageVisualizer(SimpleType simpleType)
          Default constructor.
KeyView(SimpleType type)
          SimpleTypeStringView constructor.
KeyView(SimpleType type, Type context)
          SimpleTypeStringView constructor.
SimpleTypeBooleanView(SimpleType type)
          SimpleTypeBooleanView constructor.
SimpleTypeBooleanView(SimpleType type, Type context)
          SimpleTypeBooleanView constructor.
SimpleTypeComboBoxEditor(SimpleType simpleType, Type context)
           
SimpleTypeDateTimeView(SimpleType type)
          SimpleTypeDateTimeView constructor.
SimpleTypeDateTimeView(SimpleType type, Type context)
          SimpleTypeDateTimeView constructor.
SimpleTypeDurationView(SimpleType type)
          SimpleTypeDurationView constructor.
SimpleTypeDurationView(SimpleType type, Type context)
          SimpleTypeDurationView constructor.
SimpleTypeNumericSpinnerView(SimpleType type, Type context)
           
SimpleTypeNumericView(SimpleType type)
          SimpleTypeIntegerView constructor.
SimpleTypeNumericView(SimpleType type, Type context)
          SimpleTypeIntegerView constructor.
SimpleTypeRadioView(SimpleType type)
          SimpleTypeRadioView constructor.
SimpleTypeRadioView(SimpleType type, Type context)
          SimpleTypeRadioView constructor.
SimpleTypeStringView(SimpleType type)
          SimpleTypeStringView constructor.
SimpleTypeStringView(SimpleType type, Type context)
          SimpleTypeStringView constructor.
SimpleTypeTimeView(SimpleType type)
          SimpleTypeTimeView constructor.
SimpleTypeTimeView(SimpleType type, Type context)
          SimpleTypeTimeView constructor.