Uses of Class
org.cristalise.gui.tabs.outcome.OutcomeException
Packages that use OutcomeException
Package
Description
-
Uses of OutcomeException in org.cristalise.gui.lifecycle.desc
Methods in org.cristalise.gui.lifecycle.desc that throw OutcomeExceptionModifier and TypeMethodDescriptionCompActDefOutcomeHandler.getOutcome()ElemActDefOutcomeHandler.getOutcome() -
Uses of OutcomeException in org.cristalise.gui.tabs.outcome
Subclasses of OutcomeException in org.cristalise.gui.tabs.outcomeModifier and TypeClassDescriptionclassclassclassMethods in org.cristalise.gui.tabs.outcome that throw OutcomeException -
Uses of OutcomeException in org.cristalise.gui.tabs.outcome.form
Subclasses of OutcomeException in org.cristalise.gui.tabs.outcome.formMethods in org.cristalise.gui.tabs.outcome.form that throw OutcomeExceptionModifier and TypeMethodDescriptionvoidDataRecord.addInstance(Element myElement, Document parentDoc) voidDimension.addInstance(Element myElement, Document parentDoc) voidDimensionTableModel.addInstance(Element myElement, int index) voidField.addInstance(Element myElement, Document parentDoc) abstract voidOutcomeStructure.addInstance(Element myElement, Document parentDoc) After schema processing, addInstance() propogates the XML instance document down the layout.voidDataRecord.addStructure(OutcomeStructure newElement) voidOutcomeStructure.addStructure(OutcomeStructure newElement) Adds a generated OutcomeStructure as a child of this one.OutcomeStructure.createStructure(org.exolab.castor.xml.schema.ElementDecl model, boolean readOnly) Contains the rules for deciding which OutcomeStructure will represent a chosen Element Declaration.voidOutcomeStructure.enumerateElements(org.exolab.castor.xml.schema.ContentModelGroup group) Extracts child Element declarations from a content group and recursively from any group (not Element) of that group.voidOutcomePanel.initPanel()voidDataRecord.populateInstance()Constructors in org.cristalise.gui.tabs.outcome.form that throw OutcomeExceptionModifierConstructorDescriptionDataRecord(org.exolab.castor.xml.schema.ElementDecl model, boolean readOnly, boolean deferred, HashMap<String, Class<?>> specialEditFields) DimensionInstance(org.exolab.castor.xml.schema.ElementDecl model, boolean readOnly, boolean deferred, HashMap<String, Class<?>> specialControls) OutcomePanel(String schema, boolean readOnly) OutcomePanel(String schema, String outcome, boolean readOnly) OutcomePanel(URL schemaURL, boolean readOnly) OutcomePanel(URL schemaURL, URL outcomeURL, boolean readOnly) -
Uses of OutcomeException in org.cristalise.gui.tabs.outcome.form.field
Methods in org.cristalise.gui.tabs.outcome.form.field that throw OutcomeException