| 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,
XTCETelecommand telecommand,
XTCEDatabase db,
XTCEViewerPreferences prefs)
Constructs a new dialog window for a selected database telecommand
from the telecommand tree to permit the user to decode an arbitrary
binary hex string.
|
XTCEViewerContainerEncodingDialog(Frame parent,
boolean modal,
XTCETelecommand telecommand,
XTCEDatabase db,
XTCEViewerPreferences prefs)
Constructs a new dialog window for a selected database telecommand
from the telecommand tree to permit the user to encode an arbitrary
binary hex string.
|
XTCEViewerContainerXmlDialog(Frame parent,
boolean modal,
XTCETelecommand tc)
Creates new dialog window for showing the XTCE PCMStreamType element
XML contents.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETelecommand |
XTCEViewerTelecommandTreeNode.getTelecommandReference()
Accessor to retrieve a reference to the XTCETelecommand object that is
represented by this node in the tree of containers.
|
| Modifier and Type | Method and Description |
|---|---|
protected XTCETelecommand |
XTCEContainerContentModelBase.findTelecommand(String metaCommandRef,
XTCENamedObject currentContainer) |
XTCETelecommand |
XTCEContainerContentEntry.getTelecommand()
Retrieve the XTCETelecommand that is represented by this entry, or a
null pointer if this entry is not based on an XTCETelecommand.
|
XTCETelecommand |
XTCESpaceSystem.getTelecommand(String nameOrPath)
Retrieves a named Telecommand from this Space System as an
XTCETelecommand object.
|
XTCETelecommand |
XTCEDatabase.getTelecommand(String contFullPath)
Retrieve a specific telecommand in the XTCE database by the fully
qualified path name to the telecommand, using XTCE document path rules.
|
XTCETelecommand |
XTCETelecommandContentModel.getTelecommandReference()
Accessor to get the reference to the XTCETelecommand object that this
model represents.
|
| Modifier and Type | Method and Description |
|---|---|
List<XTCETelecommand> |
XTCESpaceSystem.getTelecommands()
Retrieve a List of MetaCommand or BlockMetaCommand elements that
are locally defined in this Space System, modeled as XTCETelecommand
objects.
|
List<XTCETelecommand> |
XTCEDatabase.getTelecommands()
Function to retrieve all of the Telecommands that are defined
in the XTCE document.
|
List<XTCETelecommand> |
XTCESpaceSystem.getTelecommands(String nameGlob)
Retrieve a List of Telecommands that match a user provided string
glob, modeled as XTCETelecommand objects.
|
List<XTCETelecommand> |
XTCEDatabase.getTelecommands(String nameGlob)
Retrieve a List of Telecommands that match a user provided string
glob, modeled as XTCETelecommand objects.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand telecommand,
BitSet binaryData)
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.
|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand telecommand,
byte[] bytes)
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.
|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand telecommand,
InputStream stream)
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.
|
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.
|
| Constructor and Description |
|---|
XTCETelecommandContentModel(XTCETelecommand tcObject,
List<XTCESpaceSystem> spaceSystems,
BitSet binaryData)
Constructor
This constructor creates the telecommand content model object with TC
argument values evaluated from the binary provided in a BitSet.
|
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.