| 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.
|
| org.xtce.toolkit.examples |
This package is a set of test and example classes with main() functions
that are used to illustrate the toolkit API in use.
|
| Constructor and Description |
|---|
XTCEViewerContainerContentRow(XTCEContainerContentEntry entry,
boolean showAllNamespaces,
boolean showNamespaces,
String preferredNamespace)
Constructor to create a new JPanel to display information about a
container content entry.
|
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<XTCEContainerContentEntry> |
XTCEContainerContentModelBase.contentList_ |
| Modifier and Type | Method and Description |
|---|---|
List<XTCEContainerContentEntry> |
XTCEContainerContentModelBase.getContentList()
Accessor to retrieve the container content in a pre-processed series
of rows that can be iterated through.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
XTCEContainerContentModelBase.addArrayEntryDescription(org.omg.space.xtce.ArrayParameterRefEntryType refEntry,
XTCEContainerContentEntry contentEntry) |
protected void |
XTCEContainerContentModelBase.addIncludeCondition(org.omg.space.xtce.ComparisonType compare,
XTCENamedObject container,
XTCEContainerContentEntry content) |
protected void |
XTCEContainerContentModelBase.addIncludeConditions(org.omg.space.xtce.SequenceEntryType entry,
XTCENamedObject container,
XTCEContainerContentEntry content) |
protected long |
XTCEContainerContentModelBase.addRepeatEntryDescription(org.omg.space.xtce.SequenceEntryType refEntry,
XTCEContainerContentEntry contentEntry) |
protected void |
XTCEContainerContentModelBase.addStartBit(org.omg.space.xtce.SequenceEntryType pRefEntry,
XTCEContainerContentEntry contentEntry,
XTCEContainerContentModelBase.RunningStartBit currentStartBit,
long containerStartBit) |
protected void |
XTCEContainerContentModelBase.applyBinaryValue(XTCEContainerContentEntry entry) |
protected void |
XTCEContainerContentModelBase.applyUserValue(XTCEContainerContentEntry entry) |
protected long |
XTCEContainerContentModelBase.evaluateContainerReferenceLocation(org.omg.space.xtce.SequenceEntryType cRefEntry,
XTCEContainerContentEntry contentEntry,
XTCEContainerContentModelBase.RunningStartBit currentStartBit,
long containerStartBit) |
protected void |
XTCEContainerContentModelBase.evaluateIncludeConditions(XTCEContainerContentEntry content) |
BitSet |
XTCEContainerContentModelBase.extractRawValue(XTCEContainerContentEntry currentEntry)
Extracts the raw binary value from a container where the binary of the
container has been provided to this object.
|
protected boolean |
XTCEContainerContentModelBase.isEntryConditionSatisfied(XTCEContainerContentEntry entry) |
protected boolean |
XTCEContainerContentModelBase.isEntryNeedingStartBit(XTCEContainerContentEntry currentEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContainerDefaultValueDump.getValueDisplayString(XTCEContainerContentEntry entry,
String aliasNameSpace)
Method to build a the Java Properties output string for a specific
entry in the container.
|
Copyright © 2015–2019. All rights reserved.