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

Packages that use Type
com.jaxfront.core.clipboard   
com.jaxfront.core.dom   
com.jaxfront.core.error   
com.jaxfront.core.help   
com.jaxfront.core.jep   
com.jaxfront.core.keyRef   
com.jaxfront.core.rule   
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   
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.tools.search   
com.jaxfront.swing.ui.visualizers   
com.jaxfront.swing.ui.wrapper   
 

Uses of Type in com.jaxfront.core.clipboard
 

Constructors in com.jaxfront.core.clipboard with parameters of type Type
CopyTypeWrapper(Type cloneType, java.lang.String xml)
           
 

Uses of Type in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom that return Type
static Type DOMHelper.createBranchFromEditingTypes(java.util.List edTypes)
           
static Type DOMHelper.getComplexParent(Type aChildType)
           
static Type DOMHelper.getDerivedType(Type abstractType, java.lang.String name, boolean makeCopy)
           
static Type DOMHelper.getRecursiveParent(Type aType, boolean startWithCurrent)
           
 Type Document.getRootType()
          Returns the root type of the current document.
 Type LoggingListener.getSource()
          Returns the source of this LoggingListener.
 Type LogEntry.getSource()
          Returns the source of the log entry.
 Type Document.getType(java.lang.String xpath)
          Returns the type that can be found with the given xpath.
 Type Document.getType(java.lang.String xpath, Type baseType)
          Returns the type that can be found with the given xpath.
 Type Document.getViewHolderType(Type smartType)
          Retrieves the right viewHolder (container) type for the given type.
 Type Document.getXUIRootType()
          Returns the root type of the current XUI-Document.
static Type DOMHelper.walkTypeXpath(java.lang.String xpath, Type start)
           
static Type DOMHelper.walkTypeXpath(java.lang.String xpath, Type start, boolean edTypeTraverseOnly)
           
 

Methods in com.jaxfront.core.dom with parameters of type Type
 void Document.addNotFiredInitializationRule(Type target, Rule initializationRule)
           
 void LoggingListener.apply(Type source, DOMChangeEvent event, java.lang.String oldValue)
          Adds a logEntry if the passing source is addressing this loggingListener.
 void HistoryLoggingListener.apply(Type source, DOMChangeEvent event, java.lang.String oldValue)
           
 void LoggingListener.apply(Type source, java.beans.PropertyChangeEvent event, java.lang.String oldValue)
           
 void Document.checkAutoCreateListItems(Type type)
           
static int DOMHelper.countEditingTypeSubNodes(Type type)
           
static int DOMHelper.countNodeDepth(Type type)
           
static int DOMHelper.countSubNodes(Type type)
           
static java.util.Hashtable CodeTables.createCodeTable(Type source, org.w3c.dom.Document dom)
          Builds a hashtable for all codesets in the passed document object model.
static void DOMHelper.createFromEditingTypeXPath(Type start, java.lang.String xpath)
           
static void DOMHelper.createInfoListXPath(Type from, java.lang.StringBuffer px, int level)
           
static java.lang.StringBuffer DOMHelper.createInfoXPath(Type from, int level, boolean breakAtFirstList, boolean breakAtFirstComposite)
           
static void DOMHelper.createInfoXPath(Type from, java.lang.StringBuffer px, int level, boolean breakAtFirstList, boolean breakAtFirstComposite)
           
static java.lang.String CodeTables.createKey(boolean checkType, Type source, java.lang.String codeSetName, java.lang.String language)
           
static DOMChangeEvent DOMChangeEvent.DOM_ADD_NODE(Type newType)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_ADD_NODE(Type newType, int index)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_CHANGE_NODE(Type type)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_FINISHED_BINDING(Type type)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_IS_ABOUT_TO_PERSIST(Type source)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_ITEM_DESELECTED(Type deselectedType)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_ITEM_SELECTED(Type selectedType)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_PERSISTENT(Type source)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_REMOVE_NODE(Type type)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_REMOVE_NODE(Type type, int index)
          Factory method for creating a DOMChangeEvent
