| Package | Description |
|---|---|
| org.xtce.apps.editor.ui |
This package is the XTCE Viewer/Browser graphical user interface tool,
which is launched from main() at org.xtce.apps.editor.ui.XTCEViewer.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
XTCEContainerContentModel |
XTCEViewerContainerTreeNode.getContentModel()
Accessor to retrieve a reference to the evaluated container content for
this tree node, or null if it has not been evaluated before.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTCEViewerContainerTreeNode.setContentModel(XTCEContainerContentModel contentModel)
Setter to update the internal container model object when the container
for this tree node is evaluated.
|
| Modifier and Type | Method and Description |
|---|---|
XTCEContainerContentModel |
XTCEDatabase.processContainer(XTCETMContainer container,
BitSet binaryData)
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.
|
XTCEContainerContentModel |
XTCEDatabase.processContainer(XTCETMContainer container,
byte[] bytes)
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.
|
XTCEContainerContentModel |
XTCEDatabase.processContainer(XTCETMContainer container,
InputStream stream)
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.
|
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.
|
XTCEContainerContentModel |
XTCETMStream.processStream(BitSet binaryData)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStream(byte[] bytes)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStream(InputStream stream)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStreamIncludeOnly(BitSet binaryData,
List<XTCETMContainer> includeList)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStreamIncludeOnly(byte[] bytes,
List<XTCETMContainer> includeList)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStreamIncludeOnly(InputStream stream,
List<XTCETMContainer> includeList)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStreamWithExcludes(BitSet binaryData,
List<XTCETMContainer> excludeList)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStreamWithExcludes(byte[] bytes,
List<XTCETMContainer> excludeList)
Function to decompose a binary data stream 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.
|
XTCEContainerContentModel |
XTCETMStream.processStreamWithExcludes(InputStream stream,
List<XTCETMContainer> excludeList)
Function to decompose a binary data stream 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.
|
Copyright © 2015–2019. All rights reserved.