| 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.
|
| org.xtce.toolkit.examples |
This package is a set of test and example classes with main() functions
that are used to illustrate the toolkit API in use.
|
| 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.
|
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.
|
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.
|
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.
|
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.
|
XTCEViewerContainerFindDialog(XTCEViewer parent,
XTCEViewerPreferences prefs,
XTCEDatabase dbFile)
This dialog presents the user with an opportunity to interactively
query the XML document Containers.
|
XTCEViewerDatabaseMetricsDialog(Frame parent,
boolean modal,
XTCEDatabase xtcedb)
Creates new form XTCEViewerDatabaseMetricsDialog
|
XTCEViewerParameterFindDialog(XTCEViewer parent,
XTCEViewerPreferences prefs,
XTCEDatabase dbFile)
This dialog presents the user with an opportunity to interactively
query the XML document Parameters.
|
XTCEViewerParameterUsageDialog(XTCEViewer parent,
XTCEDatabase xtcedb,
XTCEParameter parameter)
This dialog box shows the containers that use a provided Parameter
from the XTCE document.
|
XTCEViewerTelecommandFindDialog(XTCEViewer parent,
XTCEViewerPreferences prefs,
XTCEDatabase dbFile)
This dialog presents the user with an opportunity to interactively
query the XML document Telecommands (MetaCommand/BlockMetaCommand).
|
XTCEViewerXpathQueryDialog(XTCEViewer parent,
XTCEViewerPreferences prefs,
XTCEDatabase dbFile)
This dialog presents the user with an opportunity to interactively
query the XML document loaded using the XML XPath facility.
|
| Modifier and Type | Field and Description |
|---|---|
protected XTCEDatabase |
XTCEDatabaseExporter.db_ |
| Constructor and Description |
|---|
XTCEDatabaseExporter(XTCEDatabase db,
Properties properties,
Charset charEncoding)
Constructor
The exporter object needs to be constructed with a list of properties.
|
XTCEDatabaseExporterCsv(XTCEDatabase db,
Properties properties,
Charset charEncoding)
Constructor
|
XTCESpaceSystemMetrics(XTCEDatabase database)
Constructor
The constructor computes all the metrics for the provided Database
object at construction time and cannot throw.
|
| Modifier and Type | Field and Description |
|---|---|
protected XTCEDatabase |
ParameterDefaultValueDump.sdb_
Data Member to hold the XTCEDatabase file object from the library for
use by functions.
|
protected XTCEDatabase |
ContainerDefaultValueDump.sdb_
Data Member to hold the XTCEDatabase file object from the library for
use by functions.
|
Copyright © 2015–2019. All rights reserved.