static DOMChangeEvent DOMChangeEvent.DOM_SAVED(Type source)
          Factory method for creating a DOMChangeEvent
static boolean DOMHelper.equalsTypeElement(XMLSchema schema, org.w3c.dom.Node instanceElement, Type aType, boolean ignoreNS)
           
static void DOMHelper.evalGlobalTypes(Type type, java.util.Vector resultTypes, java.util.Map globalTypes, java.util.Stack buff, java.util.Vector resultXPaths)
          Returns a list of all parents which are global types.
static void DOMHelper.evalGlobalTypes(Type type, java.util.Vector resultTypes, java.util.Vector resultXPaths)
           
static void DOMHelper.evalGlobalTypesElementBased(Type type, java.util.Vector resultTypes, java.util.Map globalTypes, java.util.Stack buff, java.util.Vector resultXPaths)
           
static void DOMHelper.evalGlobalTypesGlobalRefBased(Type type, java.util.Vector resultTypes, java.util.Map globalTypes, java.util.Stack buff, java.util.Vector resultXPaths)
           
static java.lang.String DOMHelper.getAbsoluteXPath(Type type)
           
static java.util.List DOMHelper.getAllChilds(Type aStartType)
           
static java.util.List DOMHelper.getAllChilds(Type aStartType, boolean includingStartType)
           
static void DOMHelper.getAllChilds(Type aStartType, java.lang.String name, java.lang.String ns, java.util.List result)
           
 java.util.Map CodeTables.getAllItems(Type source, java.lang.String codesetName, java.lang.String language)
           
static java.util.List DOMHelper.getAllListChilds(Type aStartType, boolean onlyDirect)
           
static java.util.List DOMHelper.getAllVisStructureChilds(Type aStartType, boolean includingStartType)
           
static java.lang.String DOMHelper.getAnnotation(Type type)
           
static org.w3c.dom.Element DOMHelper.getChild(XMLSchema schema, org.w3c.dom.Element element, Type aType)
           
static java.util.List DOMHelper.getChildren(XMLSchema schema, org.w3c.dom.Element element, Type aType)
          Returns a list of child elements for a given name.
 java.lang.String[][] CodeTables.getCodeItems(Type source, java.lang.String codesetName)
          Returns all codes belonging to a codeset in the current language.
static Type DOMHelper.getComplexParent(Type aChildType)
           
static Type DOMHelper.getDerivedType(Type abstractType, java.lang.String name, boolean makeCopy)
           
static java.util.List DOMHelper.getEditingTypeParentPath(Type start)
           
 java.lang.String CodeTables.getEntryHelp(Type source, java.lang.String codesetName, java.lang.String id, java.lang.String language)
           
 java.lang.String CodeTables.getEntryParam(Type source, java.lang.String codesetName, java.lang.String id, java.lang.String language)
           
static java.lang.String DOMHelper.getEnumerationAnnotation(Type type, java.lang.String enumName)
           
static java.lang.String[] DOMHelper.getGlobalParentXPathsUpTo(Type type)
          Returns an array of all global parent xpaths based on a passing type.
static java.lang.String DOMHelper.getGlobalParentXPathUpTo(Type globalType, Type type, java.lang.String xpath)
          Returns an XPath from a starting type upto a global parent type.
static java.util.Vector DOMHelper.getGlobalTypes(Type type)
          Returns a list of all parents which are global types.
 java.lang.String CodeTables.getId(Type source, java.lang.String codesetName, java.lang.String text, java.lang.String language)
          Returns the id (code) for a certain description within a codeset.
 java.lang.String[] CodeTables.getItems(Type source, java.lang.String codesetName, java.lang.String language)
          Returns all codes belonging to a codeset in the current language.
static java.util.List DOMHelper.getLockedTypes(Type rootType, java.lang.String xpath)
           
static void DOMHelper.getPlainXPath(Type type, java.lang.StringBuffer px)
           
static Type DOMHelper.getRecursiveParent(Type aType, boolean startWithCurrent)
           
static java.lang.String DOMHelper.getRelativeEditingTypeXPath(Type startType, Type editingType)
           
