| Package | Description |
|---|---|
| org.xtce.apps.editor.dialogs | |
| org.xtce.toolkit |
This package is the XTCE Toolkit that provides a convenient and relatively
simple Application Programming Interface (API) to use an XTCE document, from
an end user application, where the developer need not have advanced
knowledge of the intricacies of dealing with the XTCE data model directly.
|
| Constructor and Description |
|---|
XTCEViewerContainerContentRow(XTCEContainerContentEntry entry,
boolean showAllNamespaces,
boolean showNamespaces,
String preferredNamespace,
XTCEViewerContainerEncodingDialog dialog,
List<XTCEContainerEntryValue> values)
Constructor to create a new JPanel to display information about a
container content entry where the row is editable.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<XTCEContainerEntryValue> |
XTCEContainerContentModelBase.contentValues_ |
| Modifier and Type | Method and Description |
|---|---|
XTCEContainerEntryValue |
XTCEContainerContentEntry.getValue()
Retrieves the value that is set or restricted on this entry based on
ArgumentAssignment, RestrictionCriteria, or user chosen set values.
|
| Modifier and Type | Method and Description |
|---|---|
List<XTCEContainerEntryValue> |
XTCEContainerContentEntry.getConditionList()
Retrieve the list of include conditions that are applied to this entry
in the container model.
|
List<XTCEContainerEntryValue> |
XTCEContainerContentModelBase.getUserValues()
Retrieve the current applied list of user values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XTCEContainerEntryValue.isCompatibleWith(XTCEContainerEntryValue that)
Compatibility Operator
This method compares this entry value with another entry value to see if
they are "compatible".
|
void |
XTCEContainerContentEntry.setValue(XTCEContainerEntryValue userValue)
Sets a value for this entry based on a XTCEContainerEntryValue from
this toolkit.
|
| Modifier and Type | Method and Description |
|---|---|
XTCEContainerContentModel |
XTCEDatabase.processContainer(XTCETMContainer container,
List<XTCEContainerEntryValue> userValues,
boolean showAllConditions)
Function to decompose an XTCETMContainer object into a simple array of
entries that an application can iterate over without the need to
resolve XTCE data model references, included additional containers,
base containers, and conditional processing.
|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand tcObject,
List<XTCEContainerEntryValue> userValues,
boolean showAllConditions)
Function to decompose an XTCETelecommand object into a simple array of
entries that an application can iterate over without the need to
resolve XTCE data model references, included additional containers,
base containers, and conditional processing.
|
void |
XTCEContainerContentEntry.setConditionList(List<XTCEContainerEntryValue> allConditions,
boolean entryInUse)
Sets the include condition list based on it already being evaluated.
|
| Constructor and Description |
|---|
XTCEContainerContentModel(XTCETMContainer container,
List<XTCESpaceSystem> spaceSystems,
List<XTCEContainerEntryValue> userValues,
boolean showAllConditions)
Constructor
This constructor creates the container content model object with some
optional user values provided in a list.
|
XTCETelecommandContentModel(XTCETelecommand tcObject,
List<XTCESpaceSystem> spaceSystems,
List<XTCEContainerEntryValue> userValues,
boolean showAllConditions)
Constructor
This constructor creates the telecommand content model object with some
optional user values provided in a list.
|
Copyright © 2015–2019. All rights reserved.