| 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.
|
| Constructor and Description |
|---|
XTCEViewerArgumentXmlDialog(Frame parent,
boolean modal,
XTCEArgument argument)
Constructor to create a new XML output dialog for a Parameter in an
XTCE document.
|
| Modifier and Type | Method and Description |
|---|---|
XTCEArgument |
XTCEContainerContentEntry.getArgument()
Retrieve the XTCEArgument that is represented by this entry, or a
null pointer if this entry is not based on an XTCEArgument.
|
XTCEArgument |
XTCETelecommand.getArgument(String name)
Retrieve a named Argument object from this Telecommand object.
|
| Modifier and Type | Method and Description |
|---|---|
List<XTCEArgument> |
XTCETelecommand.getArguments()
Retrieve the list of XTCEArgument objects that were constructed for
this XTCETelecommand, which includes all inherited Argument elements,
in addition to those defined with this XTCETelecommand.
|
Copyright © 2015–2019. All rights reserved.