| 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.
|
| 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.
|
XTCEViewerParameterFindDialog(XTCEViewer parent,
XTCEViewerPreferences prefs,
XTCEDatabase dbFile)
This dialog presents the user with an opportunity to interactively
query the XML document Parameters.
|
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 | Method and Description |
|---|---|
static XTCEViewerPreferences |
XTCEViewerPreferences.getInstance()
The instance accessor to retrieve the singleton reference to the
preferences object.
|
Copyright © 2015–2019. All rights reserved.