| 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,
XTCETMStream stream,
XTCEDatabase db,
XTCEViewerPreferences prefs)
Constructs a new dialog window for a selected database stream
from the stream tree to permit the user to decode an arbitrary binary
hex string.
|
XTCEViewerContainerXmlDialog(Frame parent,
boolean modal,
XTCETMStream stream)
Creates new dialog window for showing the XTCE PCMStreamType element
XML contents.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETMStream |
XTCEViewerStreamTreeNode.getStreamReference()
Accessor to retrieve a reference to the XTCETMStream object that is
represented by this node in the tree of streams.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETMStream |
XTCEDatabase.getStream(String name)
Function to retrieve a the Telemetry Streams that is defined in the
XTCE document.
|
| Modifier and Type | Method and Description |
|---|---|
List<XTCETMStream> |
XTCESpaceSystem.getStreams()
Retrieve a List of Streams that are locally defined in this
Space System, modeled as XTCETMStream objects.
|
List<XTCETMStream> |
XTCEDatabase.getStreams()
Function to retrieve all of the Telemetry Streams that are defined
in the XTCE document.
|
Copyright © 2015–2019. All rights reserved.