| 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 |
|---|
XTCEViewerCreateEditSpaceSystemDialog(Frame parent,
boolean modal,
XTCESpaceSystem spaceSystem)
Creates new form XTCEViewerCreateEditSpaceSystemDialog
|
| Modifier and Type | Method and Description |
|---|---|
XTCESpaceSystem |
XTCEViewerSpaceSystemTreeNode.getSpaceSystemReference()
Accessor to retrieve the reference to the XTCESpaceSystem object that
is associated to the tree node that is represented by the object of this
class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTCEViewerSpaceSystemAttributes.setSpaceSystem(XTCESpaceSystem spaceSystem) |
void |
XTCEViewerAuthorSet.setSpaceSystem(XTCESpaceSystem spaceSystem) |
void |
XTCEViewerAliasSet.setSpaceSystem(XTCESpaceSystem spaceSystem) |
void |
XTCEViewerNoteSet.setSpaceSystem(XTCESpaceSystem spaceSystem,
XTCEViewerSpaceSystemDetails parentScrollPane) |
void |
XTCEViewerHistorySet.setSpaceSystem(XTCESpaceSystem spaceSystem,
XTCEViewerSpaceSystemDetails parentScrollPane) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XTCEViewerFunctions.buildSpaceSystemTree(JTree tree,
List<XTCESpaceSystem> spaceSystems)
Helper function to add the XTCE SpaceSystem array list to a JTree.
|
| Constructor and Description |
|---|
XTCEViewerSpaceSystemDetails(XTCESpaceSystem spaceSystem,
JScrollPane parentScrollPane,
boolean editEnabled)
Creates new form XTCEViewerSpaceSystemDetails TODO
|
| Modifier and Type | Field and Description |
|---|---|
protected List<XTCESpaceSystem> |
XTCEContainerContentModelBase.spaceSystems_ |
| Modifier and Type | Method and Description |
|---|---|
XTCESpaceSystem |
XTCEDatabase.getRootSpaceSystem()
Retrieve an XTCESpaceSystem object that represents the root SpaceSystem
element of this XTCE document.
|
XTCESpaceSystem |
XTCEDatabase.getSpaceSystem(String fullPath)
Retrieve an arbitrary SpaceSystem wrapped element from the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<XTCESpaceSystem> |
XTCEDatabase.getSpaceSystemTree()
Retrieve a list of all the SpaceSystem elements in this XTCE document,
wrapped inside XTCESpaceSystem objects.
|
| Constructor and Description |
|---|
XTCESpaceSystemMetrics(XTCESpaceSystem spaceSystem)
Constructor
The constructor computes all the metrics for the provided Space System
object at construction time and cannot throw.
|
| 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.
|
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.