static java.lang.String DOMHelper.getRelativeXPathLocation(Type type)
          Returns an xpath which removes all indexed components like [1] and JAXFront specific xpath additions like [list].
static java.lang.String DOMHelper.getRelativeXPathLocation(Type type, java.lang.String xpath)
          Returns an xpath which removes all indexed components like [1].
 java.lang.String CodeTables.getText(Type source, java.lang.String codesetName, java.lang.String id, java.lang.String language)
          Returns the description for an id in a certain codeset.
 java.lang.String[] CodeTables.getTextArray(Type source, java.lang.String name, java.lang.String[] id, java.lang.String language)
          Returns an array of descriptions for different id's.
 Type Document.getType(java.lang.String xpath, Type baseType)
          Returns the type that can be found with the given xpath.
static java.util.List DOMHelper.getTypeChildren(Type aType, java.lang.String name)
          Returns all ChildTypes (recursive) for a given name!
static void DOMHelper.getTypeChildren(Type aType, java.lang.String name, java.util.List result)
          Returns all ChildTypes for a given name!
 java.util.List Document.getTypes(java.lang.String xpath, Type rootType)
           
 java.util.List Document.getTypes(java.lang.String xpath, Type rootType, boolean serializableOnly)
           
static java.lang.String DOMHelper.getValueFromXPath(java.lang.String xpath, Type root)
          Returns the value of an addressed leaf type through an xpath statement or null if xpath does not evaluate a target node.
 Type Document.getViewHolderType(Type smartType)
          Retrieves the right viewHolder (container) type for the given type.
static java.lang.String DOMHelper.getXPathForRecursion(Type aType)
           
static boolean DOMHelper.hasAnonymousChildren(Type aType)
           
static boolean DOMHelper.hasRecursiveParent(Type aType)
           
 java.lang.String[] CodeTables.initialize(Type source, java.lang.String codeSetName, java.io.Reader reader)
          Initializes the codeset from an input stream (e.g. a class file that implements the codeset interface).
 java.lang.String[] CodeTables.initialize(Type source, java.lang.String classURL, java.lang.String codeSetName)
          Initializes the codeset from an input stream (e.g. a class file that implements the codeset interface).
 void Document.initializeGlobalRules(Type rules)
           
 void Document.initUISpecification(Type xuiType)
          Initializes a xui component for all target nodes retrieved by processing the passed xpath statement.
static boolean DOMHelper.isMandatoryWithinAnonymousGroup(Type type, boolean checkGroupIndex)
           
 void Document.maintainLostXUIComponent(Type xuiComponent)
           
 void Document.markNotEditableTypes(Type type, boolean unmark, boolean handleListItems)
           
 void SerializationModifier.modifyCompositeTagValue(Type type, java.lang.String value, java.lang.StringBuffer sb, int valueStartIndex)
           
 void SerializationModifier.modifySimpleTagValue(Type type, java.lang.String value, java.lang.StringBuffer serialization)
           
 void SerializationModifier.modifyStartTag(Type type, java.lang.StringBuffer serialization, int tagStartIndex)
           
static void DOMHelper.performLateBind(Type targetType, org.w3c.dom.Element dataSource)
           
 void Document.removeFormulaExpressions(Type forType)
           
 XUIDefinition Document.removeXUIDefinition(Type type)
           
static void DOMHelper.resetListViews(Type type)
           
 void Document.validateMandatoryAndCardinality(Type type, java.util.List errors, boolean checkValue)
          Checks if all mandatory leaf types derived from the passed type are not empty.
 java.util.Vector Document.validatePageErrors(Type type, int pageIndex)
           
static java.util.List DOMHelper.vizualizerSelectorTypePathForFocus(Type startElement)
           
static Type DOMHelper.walkTypeXpath(java.lang.String xpath, Type start)
           
static Type DOMHelper.walkTypeXpath(java.lang.String xpath, Type start, boolean edTypeTraverseOnly)
           
 

