| Package | Description |
|---|---|
| org.xtce.apps.editor.dialogs | |
| 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.
|
| Constructor and Description |
|---|
XTCEViewerContainerContentDialog(Frame parent,
boolean modal,
XTCETMContainer container,
XTCEDatabase db,
XTCEViewerPreferences prefs)
Constructs a new dialog window for a selected database container
from the container tree to permit the user to decode an arbitrary binary
hex string.
|
XTCEViewerContainerEncodingDialog(Frame parent,
boolean modal,
XTCETMContainer container,
XTCEDatabase db,
XTCEViewerPreferences prefs)
Constructs a new dialog window for a selected database container
from the container tree to permit the user to encode an arbitrary binary
hex string.
|
XTCEViewerContainerXmlDialog(Frame parent,
boolean modal,
XTCETMContainer container)
Creates new dialog window for showing the XTCE SequenceContainer
element XML contents.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETMContainer |
XTCEViewerContainerTreeNode.getContainerReference()
Accessor to retrieve a reference to the XTCETMContainer object that is
represented by this node in the tree of containers.
|
| Modifier and Type | Method and Description |
|---|---|
protected XTCETMContainer |
XTCEContainerContentModelBase.findContainer(String containerRef,
XTCENamedObject currentContainer) |
XTCETMContainer |
XTCESpaceSystem.getContainer(String nameOrPath)
Retrieve a named SequenceContainer as a toolkit modeled XTCETMContainer
object from this Space System object.
|
XTCETMContainer |
XTCEDatabase.getContainer(String contFullPath)
Retrieve a specific container in the XTCE database by the fully
qualified path name to the container, using XTCE document path rules.
|
XTCETMContainer |
XTCEContainerContentModel.getContainerReference()
Accessor to get the reference to the XTCETMContainer object that this
model represents.
|
XTCETMContainer |
XTCEContainerContentEntry.getHoldingContainer()
Retrieve the XTCETMContainer that is represented by this entry, or a
null pointer if this entry is not a XTCETMContainer within another
XTCETMContainer.
|
XTCETMContainer |
XTCETMStream.getStreamRootContainer()
Retrieve the XTCETMContainer that is the base container for this
stream.
|
XTCETMContainer |
XTCEContainerContentEntry.getTelemetryContainer()
Retrieve the XTCETMContainer that is represented by this entry, or a
null pointer if this entry is not based on an XTCETMContainer.
|
| Modifier and Type | Method and Description |
|---|---|
List<XTCETMContainer> |
XTCEDatabase.findContainers(XTCEParameter parameter)
Retrieve the containers in the XTCE document that directly reference
an entry in their manifest that includes the provided Parameter.
|
List<XTCETMContainer> |
XTCETMStream.getContainers()
Function to retrieve all of the Telemetry Containers that are members
of this stream in the XTCE document.
|
List<XTCETMContainer> |
XTCESpaceSystem.getContainers()
Retrieve a List of SequenceContainers that are locally defined
in this Space System, modeled as XTCETMContainer objects.
|
List<XTCETMContainer> |
XTCEDatabase.getContainers()
Function to retrieve all of the Telemetry Containers that are defined
in the XTCE document.
|
List<XTCETMContainer> |
XTCESpaceSystem.getContainers(String nameGlob)
Retrieve a List of SequenceContainers that match a user provided string
glob, modeled as XTCETMContainer objects.
|
List<XTCETMContainer> |
XTCEDatabase.getContainers(String nameGlob)
Retrieve a List of SequenceContainers that match a user provided string
glob, modeled as XTCETMContainer objects.
|
List<XTCETMContainer> |
XTCESpaceSystem.getInheritingContainers(String parentPath)
Retrieve all containers that inherit from the container inheritance
path provided.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
XTCEContainerContentModel(XTCETMContainer container,
List<XTCESpaceSystem> spaceSystems,
BitSet binaryData)
Constructor
This constructor creates the container content model object with TM
parameter values evaluated from the binary provided in a BitSet.
|
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.
|
Copyright © 2015–2019. All rights reserved.