| Package | Description |
|---|---|
| org.cristalise.gui.lifecycle.desc | |
| org.cristalise.gui.tabs.outcome | |
| org.cristalise.gui.tabs.outcome.form | |
| org.cristalise.gui.tabs.outcome.form.field |
| Modifier and Type | Method and Description |
|---|---|
String |
CompActDefOutcomeHandler.getOutcome() |
String |
ElemActDefOutcomeHandler.getOutcome() |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidOutcomeException |
class |
InvalidSchemaException |
class |
OutcomeNotInitialisedException |
| Modifier and Type | Method and Description |
|---|---|
String |
OutcomeHandler.getOutcome() |
String |
BasicOutcomeEditor.getOutcome() |
| Modifier and Type | Class and Description |
|---|---|
class |
CardinalException |
class |
StructuralException |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRecord.addInstance(Element myElement,
Document parentDoc) |
abstract void |
OutcomeStructure.addInstance(Element myElement,
Document parentDoc)
After schema processing, addInstance() propogates the XML instance document down the layout.
|
void |
Field.addInstance(Element myElement,
Document parentDoc) |
void |
Dimension.addInstance(Element myElement,
Document parentDoc) |
void |
DimensionTableModel.addInstance(Element myElement,
int index) |
void |
DataRecord.addStructure(OutcomeStructure newElement) |
void |
OutcomeStructure.addStructure(OutcomeStructure newElement)
Adds a generated OutcomeStructure as a child of this one.
|
OutcomeStructure |
OutcomeStructure.createStructure(org.exolab.castor.xml.schema.ElementDecl model,
boolean readOnly)
Contains the rules for deciding which OutcomeStructure will represent a chosen Element Declaration.
|
void |
OutcomeStructure.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.
|
void |
OutcomePanel.initPanel() |
void |
DataRecord.populateInstance() |
| Constructor and Description |
|---|
DataRecord(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) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditField.setData(String newData) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.