Constructors in com.jaxfront.core.dom with parameters of type Type
Document(XMLSchema schema, Type rootType)
          Creates a JAXFront DOM for a specific XMLSchema and root node.
Document(XMLSchema schema, Type rootType, java.util.Hashtable params)
          Creates a JAXFront DOM for a specific XMLSchema and root node.
LogEntry(Type source, DOMChangeEvent event, java.lang.String logLevel, java.lang.String oldValue)
          Createa a new LogEntry based on a source type, a logLevel and the old value.
LogEntry(Type source, java.beans.PropertyChangeEvent event, java.lang.String logLevel, java.lang.String oldValue)
          Createa a new LogEntry based on a source type, a logLevel and the old value.
LoggingListener(Type source, java.lang.String scope, java.lang.String logLevel)
          Creates a new LoggingListener based on a source type, a scope and a logLevel.
 

Uses of Type in com.jaxfront.core.error
 

Methods in com.jaxfront.core.error that return Type
 Type Error.getErrorHolder()
           
 Type AbstractError.getErrorHolder()
          Gets the source type on which the ValidationError occured.
 Type Error.getRaiser()
           
 Type AbstractError.getRaiser()
          Gets the source type on which the ValidationError occured.
 

Methods in com.jaxfront.core.error with parameters of type Type
 void AbstractError.setRaiser(Type raiser)
          Gets the source type on which the ValidationError occured.
 

Constructors in com.jaxfront.core.error with parameters of type Type
AbstractError(java.lang.Object identifierObject, Type source)
           
AbstractError(Type source)
          Creates a new ValidationError based on a nestec excpetion and the source type.
ConditionalError(ConditionExpression condition, Type source)
           
ConditionalError(ConditionExpression condition, Type source, java.lang.String messageText, boolean needingUserAcceptance, boolean showDialog, boolean isMandatoryException, java.lang.String classification)
           
UserError(java.lang.Object identifierObject, Type source)
           
UserError(java.lang.Object identifierObject, Type source, java.lang.String messageText, java.lang.String classification)
           
UserError(Type source, java.lang.Object identifierObject, java.lang.String messageText, boolean needingUserAcceptance, boolean showDialog, boolean isMandatoryException, java.lang.String classification)
           
ValidationError(ValidationException ex, Type source)
           
 

Uses of Type in com.jaxfront.core.help
 

Constructors in com.jaxfront.core.help with parameters of type Type
HelpEvent(Type source, java.lang.String helpID)
          Creates a HelpEvent based on a source type and any help identification.
 

Uses of Type in com.jaxfront.core.jep
 

Methods in com.jaxfront.core.jep with parameters of type Type
static int BindResource.bind(java.lang.String resUrl, Type bindTo, java.lang.String innerXpath, java.lang.String outerXpath)
           
 

Uses of Type in com.jaxfront.core.keyRef
 

Methods in com.jaxfront.core.keyRef that return Type
 Type[] KeyContextWrapper.getContext()
           
 Type KeyContextWrapper.getLastContextEntry()
           
 

Methods in com.jaxfront.core.keyRef with parameters of type Type
 void KeyKeyRefManager.canDeRegisterKey(Type deletionStart, SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
 void KeyKeyRefManager.deRegisterKey(Type deletionStart, SimpleType type, java.util.Hashtable keys, boolean forceDeletion)
           
static void KeyKeyRefManager.deRegisterKeyKeyRefStructure(Type type, boolean forceDeletion)
           
 boolean KeyKeyRefManager.isKeyRemoveable(Type deletionStart, SimpleType type, java.util.Hashtable keys)
           
static boolean KeyKeyRefManager.isValidSelector(Type type, SchemaKey sKey, SchemaNode selectorElement)
           
static void KeyKeyRefManager.registerAllKeyAndKeyRefs(Type rootType)
           
 void KeyKeyRefManager.removeKeyContainer(Type aType)
           
 

Constructors in com.jaxfront.core.keyRef with parameters of type Type
KeyContextWrapper(Type[] context)
           
 

Uses of Type in com.jaxfront.core.rule
 

Methods in com.jaxfront.core.rule that return Type
 Type MathEvaluator.MathCommunicator.getRootType()
           
 Type RuleImpl.getSource()
           
 Type Rule.getSource()
          Returns the source of this E-C-A rule.
 Type IAction.getSource()
           
 Type GlobalRule.getSource()
          Returns the source of this E-C-A rule.
 Type FormulaExpression.getSource()
          Returns the holder of this expression.
 Type AbstractCondition.getSource()
          Returns the holder of this condition.
 Type AbstractAction.getSource()
           
 Type DefaultActionImpl.getSourceType()
           
 Type ActionPerformEvent.getTarget()
           
 Type RuleInvocationException.getTargetType()
           
 

Methods in com.jaxfront.core.rule with parameters of type Type
 void GlobalRule.apply(Type eventSource)
          Applies ECA behaviour for the given sourceType
 void GlobalRule.apply(Type eventSource, boolean isRunningAsServer)
          Applies ECA behaviour for the given sourceType.
 void RuleImpl.apply(Type eventSource, java.lang.Object event)
           
 void Rule.apply(Type eventSource, java.lang.Object event)
          Applies ECA behaviour for the given sourceType
 void SimpleRuleImpl.apply(Type eventSource, java.lang.Object event, boolean isRunningAsServer)
           
 void RuleImpl.apply(Type eventSource, java.lang.Object event, boolean isRunningAsServer)
           
 void Rule.apply(Type eventSource, java.lang.Object event, boolean isRunningAsServer)
          Applies ECA behaviour for the given sourceType.
 void RuleImpl.apply(Type eventSource, java.lang.Object event, boolean isRunningAsServer, java.util.Stack callStack)
           
 void Rule.apply(Type eventSource, java.lang.Object event, boolean isRunningAsServer, java.util.Stack callStack)
           
 void UIAction.check(Document dom, Type target)
           
 void ModelAction.check(Document dom, Type target)
           
 void JavaAction.check(Document dom, Type target)
           
 void ActionImpl.check(Document dom, Type target)
           
abstract  void AbstractAction.check(Document dom, Type target)
           
 java.lang.Object RuleImpl.clone(Type newSource)
           
 java.lang.Object Rule.clone(Type newSource)
           
 java.lang.Object ModelAction.clone(Type newSource)
           
 java.lang.Object Message.clone(Type newSourceType)
           
 java.lang.Object JavaAction.clone(Type newSource)
           
 java.lang.Object GlobalRule.clone(Type newSource)
           
 java.lang.Object ConditionExpression.clone(Type newSourceType)
           
 java.lang.Object ActionImpl.clone(Type newSource)
           
 java.lang.Object AbstractAction.clone(Type newSource)
           
static ActionDefinition JavaAction.createActionDefinition(Type aActionDef)
           
static java.lang.Object JavaAction.createActionObject(Type aActionDef)
           
static boolean ScopeChecker.doesConcern(java.lang.String scope, Type source, Type checkType, ConditionExpression condition)
          Indicates if the passing type does concern this rule.
 boolean SimpleRuleImpl.doesConcern(Type sourceType)
           
 boolean RuleImpl.doesConcern(Type sourceType)
           
 boolean Rule.doesConcern(Type sourceType)
          Indicates if the passing type does concern this rule.
 boolean FormulaExpression.doesConcern(Type sourceType)
          Returns true if any change in the submitted sourceType concerns a defined variable result.
 boolean DummyCondition.doesConcern(Type checkType)
           
 boolean ConditionExpression.doesConcern(Type sourceType)
          Returns true if any change in the submitted sourceType concerns this condition.
 boolean Condition.doesConcern(Type checkType)
          Returns true if the submitted type does concern the condition.
 java.lang.String FormulaExpression.evaluate(Type target, java.lang.Object eventSource, java.lang.Object event)
          Evaluate the formula by doing a XPath eval() operation.
 double MathEvaluator.evaluate(Type formulaRoot, java.lang.String expression)
          Evaluate a simple algebraic expression and set a new formulaRoot for nodeFunctions
 double MathEvaluator.evaluate(