Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

add(long) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase.RunningStartBit
 
addAlias(String, String) - Method in class org.xtce.apps.editor.ui.XTCEViewerAliasSet
 
addArrayEntryDescription(ArrayParameterRefEntryType, XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
addAuthor(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerAuthorSet
 
addFindContainerSearch(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Adds another Find Container Search Text item to the history with a limit of 25 non-duplicate items, with the most recent being the first on the list.
addFindParameterSearch(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Adds another Find Parameter Search Text item to the history with a limit of 25 non-duplicate items, with the most recent being the first on the list.
addFindTelecommandSearch(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Adds another Find Telecommand Search Text item to the history with a limit of 25 non-duplicate items, with the most recent being the first on the list.
addHistoryRecord(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerHistorySet
 
addIncludeCondition(ComparisonType, XTCENamedObject, XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
addIncludeConditions(SequenceEntryType, XTCENamedObject, XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
addNote(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerNoteSet
 
addRepeatEntryDescription(SequenceEntryType, XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
addSavedXPathQuerySearch(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Adds another XPath Query item to the saved cache with a limit of 25 non-duplicate items, with the most recent being the first on the list.
addSpaceSystem(String, String) - Method in class org.xtce.toolkit.XTCEDatabase
Function to add a new Space System element to the XTCE document structure.
addStartBit(SequenceEntryType, XTCEContainerContentEntry, XTCEContainerContentModelBase.RunningStartBit, long) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
applyBinaryValue(XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
applyRestriction(ComparisonType, XTCENamedObject) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
applyRestrictions(XTCENamedObject, MatchCriteriaType, String) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
applyUserValue(XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 

B

bitSetToBinary(BitSet) - Method in class org.xtce.toolkit.XTCEItemValue
Convert the BitSet object from the encode() method over to a binary string of zeros and ones, ordered from most significant bit to least significant bit.
bitSetToHex(BitSet, int) - Static method in class org.xtce.toolkit.XTCEFunctions
Convert a BitSet object to a hex byte string, ordered from the most significant byte to the least significant byte.
bitSetToHex(BitSet) - Method in class org.xtce.toolkit.XTCEItemValue
Convert the BitSet object from the encode() method over to a hex byte string, ordered from the most significant byte to the least significant byte.
bitSetToNumber(BitSet) - Method in class org.xtce.toolkit.XTCEItemValue
Convert the BitSet object from the encode() method over to a integral number, ordered from the most significant byte to the least significant byte.
buildSpaceSystemTree(JTree, List<XTCESpaceSystem>) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to add the XTCE SpaceSystem array list to a JTree.

C

calibrate(Number) - Method in interface org.xtce.math.Calibration
Method to convert an uncalibrated value to a calibrated value by applying the Calibrator in the XTCE document.
calibrate(Number) - Method in class org.xtce.math.MathOperationCalibration
Calibration of values using MathOperationCalibrator has some limited support for common numeric values and operators.
calibrate(Number) - Method in class org.xtce.math.PolynomialCalibration
Apply this Polynomial Calibrator to an uncalibrated value.
calibrate(Number) - Method in class org.xtce.math.SplineCalibration
Apply this Spline Calibrator, otherwise known as a "piecewise function", to an uncalibrated value.
Calibration - Interface in org.xtce.math
The Calibration interface provides the XTCE calibration types with a common Java interface for encoding and decoding support.
charEncoding_ - Variable in class org.xtce.toolkit.XTCEDatabaseExporter
 
checkForOverlaps(long) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
checkLocaleAvailable(Locale) - Static method in class org.xtce.toolkit.XTCEFunctions
Checks if a Locale preference is supported by this toolkit.
clearRecentFilesList(JMenu) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Method to erase the recent files list.
clearTree(JTree) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to clear/erase the contents of a JTree Swing widget.
clearWarnings() - Method in class org.xtce.toolkit.XTCEItemValue
Clears the list of warning messages for this object, which can be useful if multiple raw or engineering values need to be generated, so that the list does not include previous issues.
clone() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Make a copy of this entry by copying all the references included.
compareTo(Object) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Comparison Operator This function is used for sorting XTCEContainerContentEntry by their start bit while safely ignoring those that do not have a start bit set.
compareTo(Object) - Method in class org.xtce.toolkit.XTCENamedObject
Comparison Interface Comparison of this named object in the XTCE data model is based on the fully qualified path to this object in the Space System hierarchy.
compareTo(Object) - Method in class org.xtce.toolkit.XTCETCContainer
Comparison method used to order the XTCETCContainer objects when sorted based upon their inheritance path rather than the Space System path.
compareTo(Object) - Method in class org.xtce.toolkit.XTCETMContainer
Comparison method used to order the XTCETMContainer objects when sorted based upon their inheritance path rather than the Space System path.
compress() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileCompressProgressDialog
Method to start the database compression task.
compress() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Perform all of the compression steps except saving the result.
compressAdditionalAttributes() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress additional attributes that have default values.
compressCalibrationTestAttributes() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress calibration test attributes used in several elements.
compressContainerStartBits() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress location elements in containers where the start bit provided is the same as it would have been using the default of 0 past end of previous item.
compressDuplicateTypes() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress Type elements for Parameter and Argument that can be considered duplicate when refactoring is possible.
compressEmptyUnitSets() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress the empty UnitSet elements by removing them to reduce size.
compressEncodingAttributes() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress Raw Data Encoding attributes.
compressIdentityCalibrators() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Remove identity calibrators that have no effect on the calibrated value.
compressListsAndSets() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Remove List and Set element variants that are unnecessary because there is only 1 child element and that element is valid outside the grouping.
compressParameterPropertiesAttributes() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress ParameterProperties attributes and remove the element if there is no additional content.
compressSimpleEnumerations() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress simple enumeration types to boolean types.
compressValidRangeTruisms() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Compress ValidRange specifications that are nothing more than truisms when taking into account the size of the encoding.
ContainerDefaultValueDump - Class in org.xtce.toolkit.examples
This application emits Parameter default values from a specified XTCE database container to the STDOUT stream for use by scripts or other tools.
containerDescription_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
containerName_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
contains(XTCEParameter) - Method in class org.xtce.toolkit.XTCETMContainer
Function to test if this container includes an XTCEParameter.
contentList_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
contentValues_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
convertAlarmFormToRangeForm() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the alarmForm attribute name.
convertBlockMetaCommandStepArguments() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the ArgumentList to ArgumentAssignmentList in the BlockMetaCommand elements.
ConvertDatabaseSchemaVersion - Class in org.xtce.toolkit.examples
This application emits a new XTCE 1.2 compliant XML document from an existing XTCE 1.1 compliant XML document.
ConvertDatabaseSchemaVersion() - Constructor for class org.xtce.toolkit.examples.ConvertDatabaseSchemaVersion
 
convertEmptyUnitSets() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the empty UnitSet elements by removing them to reduce size.
convertEnumerationAlarmValue() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the EnumerationAlarm attribute name.
convertErrorDetectCRC() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the ErrorDetectCorrect CRC Polynomial element.
convertMessageContainRef() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the MessageSet ContainerRef element to ContainerRef.
convertTimeOfDayEpoch() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the timeOfDay attribute value to the Epoch text content.
convertTwosComplement() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the twosComplement value change.
convertValidRangeCalibratedAttribute() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Convert the validRangeAppliesToCalibrated attribute by relocating it.
copyCell(JTable) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to implement copying contents of a table cell to the System Clipboard for pasting in other applications.
copyColumn(JTable) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to implement copying contents of a table column to the System Clipboard for pasting in other applications.
copyPasteTextArea(KeyEvent, JTextComponent) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to implement copy and paste from JTextArea to the OS when it is not supported by default.
copyRow(JTable) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to implement copying contents of a table row to the System Clipboard for pasting in other applications.
copyTable(JTable) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to implement copying contents of a table to the System Clipboard for pasting in other applications.

D

db_ - Variable in class org.xtce.toolkit.XTCEDatabaseExporter
 
decode(BitSet) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the Calibrated/Engineering value of this typed object when given the raw binary value.
DecodeContainerExample - Class in org.xtce.toolkit.examples
The DecodeContainerExample application provides an API example to process/decode a binary file that contains a container whose binary contents are described in an XTCE satellite database.
DecodeContainerExample() - Constructor for class org.xtce.toolkit.examples.DecodeContainerExample
 
deepCopy() - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerDrawing
Function to copy this XTCEViewerContainerDrawing to another one so that it can be used in another JScrollPane.
DEFAULT_SCHEMA_FILE - Static variable in class org.xtce.toolkit.XTCEConstants
The schema file to use by default for document validation.
deleteSpaceSystem(String) - Method in class org.xtce.toolkit.XTCEDatabase
Deletes a SpaceSystem element from the current XTCE document.
DumpParameterListExample - Class in org.xtce.toolkit.examples
This class is an executable main that loads an XTCE database file and dumps the parameters to STDOUT.
DumpParameterListExample() - Constructor for class org.xtce.toolkit.examples.DumpParameterListExample
 
dynamicCountFromUserValue(XTCENamedObject, String) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 

E

editAlias(String, String, int) - Method in class org.xtce.apps.editor.ui.XTCEViewerAliasSet
 
editAuthor(String, int) - Method in class org.xtce.apps.editor.ui.XTCEViewerAuthorSet
 
editHistoryRecord(String, int) - Method in class org.xtce.apps.editor.ui.XTCEViewerHistorySet
 
editNote(String, int) - Method in class org.xtce.apps.editor.ui.XTCEViewerNoteSet
 
encode(String) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the Raw value of this typed object when given the EU calibrated value.
encode(long) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the Raw value of this typed object when given the EU calibrated value.
encode(double) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the Raw value of this typed object when given the EU calibrated value.
encode(float) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the Raw value of this typed object when given the EU calibrated value.
encodeContainer() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Encode a raw binary BitSet from the processed container content model for potential file or wire transmission.
EncodeContainerExample - Class in org.xtce.toolkit.examples
The EncodeContainerExample application provides an API example to process a container specification from an XTCE document and encode values to the container, enabling the user to extract the binary contents of that container.
EncodeContainerExample() - Constructor for class org.xtce.toolkit.examples.EncodeContainerExample
 
encodeRawBits(BigInteger) - Method in class org.xtce.toolkit.XTCEItemValue
Function to create the raw binary bits for populating a container binary based on the encoded value of this named and typed item from the XTCE data model.
equals(Object) - Method in class org.xtce.toolkit.XTCEAlias
Equality Operator Function to compare one XTCEAlias object to another XTCEAlias object.
equals(Object) - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Equality Operator Function to compare all the attributes of the entry value to determine if it is equivalent to another entry value.
equals(Object) - Method in class org.xtce.toolkit.XTCENamedObject
Equality Operator
error(SAXParseException) - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Method to capture errors from the SAX parser.
evaluateContainerReferenceLocation(SequenceEntryType, XTCEContainerContentEntry, XTCEContainerContentModelBase.RunningStartBit, long) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
evaluateIncludeConditions(XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
evaluateXPathQuery(String) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Evaluate an arbitrary XPath Query Expression and return a generic NodeList object back or an exception with an error message.
exhaustedBinaryBitSupply_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
expandAllTreeNodes(JTree) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to expand all the nodes of a JTree object.
exportContainers(File) - Method in class org.xtce.toolkit.XTCEDatabaseExporter
Export the telemetry containers in the XTCE file represented by an XTCEDatabase object.
exportContainers(File) - Method in class org.xtce.toolkit.XTCEDatabaseExporterCsv
Export the containers in the XTCE file represented by an XTCEDatabase object.
exportParameters(File) - Method in class org.xtce.toolkit.XTCEDatabaseExporter
Export the parameters in the XTCE file represented by an XTCEDatabase object.
exportParameters(File) - Method in class org.xtce.toolkit.XTCEDatabaseExporterCsv
Export the parameters in the XTCE file represented by an XTCEDatabase object.
exportTelecommands(File) - Method in class org.xtce.toolkit.XTCEDatabaseExporter
Export the telecommands in the XTCE file represented by an XTCEDatabase object.
exportTelecommands(File) - Method in class org.xtce.toolkit.XTCEDatabaseExporterCsv
Export the telecommands in the XTCE file represented by an XTCEDatabase object.
extractRawValue(XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Extracts the raw binary value from a container where the binary of the container has been provided to this object.

F

fatalError(SAXParseException) - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Method to capture fatal errors from the SAX parser.
fatalError(SAXException) - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Method to capture fatal errors from the SAX parser.
fatalError(IOException) - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Method to capture fatal errors from the SAX parser.
findContainer(String, XTCENamedObject) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
findContainers(XTCEParameter) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve the containers in the XTCE document that directly reference an entry in their manifest that includes the provided Parameter.
findParameter(String, XTCENamedObject) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
findTelecommand(String, XTCENamedObject) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 

G

generalErrorPrefix() - Static method in class org.xtce.toolkit.XTCEFunctions
Retrieves the internationalized version of the ERROR prefix used for exception and log messages.
generalWarningPrefix() - Static method in class org.xtce.toolkit.XTCEFunctions
Retrieves the internationalized version of the Warning prefix used for exception and log messages.
get() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase.RunningStartBit
 
getAbsoluteTimeHandler(AbsoluteTimeDataType) - Static method in class org.xtce.toolkit.XTCEFunctions
Method to locate a time handler for an XTCE AbsoluteTimeDataType element.
getAlias(String) - Method in class org.xtce.toolkit.XTCENamedObject
Accessor to retrieve the Alias for this named object where the desired nameSpace attribute for the Alias is provided to search the list of potential Aliases.
getAliasName() - Method in class org.xtce.toolkit.XTCEAlias
Retrieve the alias name
getAliasSet() - Method in class org.xtce.toolkit.XTCENamedObject
Accessor to retrieve the complete list of applicable Aliases for this named object.
getAncillaryData() - Method in class org.xtce.toolkit.XTCENamedObject
Accessor to retrieve the List of AncillaryData elements from the XTCE data for this named object.
getAncillaryData(String) - Method in class org.xtce.toolkit.XTCENamedObject
Accessor to retrieve only a partial list of AncillaryData elements from the XTCE data for this named object where the name attribute of the AncillaryData element must either exactly match a string or a glob style pattern.
getAncillaryData() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to retrieve the list of AncillaryData elements from the XTCE model that apply to this typed object, but it a Parameter, Argument, or Member.
getAncillaryData(String) - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to retrieve only a partial list of AncillaryData elements from the XTCE data for this typed object where the name attribute of the AncillaryData element must either exactly match a string or a glob style pattern.
getArgument() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the XTCEArgument that is represented by this entry, or a null pointer if this entry is not based on an XTCEArgument.
getArgument(String) - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve a named Argument object from this Telecommand object.
getArguments() - Method in class org.xtce.toolkit.XTCETelecommand
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.
getArgumentTypeReference(String) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve the type reference from the JAXB generated objects for a particular TC Argument fully qualified type object path in the XTCE data model.
getArgumentTypeReference(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve an Argument Type Element from this SpaceSystem element if it exists.
getAssignedValue() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the value that is associated with this Parameter/Argument entry.
getBitSetFromByteArray(byte[]) - Static method in class org.xtce.toolkit.XTCEFunctions
This function converts a byte array to a BitSet suitable for use in the container content processing when applying a binary data set.
getBitSetFromStreamByteArray(byte[]) - Static method in class org.xtce.toolkit.XTCEFunctions
This function converts a byte array to a BitSet suitable for use in the container content processing when applying a binary data set.
getBlockMetaCommandReference() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve a reference to the underlying BlockMetaCommand element in the XTCE data model.
getBytesFromHexString(String) - Static method in class org.xtce.toolkit.XTCEFunctions
Retrieves a byte array from a hexadecimal stream represented by a string.
getBytesRequired() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Retrieve the number of bytes necessary to capture the number of bits in this container.
getCalibratedFromUncalibrated(String) - Method in interface org.xtce.toolkit.XTCEAbsoluteTimeType
Retrieve the EU calibrated value of this time item, which can be a Parameter or Argument, when given the uncalibrated value.
getCalibratedFromUncalibrated(String) - Method in class org.xtce.toolkit.XTCECcsdsCucTimeHandler
Retrieve the EU calibrated value of this time item, which can be a Parameter or Argument, when given the uncalibrated value.
getCalibratedFromUncalibrated(String) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the EU calibrated value of this typed object item when given the uncalibrated value.
getCalibratedFromUncalibrated(String) - Method in class org.xtce.toolkit.XTCEPosixTimeHandler
Retrieve the EU calibrated value of this time item, which can be a Parameter or Argument, when given the uncalibrated value.
getCalibratedValue() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the EU/Calibrated value of the entry, regardless of how it was assigned.
getChanged() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Retrieve the changed flag indicating if some part of the XTCE document has changed since it has last been saved.
getChangeThreshold() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to retrieve the changeThreshold attribute from the encoding of this Parameter, Argument, or Member, which is sometimes viewed as an "aperture" or minimum "observability" for change.
getClassification() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getClassificationInstructions() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getCleanHexString(String) - Static method in class org.xtce.toolkit.XTCEFunctions
Retrieve a "cleaned up" hex string from a user input hexadecimal field.
getCommandContainer() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve a reference to the underlying CommandContainer element within a MetaCommand element.
getCommandContainerReference() - Method in class org.xtce.toolkit.XTCETCContainer
Retrieve a reference to the CommandContainer element in the JAXB generated classes for the XTCE data model.
getComparisonForm() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the form of the value that is associated with this entry.
getConditionList() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the list of include conditions that are applied to this entry in the container model.
getConditions() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve a string representation of the list of include conditions that are applied to this entry in the container model.
getContainer(String) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve a specific container in the XTCE database by the fully qualified path name to the container, using XTCE document path rules.
getContainer(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a named SequenceContainer as a toolkit modeled XTCETMContainer object from this Space System object.
getContainerOrientationOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user preference for drawing containers and telecommands as to their orientation on the drawing.
getContainerPath() - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTreeNode
Accessor to retrieve the fully qualified name and path to this container in the XTCE Space System hierarchy.
getContainerReference() - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTreeNode
Accessor to retrieve a reference to the XTCETMContainer object that is represented by this node in the tree of containers.
getContainerReference() - Method in class org.xtce.toolkit.XTCEContainerContentModel
Accessor to get the reference to the XTCETMContainer object that this model represents.
getContainerReference() - Method in class org.xtce.toolkit.XTCETelecommandContentModel
Accessor to get the reference to the XTCETCContainer object that this model represents.
getContainers() - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telemetry Containers that are defined in the XTCE document.
getContainers(String) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve a List of SequenceContainers that match a user provided string glob, modeled as XTCETMContainer objects.
getContainers(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a List of SequenceContainers that match a user provided string glob, modeled as XTCETMContainer objects.
getContainers() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a List of SequenceContainers that are locally defined in this Space System, modeled as XTCETMContainer objects.
getContainers() - Method in class org.xtce.toolkit.XTCETMStream
Function to retrieve all of the Telemetry Containers that are members of this stream in the XTCE document.
getContentList() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Accessor to retrieve the container content in a pre-processed series of rows that can be iterated through.
getContentModel() - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTreeNode
Accessor to retrieve a reference to the evaluated container content for this tree node, or null if it has not been evaluated before.
getContentModel() - Method in class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeNode
Accessor to retrieve a reference to the evaluated container content for this tree node, or null if it has not been evaluated before.
getContextCalibrators() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieves the List of ContextCalibratorType elements from the JAXB generated classes that is attached to this type.
getCurrentWorkingDirectory() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the last working directory that was used for a load or save operation, considering that this is not retained in the Preferences.
getDataSource() - Method in class org.xtce.toolkit.XTCEParameter
Accessor to retrieve the dataSource attribute from the ParameterProperties element.
getDate() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getDefaultCalibrator() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieves the default CalibratorType from the JAXB generated classes that is attached to this type, or null if this type has no default Calibrator.
getDescription() - Method in class org.xtce.toolkit.XTCEArgument
Retrieves the preferred effective description of this Argument or Member in the XTCE data model.
getDescription() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Accessor to retrieve a description of the container that this model represents.
getDescription() - Method in class org.xtce.toolkit.XTCEParameter
Retrieves the preferred effective description of this Parameter or Member in the XTCE data model.
getDescription() - Method in class org.xtce.toolkit.XTCETCContainer
Retrieves the preferred effective description of this Container in the XTCE data model.
getDescription() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieves the preferred effective description of this Telecommand in the XTCE data model.
getDescription() - Method in class org.xtce.toolkit.XTCETMContainer
Retrieves the preferred effective description of this Container in the XTCE data model.
getDocument() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Method to return the document object from the Document Object Model (DOM) of this XTCE document.
getDocumentElement() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Method to return the root document element from the Document Object Model (DOM) of this XTCE document.
getDocumentWarnings() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Retrieve the list of warnings and errors that were collected during parsing of the XTCE document by the SAX parser.
getEngineeringType() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to return a descriptive name for the Engineering or Operator type of this Parameter, Argument, or Member represented by this object.
getEngineeringTypeString() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to return a descriptive name for the Engineering or Operator type of this Parameter, Argument, or Member represented by this object.
getEntryType() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the type of entry that this object represents in the overall container as the native enumeration type.
getEntryTypeString() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the type of entry that this object represents in the overall container as a string.
getEnumerations() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieves the enumerations for the Parameter, Argument, or Member represented by this type.
getErrorCount() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Retrieve the count of error messages from the parsing.
getErrorCount() - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Retrieve the count of the errors that were logged by SAX during validation of the XTCE document.
getFilename() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Retrieve the current filename, in fully qualified path form, for the XTCE database file that is loaded.
getFullAliasName() - Method in class org.xtce.toolkit.XTCEAlias
Retrieve the alias name and namespace name in the form of NS::ALIAS
getFullPath() - Method in class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemTreeNode
Accessor to retrieve the fully qualified name with path to the Space System that is represented by the object of this class.
getFullPath() - Method in class org.xtce.toolkit.XTCENamedObject
Retrieve the fully qualified Space System path to this object in the XTCE data model.
getHighValue() - Method in class org.xtce.toolkit.XTCEValidRange
Retrieve the high valid valid in the allowable range.
getHoldingContainer() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the XTCETMContainer that is represented by this entry, or a null pointer if this entry is not a XTCETMContainer within another XTCETMContainer.
getInheritancePath() - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTreeNode
Accessor to retrieve the fully qualified name and path to this container in the inheritance tree of SequenceContainers within the XTCE data model.
getInheritancePath() - Method in class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeNode
Accessor to retrieve the fully qualified name and path to this telecommand in the inheritance tree of MetaCommand elements within the XTCE data model.
getInheritancePath() - Method in class org.xtce.toolkit.XTCETCContainer
Retrieve the inheritance path for this CommandContainer.
getInheritancePath() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve the inheritance path for this MetaCommand element.
getInheritancePath() - Method in class org.xtce.toolkit.XTCETMContainer
Retrieve the inheritance path for this SequenceContainer.
getInheritingContainers(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve all containers that inherit from the container inheritance path provided.
getInitialValue() - Method in class org.xtce.toolkit.XTCEArgument
Accessor to retrieve the "initial" or "default" value of the Argument or Member represented by this object, considering the XTCE data model rules.
getInitialValue() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the initial/default value for this entry in the container stream, or an empty string if none is defined.
getInitialValue() - Method in class org.xtce.toolkit.XTCEParameter
Accessor to retrieve the "initial" or "default" value of the Parameter or Member represented by this object, considering the XTCE data model rules.
getInitialValue() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to retrieve the "initial" or "default" value of the type represented by this object, considering the XTCE data model rules.
getInstance() - Static method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
The instance accessor to retrieve the singleton reference to the preferences object.
getItemFullPath() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the Fully Qualified Name of the item for which this entry is associated, which can be an Argument, Parameter, or Container name.
getItemFullPath() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the fully qualified name of the Parameter/Argument that is attached to this value.
getItemName() - Method in class org.xtce.toolkit.XTCEItemValue
Retrieves the item name of the Parameter or Argument that is the basis for this item value encode()/decode() object.
getLanguagePreference() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user last selected language and country preference or the default of English/US if it has not been explicitly set.
getLongDescription() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getLongDescription() - Method in class org.xtce.toolkit.XTCEArgument
Retrieves the "effective" Long Description of this Argument or Member in the XTCE data model.
getLongDescription() - Method in class org.xtce.toolkit.XTCEParameter
Retrieves the "effective" Long Description of this Parameter or Member in the XTCE data model.
getLongDescription() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve the long description element content of this Space System.
getLongDescription() - Method in class org.xtce.toolkit.XTCETCContainer
Retrieve the LongDescription element text for this CommandContainer.
getLongDescription() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve the Long Description element text content.
getLongDescription() - Method in class org.xtce.toolkit.XTCETMContainer
Retrieve the LongDescription element text for this SequenceContainer.
getLowValue() - Method in class org.xtce.toolkit.XTCEValidRange
Retrieve the low valid valid in the allowable range.
getMemberReference() - Method in class org.xtce.toolkit.XTCEParameter
Retrieve the underlying Member element from the XTCE data model.
getMemoryUsageStatistics() - Static method in class org.xtce.toolkit.XTCEFunctions
Creates a string with the current memory usage statistics from the Java Virtual Machine.
getMessages() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileCompressProgressDialog
Retrieve the messages that were generated by the database XML file compression task.
getMessages() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileUpgradeProgressDialog
Retrieve the messages that were generated by the database XML file conversion task.
getMessages() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Retrieve the messages that were generated, if any, during the file compression activity.
getMessages() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Retrieve the messages that were generated, if any, during the file conversion/upgrade activity.
getMessages() - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Retrieve the list of messages collected by SAX during validation of the XTCE document.
getMetaCommandReference() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve a reference to the underlying MetaCommand element in the XTCE data model.
getMetrics() - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve the metrics for the XTCE document represented by this object.
getMetrics() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve the metrics for the Space System represented by this object.
getModified() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
 
getName() - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTreeNode
Accessor to retrieve the name of the XTCE SequenceContainer that is represented by this node.
getName() - Method in class org.xtce.apps.editor.ui.XTCEViewerStreamTreeNode
Accessor to retrieve the name of the XTCE Stream that is represented by this node.
getName() - Method in class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeNode
Accessor to retrieve the name of the XTCE MetaCommand element that is represented by this node.
getName() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the Name of the item for which this entry is associated, which can be an Argument, Parameter, or Container name.
getName() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Accessor to retrieve the name of the container that this model represents.
getName() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the Name of the item for which this value is associated, which can be an Argument or Parameter name.
getName() - Method in class org.xtce.toolkit.XTCENamedObject
Retrieve the name of this object in the XTCE data model
getNameFromPathReferenceString(String) - Static method in class org.xtce.toolkit.XTCEFunctions
This function is for stripping off object name from an XTCE path reference from the data model for containerRef, parameterRef, and argumentRef, amongst others.
getNameSpace() - Method in class org.xtce.toolkit.XTCEAlias
Retrieve the alias namespace
getNamespaceFromDocument() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Retrieve the XTCE namespace that is applicable to the document that is loaded.
getNamespaceURI(String) - Method in class org.xtce.toolkit.XTCENamespaceContext
Retrieve the URI associated with the XML node name prefix.
getNumberOfChildSpaceSystems() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of child Space Systems in the counted Space System.
getNumberOfContainers() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of containers counted.
getNumberOfParameters() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of parameters counted.
getNumberOfParameterTypes() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of parameter types counted.
getNumberOfTelecommandArguments() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telecommand arguments counted.
getNumberOfTelecommandArgumentTypes() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telecommand argument types counted.
getNumberOfTelecommandContainers() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telecommand containers counted.
getNumberOfTelecommandParameters() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telecommand parameters counted.
getNumberOfTelecommandParameterTypes() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telecommand parameter types counted.
getNumberOfTelecommands() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telecommands counted.
getNumberOfTelemetryContainers() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telemetry containers counted.
getNumberOfTelemetryParameters() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telemetry parameters counted.
getNumberOfTelemetryParameterTypes() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the number of telemetry parameter types counted.
getOperationalStatus() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getOperationalStatus() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve the operationalStatus attribute from the SpaceSystem element attributes list.
getOperator() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the assigning/comparison operator that associates the value to the Parameter/Argument that is represented by this value object.
getParameter() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the XTCEParameter that is represented by this entry, or a null pointer if this entry is not based on an XTCEParameter.
getParameterReference() - Method in class org.xtce.toolkit.XTCEParameter
Retrieve the underlying Parameter element from the XTCE data model.
getParameters() - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Parameters that are defined in the XTCE document.
getParameters() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieves a List of all Parameters modeled by this Space System object.
getParameterTypeReference(String) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve the type reference from the JAXB generated objects for a particular TM Parameter fully qualified type object path in the XTCE data model.
getPathNameFromReferenceString(String) - Static method in class org.xtce.toolkit.XTCEFunctions
This function is for stripping the path off an path reference in the XTCE data model for containerRef, parameterRef, and argumentRef, amongst others.
getPreferredAliasNamespaceOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user preference for which namespace to show Aliases for on XTCEViewer displays.
getPreferredNamespace() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
 
getPreferredSize() - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerDrawing
Method to report the needed size of the drawing, which is often requested during painting operations of the JScrollPane that contains this custom drawing component.
getPrefix(String) - Method in class org.xtce.toolkit.XTCENamespaceContext
Retrieve the prefix associated with a URI.
getPrefixes(String) - Method in class org.xtce.toolkit.XTCENamespaceContext
Retrieve the declared prefixes for this Node context
getPrimaryLongDescription(DescriptionType) - Method in class org.xtce.toolkit.XTCENamedObject
Retrieves the LongDescription element text of the primary element for a named object in the XTCE data model.
getPrimaryShortDescription(DescriptionType) - Method in class org.xtce.toolkit.XTCENamedObject
Retrieves the shortDescription attribute of the primary element for a named object in the XTCE data model.
getRawBitOrder() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to determine the bit ordering from the encoding node of the Type that describes this Parameter, Argument, or Member element.
getRawFromUncalibrated(String) - Method in interface org.xtce.toolkit.XTCEAbsoluteTimeType
Retrieve the raw binary bits for encoding of this time item, which can be a Parameter or Argument, when given the uncalibrated value.
getRawFromUncalibrated(String) - Method in class org.xtce.toolkit.XTCECcsdsCucTimeHandler
Retrieve the raw binary bits for encoding of this time item, which can be a Parameter or Argument, when given the uncalibrated value.
getRawFromUncalibrated(String) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the raw binary bits for encoding of this typed object when given the uncalibrated value.
getRawFromUncalibrated(BigInteger) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the raw binary bits for encoding of this typed object when given the uncalibrated value.
getRawFromUncalibrated(long) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the raw binary bits for encoding of this typed object when given the uncalibrated value.
getRawFromUncalibrated(BigDecimal) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the raw binary bits for encoding of this typed object when given the uncalibrated value.
getRawFromUncalibrated(double) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the raw binary bits for encoding of this typed object when given the uncalibrated value.
getRawFromUncalibrated(float) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the raw binary bits for encoding of this typed object when given the uncalibrated value.
getRawFromUncalibrated(String) - Method in class org.xtce.toolkit.XTCEPosixTimeHandler
Retrieve the raw binary bits for encoding of this time item, which can be a Parameter or Argument, when given the uncalibrated value.
getRawSizeInBits() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the size in bits that this entry occupies in the container stream, or an empty string if this entry is "information only", such as another container or a telecommand entry.
getRawSizeInBits() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieves the size in bits of the raw encoded value for this type of Parameter, Argument, or Member.
getRawType() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieves a short name for the raw encoding type of this named and typed object in the XTCE data model.
getRawTypeString() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieves a short name for the raw encoding type of this named and typed object in the XTCE data model.
getRawValue() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the Raw value of the entry, regardless of how it was assigned.
getRawValueHex() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the Raw value of the entry, regardless of how it was assigned.
getRecentFilesMaxCountOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user preference for the number of files to store in the recently loaded list for quicker access.
getRecentFindContainerSearches() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the list of recent Find Container Search Text items to display in the combo box for user convenience.
getRecentFindParameterSearches() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the list of recent Find Parameter Search Text items to display in the combo box for user convenience.
getRecentFindTelecommandSearches() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the list of recent Find Telecommand Search Text items to display in the combo box for user convenience.
getReference() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a reference to the JAXB object that represents this SpaceSystem element in the XTCE data model.
getReference() - Method in class org.xtce.toolkit.XTCETMStream
Retrieve a reference to the native JAXB object that is generated from the XTCE schema.
getRepeatParameterInfo() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the repeating condition for this entry.
getRootSpaceSystem() - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve an XTCESpaceSystem object that represents the root SpaceSystem element of this XTCE document.
getSavedFile() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileCompressProgressDialog
Retrieve the File that was saved after the compression.
getSavedFile() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileUpgradeProgressDialog
Retrieve the File that was saved after the conversion.
getSavedXPathQueries() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the list of stored XPath Query items to display in the combo box for user convenience.
getSchemaFromDocument() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Retrieve the XTCE schema document that is applicable for this loaded file.
getSelectedOptions() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerDatabaseCompressorDialog
 
getSequenceContainerReference() - Method in class org.xtce.toolkit.XTCETMContainer
Retrieve a reference to the SequenceContainer element in the JAXB generated classes for the XTCE data model.
getShortDescription() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getShortDescription() - Method in class org.xtce.toolkit.XTCEArgument
Retrieves the "effective" Short Description of this Argument or Member in the XTCE data model.
getShortDescription() - Method in class org.xtce.toolkit.XTCEParameter
Retrieves the "effective" Short Description of this Parameter or Member in the XTCE data model.
getShortDescription() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve the short description attribute of this Space System.
getShortDescription() - Method in class org.xtce.toolkit.XTCETCContainer
Retrieve the shortDescription attribute for this CommandContainer.
getShortDescription() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve the short description attribute.
getShortDescription() - Method in class org.xtce.toolkit.XTCETMContainer
Retrieve the shortDescription attribute for this SequenceContainer.
getShowAliasNamespacesOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user preference for showing the alias namespace on the XTCEViewer displays in the form of NS::ALIAS, which is generally recommended if more than one namespace is to be shown.
getShowAll() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
 
getShowAllAliasNamespacesOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user preference for showing all available Aliases on the XTCEViewer displays.
getShowAllContainerConditionalsOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user preference for showing all available conditions and their children on containers within the XTCEViewer displays.
getSpaceSystem(String) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve an arbitrary SpaceSystem wrapped element from the document.
getSpaceSystemName() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getSpaceSystemName() - Method in class org.xtce.toolkit.XTCENamedObject
Retrieve the Space System name that contains this object in the XTCE data model.
getSpaceSystemPath() - Method in class org.xtce.toolkit.XTCENamedObject
Retrieve the Space System path that contains this object in the XTCE data model.
getSpaceSystemReference() - Method in class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemTreeNode
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.
getSpaceSystemTree() - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve a list of all the SpaceSystem elements in this XTCE document, wrapped inside XTCESpaceSystem objects.
getStartBit() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the start bit that this entry occupies in the container stream, or an empty string if this entry is "information only", such as another container or a telecommand entry.
getStream(String) - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve a the Telemetry Streams that is defined in the XTCE document.
getStreamByteArrayFromBitSet(BitSet, int) - Static method in class org.xtce.toolkit.XTCEFunctions
This function converts a BitSet from the encode functions to a byte array in the order it would exist on the wire in that the zeroth index is the first byte read/written.
getStreamReference() - Method in class org.xtce.apps.editor.ui.XTCEViewerStreamTreeNode
Accessor to retrieve a reference to the XTCETMStream object that is represented by this node in the tree of streams.
getStreamRootContainer() - Method in class org.xtce.toolkit.XTCETMStream
Retrieve the XTCETMContainer that is the base container for this stream.
getStreamRootContainerPath() - Method in class org.xtce.toolkit.XTCETMStream
Retrieve the path to the XTCE SequenceContainer element that is the base container for this stream definition.
getStreams() - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telemetry Streams that are defined in the XTCE document.
getStreams() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a List of Streams that are locally defined in this Space System, modeled as XTCETMStream objects.
getSystemName() - Method in class org.xtce.toolkit.XTCEParameter
Accessor to retrieve the content of the SystemName element in the XTCE Parameter element.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.xtce.apps.editor.ui.XTCEViewerParameterTableCellRenderer
 
getTCParameterTypeReference(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a Parameter Type Element from this SpaceSystem element if it exists.
getTelecommand() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the XTCETelecommand that is represented by this entry, or a null pointer if this entry is not based on an XTCETelecommand.
getTelecommand(String) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve a specific telecommand in the XTCE database by the fully qualified path name to the telecommand, using XTCE document path rules.
getTelecommand(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieves a named Telecommand from this Space System as an XTCETelecommand object.
getTelecommandContainer() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the XTCETCContainer that is represented by this entry, or a null pointer if this entry is not based on an XTCETCContainer.
getTelecommandParameter(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieves a named TC Parameter from this Space System.
getTelecommandParameters() - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telecommand Parameters that are defined in the XTCE document.
getTelecommandParameters(String) - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telecommand Parameters that are defined in the XTCE document that match a glob style name pattern.
getTelecommandParameters(String, String) - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telecommand Parameters that are defined in the XTCE document that match a glob style alias pattern in a specified namespace.
getTelecommandParameters() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieves a List of all TC Parameters modeled by this Space System object.
getTelecommandPath() - Method in class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeNode
Accessor to retrieve the fully qualified name and path to this telecommand in the XTCE Space System hierarchy.
getTelecommandReference() - Method in class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeNode
Accessor to retrieve a reference to the XTCETelecommand object that is represented by this node in the tree of containers.
getTelecommandReference() - Method in class org.xtce.toolkit.XTCETelecommandContentModel
Accessor to get the reference to the XTCETelecommand object that this model represents.
getTelecommands() - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telecommands that are defined in the XTCE document.
getTelecommands(String) - Method in class org.xtce.toolkit.XTCEDatabase
Retrieve a List of Telecommands that match a user provided string glob, modeled as XTCETelecommand objects.
getTelecommands() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a List of MetaCommand or BlockMetaCommand elements that are locally defined in this Space System, modeled as XTCETelecommand objects.
getTelecommands(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a List of Telecommands that match a user provided string glob, modeled as XTCETelecommand objects.
getTelemetryContainer() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the XTCETMContainer that is represented by this entry, or a null pointer if this entry is not based on an XTCETMContainer.
getTelemetryParameter(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieves a named TM Parameter from this Space System.
getTelemetryParameters() - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telemetry Parameters that are defined in the XTCE document.
getTelemetryParameters(String) - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telemetry Parameters that are defined in the XTCE document that match a glob style name pattern.
getTelemetryParameters(String, String) - Method in class org.xtce.toolkit.XTCEDatabase
Function to retrieve all of the Telemetry Parameters that are defined in the XTCE document that match a glob style alias pattern in a specified namespace.
getTelemetryParameters() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieves a List of all TM Parameters modeled by this Space System object.
getText(String) - Static method in class org.xtce.toolkit.XTCEFunctions
This function supports I18N and L10N for the XTCE toolkit by permitting this class to maintain the statics for internationalization and making it easy for calling code to get internationalized strings from anywhere.
getTMParameterTypeReference(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve a Parameter Type Element from this SpaceSystem element if it exists.
getTotalSize() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Retrieve the total size/length of this container in bits.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTreeCellRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeCellRenderer
 
getTypeReference() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to retrieve a reference to the Parameter or Argument Type object that is kept as a reference for this typed and named object.
getTypeReferenceFullPath() - Method in class org.xtce.toolkit.XTCEArgument
Retrieves the fully qualified XTCE path reference to the type that describes this argument.
getTypeReferenceFullPath() - Method in class org.xtce.toolkit.XTCEParameter
Retrieves the fully qualified XTCE path reference to the type that describes this parameter.
getUncalibratedFromCalibrated(String) - Method in interface org.xtce.toolkit.XTCEAbsoluteTimeType
Retrieve the uncalibrated value for this time item, which can be a Parameter or Argument, when given the EU calibrated value.
getUncalibratedFromCalibrated(String) - Method in class org.xtce.toolkit.XTCECcsdsCucTimeHandler
Retrieve the uncalibrated value for this time item, which can be a Parameter or Argument, when given the EU calibrated value.
getUncalibratedFromCalibrated(String) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the uncalibrated value of an EU calibrated value for this typed object.
getUncalibratedFromCalibrated(BigInteger) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the uncalibrated value of an EU calibrated value for this typed object.
getUncalibratedFromCalibrated(long) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the uncalibrated value of an EU calibrated value for this typed object.
getUncalibratedFromCalibrated(BigDecimal) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the uncalibrated value of an EU calibrated value for this typed object.
getUncalibratedFromCalibrated(double) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the uncalibrated value of an EU calibrated value for this typed object.
getUncalibratedFromCalibrated(float) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the uncalibrated value of an EU calibrated value for this typed object.
getUncalibratedFromCalibrated(String) - Method in class org.xtce.toolkit.XTCEPosixTimeHandler
Retrieve the uncalibrated value for this time item, which can be a Parameter or Argument, when given the EU calibrated value.
getUncalibratedFromRaw(BitSet) - Method in interface org.xtce.toolkit.XTCEAbsoluteTimeType
Retrieve the uncalibrated value of this time item, which can be a Parameter or Argument, when given the raw binary value.
getUncalibratedFromRaw(BitSet) - Method in class org.xtce.toolkit.XTCECcsdsCucTimeHandler
Retrieve the uncalibrated value of this time item, which can be a Parameter or Argument, when given the raw binary value.
getUncalibratedFromRaw(BitSet) - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the uncalibrated value of this typed object item when given the raw binary value.
getUncalibratedFromRaw(BitSet) - Method in class org.xtce.toolkit.XTCEPosixTimeHandler
Retrieve the uncalibrated value of this time item, which can be a Parameter or Argument, when given the raw binary value.
getUncalibratedValue() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve the Uncalibrated value of the entry, regardless of how it was assigned.
getUnits() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieve the units of measure and the nature/description for this named and typed object in the XTCE data model.
getUserValues() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Retrieve the current applied list of user values.
getUseXIncludeOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieve the user preference for using the XInclude XML feature when loading a database document.
getValidateOnLoadOption() - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Retrieves the user preference for exercising XSD validation on any XTCE XML document at time of load.
getValidationStatus() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getValidRange() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to retrieve the ValidRange element information from this named and typed object in the XTCE data model.
getValue() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieves the value that is set or restricted on this entry based on ArgumentAssignment, RestrictionCriteria, or user chosen set values.
getValueDisplayString(XTCEContainerContentEntry, String) - Method in class org.xtce.toolkit.examples.ContainerDefaultValueDump
Method to build a the Java Properties output string for a specific entry in the container.
getValueDisplayString(XTCEParameter, String) - Method in class org.xtce.toolkit.examples.ParameterDefaultValueDump
Method to build a the Java Properties output string for a specific parameter.
getVersion() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
getWarningCount() - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Retrieve the count of the warnings that were logged by SAX during validation of the XTCE document.
getWarnings() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Accessor to retrieve the list of warnings when processing this container.
getWarnings() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve any warnings that occurred when processing this specific value.
getWarnings() - Method in class org.xtce.toolkit.XTCEItemValue
Retrieve the list of warnings that have accumulated since this object was created or since the caller last cleared the warnings list.
getWarningsFromLastOperation() - Method in class org.xtce.toolkit.XTCESpaceSystem
Retrieve the warnings created from the last operation invoked.
goToContainer(String, String) - Method in class org.xtce.apps.editor.ui.XTCEViewer
 
goToParameter(String, String, boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewer
 
goToTelecommand(String, String) - Method in class org.xtce.apps.editor.ui.XTCEViewer
 

H

handleEvent(ValidationEvent) - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Method to capture schema validation events that occur during the JAXB unmarshal operation.
hasContextCalibrators() - Method in class org.xtce.toolkit.XTCETypedObject
Method to determine if this typed object has a list of context calibrators.
hasDefaultCalibrator() - Method in class org.xtce.toolkit.XTCETypedObject
Method to determine if this typed object has a default calibrator.
hashCode() - Method in class org.xtce.toolkit.XTCEAlias
Hash Code Operator
hashCode() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Hashing Function Hashes the string representation of this entry value for used in certain types of collections.
hashCode() - Method in class org.xtce.toolkit.XTCENamedObject
Hash function for Java Collections Key rule here is that if this object is equal to another object via the equals() function, then the hashCode() must also be the same.

I

integerStringToBigInteger(String) - Method in class org.xtce.toolkit.XTCEItemValue
Convert a string representation of a Raw Value to a BigInteger.
isAbstract() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve the abstract attribute flag for this XTCETelecommand.
isAbstract() - Method in class org.xtce.toolkit.XTCETMContainer
Retrieve the abstract flag for this SequenceContainer.
isAccepted() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
 
isApplicable(AbsoluteTimeDataType) - Method in interface org.xtce.toolkit.XTCEAbsoluteTimeType
Method to determine if an XTCE AbsoluteTimeType, either Parameter or Argument, is handled by this implementation of the interface.
isApplicable(AbsoluteTimeDataType) - Method in class org.xtce.toolkit.XTCECcsdsCucTimeHandler
Method to determine if an XTCE AbsoluteTimeType, either Parameter or Argument, is handled by this implementation of the interface.
isApplicable(AbsoluteTimeDataType) - Method in class org.xtce.toolkit.XTCEPosixTimeHandler
Method to determine if an XTCE AbsoluteTimeType, either Parameter or Argument, is handled by this implementation of the interface.
isArgument() - Method in class org.xtce.toolkit.XTCEArgument
Accessor to determine if this XTCEArgument object represents a Argument element in the XTCE data model.
isBlockMetaCommand() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve whether or not this XTCETelecommand represents a BlockMetaCommand element in the underlying XTCE data model.
isCompatibleWith(XTCEContainerEntryValue) - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Compatibility Operator This method compares this entry value with another entry value to see if they are "compatible".
isCurrentlyInUse() - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Retrieve the "in use" attribute of this entry.
isDeepCount() - Method in class org.xtce.toolkit.XTCESpaceSystemMetrics
Retrieve the type of count that was performed to construct these metrics.
isEntryConditionSatisfied(XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
isEntryNeedingStartBit(XTCEContainerContentEntry) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
isFloatRawValueReasonable(double) - Method in class org.xtce.toolkit.XTCEItemValue
Check for reasonableness of the raw value to encode to a float type encoding.
isHighValueCalibrated() - Method in class org.xtce.toolkit.XTCEValidRange
Retrieve the flag indicating if the high value should be applied to the calibrated or the raw value.
isHighValueInclusive() - Method in class org.xtce.toolkit.XTCEValidRange
Retrieve the flag indicating if the high value should be applied as inclusive or exclusive.
isIntegerRawValueReasonable(BigInteger) - Method in class org.xtce.toolkit.XTCEItemValue
Check for reasonableness of the raw value to encode to an integer type encoding.
isLowValueCalibrated() - Method in class org.xtce.toolkit.XTCEValidRange
Retrieve the flag indicating if the low value should be applied to the calibrated or the raw value.
isLowValueInclusive() - Method in class org.xtce.toolkit.XTCEValidRange
Retrieve the flag indicating if the low value should be applied as inclusive or exclusive.
isMember() - Method in class org.xtce.toolkit.XTCEArgument
Accessor to determine if this XTCEArgument object represents a Member element in the XTCE data model.
isMember() - Method in class org.xtce.toolkit.XTCEParameter
Accessor to determine if this XTCEParameter object represents a Member element in the XTCE data model.
isMetaCommand() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve whether or not this XTCETelecommand represents a MetaCommand element in the underlying XTCE data model.
isParameter() - Method in class org.xtce.toolkit.XTCEParameter
Accessor to determine if this XTCEParameter object represents a Parameter element in the XTCE data model.
isProcessingCompatible(BitSet) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Retrieve the compatibility of this container with the raw bits provided by the caller to determine if this is the right model object to match the binary.
isReadOnly() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Retrieve the read only flag that was provided when the XTCE document was loaded and parsed.
isReadOnly() - Method in class org.xtce.toolkit.XTCEParameter
Accessor to determine if this Parameter or Member represented by this object is in a "Read Only" state, as defined by the readOnly attribute of the ParameterProperties element.
isReadOnlySelected() - Method in class org.xtce.apps.editor.ui.XTCEViewerOpenFileChooser
Retrieve the selection state of the option to open the XTCE document in read-only mode, which is much faster.
isSettable() - Method in class org.xtce.toolkit.XTCEParameter
Accessor to determine if this Parameter or Member represented by this object is in a "settable" state, as defined by the readOnly attribute of the ParameterProperties element.
isTelecommandParameter(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Check whether or not a named TC Parameter exists in this Space System.
isTelemetryParameter(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Check whether or not a named TM Parameter exists in this Space System.
isValid() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Retrieve the container processing validity guess flag.
isValid() - Method in class org.xtce.toolkit.XTCEItemValue
Retrieves the validity flag from this item value encode/decode.
isValid() - Method in class org.xtce.toolkit.XTCETypedObject
Accessor to determine if this named and types object is valid in the XTCE document.
isValidateSelected() - Method in class org.xtce.apps.editor.ui.XTCEViewerOpenFileChooser
Retrieve the selection state of the option to validate the XTCE document when loading it using the XTCE schema description (XSD).
isValidRangeApplied() - Method in class org.xtce.toolkit.XTCEValidRange
Retrieve the flag indicating if there is currently a ValidRange element applied to the type represented in this object.
isXIncludeSelected() - Method in class org.xtce.apps.editor.ui.XTCEViewerCompressFileChooser
Retrieve the selection state of the option to use XInclude when opening the requested file.
isXIncludeSelected() - Method in class org.xtce.apps.editor.ui.XTCEViewerOpenFileChooser
Retrieve the selection state of the option to use XInclude when opening the requested file.
isXIncludeSelected() - Method in class org.xtce.apps.editor.ui.XTCEViewerUpgradeFileChooser
Retrieve the selection state of the option to use XInclude when opening the requested file.

L

loadDatabase(File, boolean, boolean, boolean) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Protected method to read/parse an XTCE XML document and populate the internal data members for this object.
loadDatabase(URL, boolean, boolean, boolean) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Protected method to read/parse an XTCE XML document and populate the internal data members for this object.
loadDatabase(InputStream, String, boolean, boolean, boolean) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Protected method to read/parse an XTCE XML document and populate the internal data members for this object.

M

main(String[]) - Static method in class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
 
main(String[]) - Static method in class org.xtce.apps.editor.dialogs.XTCEViewerDatabaseCompressorDialog
 
main(String[]) - Static method in class org.xtce.apps.editor.dialogs.XTCEViewerHelpMenuAboutDialog
 
main(String[]) - Static method in class org.xtce.apps.editor.dialogs.XTCEViewerParameterDetailDialog
 
main(String[]) - Static method in class org.xtce.apps.editor.ui.XTCEViewer
This is the main function that launches the XTCE Viewer/Browser/Editor application.
main(String[]) - Static method in class org.xtce.toolkit.examples.ContainerDefaultValueDump
This application emits Parameter default values from an XTCE database file provided as the first argument with the remaining arguments containing the desired container names.
main(String[]) - Static method in class org.xtce.toolkit.examples.ConvertDatabaseSchemaVersion
This application emits a new XTCE 1.2 compliant XML document from an existing XTCE 1.1 compliant XML document.
main(String[]) - Static method in class org.xtce.toolkit.examples.DecodeContainerExample
The DecodeContainerExample application provides an API example to process/decode a binary file that contains a container whose binary contents are described in an XTCE satellite database.
main(String[]) - Static method in class org.xtce.toolkit.examples.DumpParameterListExample
The main executable function
main(String[]) - Static method in class org.xtce.toolkit.examples.EncodeContainerExample
The EncodeContainerExample application provides an API example to process a container specification from an XTCE document and encode values to the container, enabling the user to extract the binary contents of that container.
main(String[]) - Static method in class org.xtce.toolkit.examples.ParameterDefaultValueDump
This application emits Parameter default values from an XTCE database file provided as the first argument with the remaining arguments containing the desired parameter names.
main(String[]) - Static method in class org.xtce.toolkit.examples.ProcessContainerExample
 
main(String[]) - Static method in class org.xtce.toolkit.examples.ProcessEcssHousekeepingExample
Everything is in main for this example.
makeAliasDisplayString(XTCENamedObject, boolean, boolean, String) - Static method in class org.xtce.toolkit.XTCEFunctions
This function formats the aliases on a named and typed object based on some preferences.
makeRepeatString(long, long) - Static method in class org.xtce.toolkit.XTCEFunctions
This function makes the repeat parameter/argument string, taking into account the internationalization.
marshalToXml(JAXBElement) - Method in class org.xtce.toolkit.XTCEDocumentMarshaller
 
matchesUsingGlob(String, String) - Static method in class org.xtce.toolkit.XTCEFunctions
A matcher function that uses the glob style algorithm to determine if a candidate string matches a glob style pattern.
MathOperationCalibration - Class in org.xtce.math
Class to apply a calibration specified in an XTCE document in the form of a Math Operation Calibrator.
MathOperationCalibration(CalibratorType.MathOperationCalibrator) - Constructor for class org.xtce.math.MathOperationCalibration
Constructs a Calibration object based on the MathOperationCalibrator element in the XTCE document.
MilStd1750A - Class in org.xtce.math
This class supports the MILSTD-1750A encoding and decoding by allowing for conversion from 16, 32, and 48 bit floating point values, in MILSTD 1750A representation to and from native IEEE754 representation for use in Java.
MilStd1750A(BigInteger, int) - Constructor for class org.xtce.math.MilStd1750A
Constructor for base 10 or base 16 representations of a raw MILSTD 1750A floating point representation.
MilStd1750A(double, int) - Constructor for class org.xtce.math.MilStd1750A
Constructor for native IEEE754 representations of a raw MILSTD 1750A floating point number.

N

newDatabase(String) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Method to create a new XTCE Document in memory, which is always created in an editable state instead of read-only.
normalizeDocument() - Method in class org.xtce.toolkit.XTCEDatabaseParser
Method to normalize the whitespace in the XML Document Object Model to make saved documents look clean.

O

openFile(T, boolean, boolean, boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewer
Method to load a new XTCE database file, taking into account that one might already be loaded and offering the user an opportunity to save this or cancel before closing an already open file.
org.xtce.apps.editor.dialogs - package org.xtce.apps.editor.dialogs
 
org.xtce.apps.editor.ui - package 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.math - package org.xtce.math
 
org.xtce.toolkit - package 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.database.examples - package org.xtce.toolkit.database.examples
This package contains example database files in XTCE format for use by the toolkit examples and in some unit tests.
org.xtce.toolkit.examples - package 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.

P

paintComponent(Graphics) - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerDrawing
Method to draw the container/telecommand contents picture onto the Java Swing supplied Graphics object when requested by the event dispatch thread, which occurs quite often as it checks for updates.
ParameterDefaultValueDump - Class in org.xtce.toolkit.examples
This application emits Parameter default values from a specified XTCE database file to the STDOUT stream for use by scripts or other tools.
PolynomialCalibration - Class in org.xtce.math
Class to apply a calibration specified in an XTCE document in the form of a Polynomial Calibrator.
PolynomialCalibration(PolynomialType, XTCEValidRange, int, XTCETypedObject.RawType) - Constructor for class org.xtce.math.PolynomialCalibration
Constructs a Calibration object based on the PolynomialType element in the XTCE document.
populateAliasListFromReference(AliasSetType) - Method in class org.xtce.toolkit.XTCENamedObject
Private method to gather the aliases from this named object, which is performed once for Containers, Streams, and Member objects, but appended to with the type element for Parameters and Arguments.
proceed() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerDatabaseCompressorDialog
 
processContainer() - Method in class org.xtce.toolkit.XTCEContainerContentModel
This method processes the contents of the entire container into an ArrayList of XTCEContainerContentEntry objects.
processContainer(XTCETMContainer, List<XTCEContainerEntryValue>, boolean) - Method in class org.xtce.toolkit.XTCEDatabase
Function to decompose an XTCETMContainer 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.
processContainer(XTCETMContainer, BitSet) - Method in class org.xtce.toolkit.XTCEDatabase
Function to decompose an XTCETMContainer 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.
processContainer(XTCETMContainer, byte[]) - Method in class org.xtce.toolkit.XTCEDatabase
Function to decompose an XTCETMContainer 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.
processContainer(XTCETMContainer, InputStream) - Method in class org.xtce.toolkit.XTCEDatabase
Function to decompose an XTCETMContainer 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.
ProcessContainerExample - Class in org.xtce.toolkit.examples
This class is an executable main that loads an XTCE database file and dumps the contents of all the containers to STDOUT.
ProcessContainerExample() - Constructor for class org.xtce.toolkit.examples.ProcessContainerExample
 
ProcessEcssHousekeepingExample - Class in org.xtce.toolkit.examples
This class is an executable main that loads an XTCE database file and dumps the contents of all the ECSS PUS Housekeeping packets in Service 3, Subservice 25 to STDOUT based on iterating through the "Structure IDs" where a parameter SID_SWITCH_PARAMETER_NAME is an Enumerated Parameter containing all the SIDs and a value of NONE.
ProcessEcssHousekeepingExample() - Constructor for class org.xtce.toolkit.examples.ProcessEcssHousekeepingExample
 
processEndOfContainer(BinaryDataEncodingType, XTCEContainerContentModelBase.RunningStartBit, long, long) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
processStream(BitSet) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStream(byte[]) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStream(InputStream) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStreamIncludeOnly(BitSet, List<XTCETMContainer>) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStreamIncludeOnly(byte[], List<XTCETMContainer>) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStreamIncludeOnly(InputStream, List<XTCETMContainer>) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStreamWithExcludes(BitSet, List<XTCETMContainer>) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStreamWithExcludes(byte[], List<XTCETMContainer>) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processStreamWithExcludes(InputStream, List<XTCETMContainer>) - Method in class org.xtce.toolkit.XTCETMStream
Function to decompose a binary data stream 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.
processTelecommand(XTCETelecommand, List<XTCEContainerEntryValue>, boolean) - Method in class org.xtce.toolkit.XTCEDatabase
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.
processTelecommand(XTCETelecommand, BitSet) - Method in class org.xtce.toolkit.XTCEDatabase
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.
processTelecommand(XTCETelecommand, byte[]) - Method in class org.xtce.toolkit.XTCEDatabase
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.
processTelecommand(XTCETelecommand, InputStream) - Method in class org.xtce.toolkit.XTCEDatabase
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.
processTelecommand() - Method in class org.xtce.toolkit.XTCETelecommandContentModel
This method processes the contents of the entire telecommand into a List of XTCEContainerContentEntry objects.
properties_ - Variable in class org.xtce.toolkit.XTCEDatabaseExporter
 
propertyChange(PropertyChangeEvent) - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileCompressProgressDialog
Method invoked by the SwingWorker Task object when the status of the progress property changes.
propertyChange(PropertyChangeEvent) - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileUpgradeProgressDialog
Method invoked by the SwingWorker Task object when the status of the progress property changes.

R

registerAbsoluteTimeHandler(XTCEAbsoluteTimeType) - Static method in class org.xtce.toolkit.XTCEFunctions
Method to register a custom time handler for XTCE AbsoluteTimeDataType elements.
removeAlias(int) - Method in class org.xtce.apps.editor.ui.XTCEViewerAliasSet
 
removeAuthor(int) - Method in class org.xtce.apps.editor.ui.XTCEViewerAuthorSet
 
removeDefaultAttribute(Element, String, String) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Remove an attribute node from an element in the Document Object Model when the attribute contains the default value.
removeHistoryRecord(int) - Method in class org.xtce.apps.editor.ui.XTCEViewerHistorySet
 
removeNote(int) - Method in class org.xtce.apps.editor.ui.XTCEViewerNoteSet
 
removeSavedXPathQuerySearch(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Removes an XPath Query item from the saved cache.
renameElement(Element, String) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Rename an Element node in the Document Object Model assuming that it is the XTCE namespace but consider that the XTCE URI might be the default namespace, in which case there is no prefix, or it could have the xtce: prefix.
reorderItemsByStartBit() - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
 
reOrient(XTCEViewerContainerDrawing.Orientation) - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerDrawing
Method to change the orientation flag to a new setting, either LEFT_TO_RIGHT or TOP_TO_BOTTOM and sets the drawing flag to cause a redraw at the next opportunity.
repopulate() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerContainerEncodingDialog
Method to repopulate the existing dialog when a value changes.
resolvePathReference(String, String) - Static method in class org.xtce.toolkit.XTCEFunctions
This function mimics the behavior of the ubiquitous filesystem function called realpath().
RunningStartBit() - Constructor for class org.xtce.toolkit.XTCEContainerContentModelBase.RunningStartBit
 

S

save(File) - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerDrawing
Method to save the drawing to an image file on the filesystem.
save(File) - Method in class org.xtce.toolkit.XTCEDatabase
Function to save the currently loaded database file.
save() - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Conclude the compression by saving the XML content to an automatically generated filename.
save(File) - Method in class org.xtce.toolkit.XTCEDatabaseCompressor
Conclude the compression by saving the XML content to a provided file.
save() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Conclude the conversion/upgrade by saving the XML content to an automatically generated filename.
save(File) - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Conclude the conversion/upgrade by saving the XML content to a provided file.
saveDatabase(File) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Method to write the current XTCE Document in memory to a File object.
sdb_ - Variable in class org.xtce.toolkit.examples.ContainerDefaultValueDump
Data Member to hold the XTCEDatabase file object from the library for use by functions.
sdb_ - Variable in class org.xtce.toolkit.examples.ParameterDefaultValueDump
Data Member to hold the XTCEDatabase file object from the library for use by functions.
selectSpaceSystemFromTree(JTree, String, boolean) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Helper function to determine if a provided SpaceSystem by name is a node in a JTree list of Space Systems.
set(long) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase.RunningStartBit
 
setChanged(boolean) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Set the change flag to indicate whether or not this XTCE document has been changed since the last time it was saved.
setCondition(XTCEParameter, ComparisonType) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets the include condition for this entry, which is always based on a Parameter in a ComparisonType element from the XTCE data model.
setConditionList(List<XTCEContainerEntryValue>, boolean) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets the include condition list based on it already being evaluated.
setContainerOrientationOption(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for drawing containers and telecommands as to their orientation on the drawing.
setContentModel(XTCEContainerContentModel) - Method in class org.xtce.apps.editor.ui.XTCEViewerContainerTreeNode
Setter to update the internal container model object when the container for this tree node is evaluated.
setContentModel(XTCETelecommandContentModel) - Method in class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeNode
Setter to update the internal container model object when the container for this tree node is evaluated.
setCurrentlyInUse(boolean) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets the "in use" attribute of this entry.
setCurrentWorkingDirectory(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the last working directory that was used for a load or save operation, considering that this is not retained in the Preferences.
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerAlias
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerAliasSet
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerAuthor
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerAuthorSet
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerHistory
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerHistorySet
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerNote
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerNoteSet
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemAttributes
 
setEditable(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemDetails
 
setFilename(File) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Protected method to set a new filename when the database is saved.
setHeaderAttributes(String, String, String, String, String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Sets the basic Header element attributes for this Space System element.
setLanguagePreference(Locale) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preferred language and country preference.
setLocalePreference(Locale) - Static method in class org.xtce.toolkit.XTCEFunctions
Sets the user language and country preference so that a ResourceBundle can be loaded to assist the getText() function.
setLongDescription(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Sets the long description attribute of this Space System.
setLongDescription(String) - Method in class org.xtce.toolkit.XTCETCContainer
Sets the Long Description element text for this CommandContainer.
setLongDescription(String) - Method in class org.xtce.toolkit.XTCETelecommand
Set the long description element text content.
setLongDescription(String) - Method in class org.xtce.toolkit.XTCETMContainer
Sets the Long Description element text for this SequenceContainer.
setOperationalStatus(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Sets the operationalStatus attribute on the SpaceSystem element or removes it if the content is empty.
setParentWindow(XTCEViewer) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
This permits the XTCEViewer application to set a reference to itself for displaying the warning dialog in the event that the preferences cannot be saved.
setPreferredAliasNamespaceOption(String) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for which namespace to show Aliases for on XTCEViewer displays.
setPreferredNamespace(String) - Method in class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
 
setPrimaryLongDescription(DescriptionType, String) - Method in class org.xtce.toolkit.XTCENamedObject
Sets the shortDescription attribute of the primary element for a named object in the XTCE data model.
setPrimaryShortDescription(DescriptionType, String) - Method in class org.xtce.toolkit.XTCENamedObject
Sets the shortDescription attribute of the primary element for a named object in the XTCE data model.
setRecentFilesMaxCountOption(int) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for the number of files to store in the recently loaded list for quicker access.
setRepeatparameterInfo(String) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets the repeating condition for this entry.
setShortDescription(String) - Method in class org.xtce.toolkit.XTCESpaceSystem
Sets the short description attribute of this Space System.
setShortDescription(String) - Method in class org.xtce.toolkit.XTCETCContainer
Sets the shortDescription attribute for this CommandContainer.
setShortDescription(String) - Method in class org.xtce.toolkit.XTCETelecommand
Set the short description attribute.
setShortDescription(String) - Method in class org.xtce.toolkit.XTCETMContainer
Sets the shortDescription attribute for this SequenceContainer.
setShowAliasNamespacesOption(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for showing the alias namespace on the XTCEViewer displays in the form of NS::ALIAS, which is generally recommended if more than one namespace is to be shown.
setShowAll(boolean) - Method in class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
 
setShowAllAliasNamespacesOption(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for showing all available Aliases on the XTCEViewer displays.
setShowAllConditionals(boolean) - Method in class org.xtce.toolkit.XTCEContainerContentModelBase
Sets the user preference for showing the depth into conditional containers and aggregate members, including repeats, when the entry item is not currently included by the include condition logic.
setShowAllContainerConditionalsOption(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for showing all available conditions and their children on containers within the XTCEViewer displays.
setSpaceSystem(XTCESpaceSystem) - Method in class org.xtce.apps.editor.ui.XTCEViewerAliasSet
 
setSpaceSystem(XTCESpaceSystem) - Method in class org.xtce.apps.editor.ui.XTCEViewerAuthorSet
 
setSpaceSystem(XTCESpaceSystem, XTCEViewerSpaceSystemDetails) - Method in class org.xtce.apps.editor.ui.XTCEViewerHistorySet
 
setSpaceSystem(XTCESpaceSystem, XTCEViewerSpaceSystemDetails) - Method in class org.xtce.apps.editor.ui.XTCEViewerNoteSet
 
setSpaceSystem(XTCESpaceSystem) - Method in class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemAttributes
 
setStartBit(long) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets the start bit for this entry in the container stream.
setStartBit(String) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets the start bit for this entry in the container stream.
setupFieldStates() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
 
setUseXIncludeOption(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for using the XInclude XML feature when loading a database document.
setValidateOnLoadOption(boolean) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Sets the user preference for exercising the XSD validation on any XTCE XML document at time of load.
setValue(ComparisonType) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets a value for this entry based on a RestrictionCriteria by passing the ComparisonType from the XTCE data model.
setValue(MetaCommandType.BaseMetaCommand.ArgumentAssignmentList.ArgumentAssignment) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets a value for this entry based on a ArgumentAssignment by passing the ArgumentAssignment from the XTCE data model.
setValue(XTCEContainerEntryValue) - Method in class org.xtce.toolkit.XTCEContainerContentEntry
Sets a value for this entry based on a XTCEContainerEntryValue from this toolkit.
showAllConditions_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
showContainerDefaultValues(String, String) - Method in class org.xtce.toolkit.examples.ContainerDefaultValueDump
Method to display the found parameter default/initial values in the user provided database container.
showParameterDefaultValues(List<String>, String) - Method in class org.xtce.toolkit.examples.ParameterDefaultValueDump
Method to display the found parameter default/initial values.
showRightClickTableMenu(MouseEvent, JTable, JPopupMenu) - Static method in class org.xtce.apps.editor.ui.XTCEViewerFunctions
Show the right click menu associated with a table in the viewer.
sizeChanged() - Method in class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemDetails
 
spaceSystems_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
SplineCalibration - Class in org.xtce.math
Class to apply a calibration specified in an XTCE document in the form of a Spline Calibrator.
SplineCalibration(CalibratorType.SplineCalibrator) - Constructor for class org.xtce.math.SplineCalibration
Constructs a Calibration object based on the SplineCalibrator element in the XTCE document.

T

toIeeeDouble() - Method in class org.xtce.math.MilStd1750A
Retrieves this MILSTD modeled value as an IEEE754 double, which is the native representation for Java.
toInfixString() - Method in class org.xtce.math.MathOperationCalibration
Method to create a simple space delimited string that represents the infix expression from the XTCE MathOperationCalibrator that this object instance represents.
toRawBits() - Method in class org.xtce.math.MilStd1750A
Retrieves this MILSTD modeled value as a raw binary value, in the form of a long integer representation for binary encoding.
toString() - Method in class org.xtce.math.MathOperationCalibration
Method to create a simple space delimited string that represents the postfix expression from the XTCE MathOperationCalibrator that this object instance represents.
toString() - Method in class org.xtce.math.MilStd1750A
Retrieves this MILSTD modeled value as a string printable floating point value.
toString() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve a string representation of the entry value that this object contains.
toStringWithoutParameter() - Method in class org.xtce.toolkit.XTCEContainerEntryValue
Retrieve a string representation of the entry value that this object contains without the Parameter/Argument in the beginning.
totalContainerSize_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 
toXml() - Method in class org.xtce.toolkit.XTCEArgument
Retrieve a string of the XML text for this Argument element.
toXml() - Method in class org.xtce.toolkit.XTCEParameter
Retrieve an XML string that represents this Parameter or Member element.
toXml() - Method in class org.xtce.toolkit.XTCETCContainer
Retrieve an XML string that represents this Container element.
toXml() - Method in class org.xtce.toolkit.XTCETelecommand
Retrieve an XML string that represents this MetaCommand element.
toXml() - Method in class org.xtce.toolkit.XTCETMContainer
Retrieve an XML string that represents this Container element.
toXml() - Method in class org.xtce.toolkit.XTCETMStream
Retrieve an XML string that represents this Stream element.
typeToXml() - Method in class org.xtce.toolkit.XTCEArgument
Retrieve an XML string that represents this argument object's "type" element.
typeToXml() - Method in class org.xtce.toolkit.XTCETypedObject
Retrieve an XML string that represents this typed object's "type" element.

U

uncalibrate(Number) - Method in interface org.xtce.math.Calibration
Method to convert a calibrated value to an uncalibrated value by reversing the Calibrator in the XTCE document.
uncalibrate(Number) - Method in class org.xtce.math.MathOperationCalibration
Reverse calibration of values is not yet supported for MathOperationCalibrator.
uncalibrate(Number) - Method in class org.xtce.math.PolynomialCalibration
Apply this Polynomial Calibrator to an already calibrated value.
uncalibrate(Number) - Method in class org.xtce.math.SplineCalibration
Apply this Spline Calibrator to an already calibrated value.
uncaughtException(Thread, Throwable) - Method in class org.xtce.apps.editor.ui.XTCEViewerUncaughtExceptionHandler
Method that is called by Java when no exception handler is defined.
updateExampleFilesList(JMenu) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Method to initialize/update the example databases list from the internal database package directory included with the toolkit.
updateHistorySet(List<String>) - Method in class org.xtce.toolkit.XTCEDatabaseParser
Update the History elements in the XTCE document before saving, only if the document uses the Header element.
updateRecentFilesList(JMenu, File) - Method in class org.xtce.apps.editor.ui.XTCEViewerPreferences
Method to add the most recently loaded file to the recent items menu list, store it in the preferences, and re-sort the menu items.
upgrade() - Method in class org.xtce.apps.editor.dialogs.XTCEViewerFileUpgradeProgressDialog
Method to start the database conversion task.
upgrade() - Method in class org.xtce.toolkit.XTCEDatabaseConverter
Perform all of the conversion/upgrade steps except saving the result.

V

validateDocument(File, boolean) - Static method in class org.xtce.toolkit.XTCEDatabaseParser
Method to perform XML Schema Description (XSD) verification on an arbitrary XTCE document.
valueOf(String) - Static method in enum org.xtce.apps.editor.ui.XTCEViewerContainerDrawing.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xtce.toolkit.XTCEContainerContentEntry.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xtce.toolkit.XTCETypedObject.EngineeringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xtce.toolkit.XTCETypedObject.RawType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xtce.apps.editor.ui.XTCEViewerContainerDrawing.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xtce.toolkit.XTCEContainerContentEntry.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xtce.toolkit.XTCETypedObject.EngineeringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xtce.toolkit.XTCETypedObject.RawType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(SAXParseException) - Method in class org.xtce.toolkit.XTCESchemaErrorHandler
Method to capture warnings from the SAX parser.
warnings_ - Variable in class org.xtce.toolkit.XTCEContainerContentModelBase
 

X

xmlPrettyPrint(NodeList) - Static method in class org.xtce.toolkit.XTCEFunctions
Method to format and "beautify" the XML text from a provided DOM NodeList object.
xmlPrettyPrint(String) - Static method in class org.xtce.toolkit.XTCEFunctions
Method to format and "beautify" the XML text from a provided String object containing XML ASCII text.
XTCE_NAMESPACE - Static variable in class org.xtce.toolkit.XTCEConstants
The URL representing the XTCE XML namespace from the Object Management Group (OMG).
XTCE_PACKAGE - Static variable in class org.xtce.toolkit.XTCEConstants
The Java Package declaration for the generated classes from the XTCE schema.
XTCEAbsoluteTimeType - Interface in org.xtce.toolkit
This interface permits the user/program to implement the handling of a specific form of an AbsoluteTimeType in the toolkit.
XTCEAlias - Class in org.xtce.toolkit
This class is a container for capturing the Alias information on an element in the XTCE data model, which is represented as an XTCENamedObject in the toolkit.
XTCEArgument - Class in org.xtce.toolkit
This class serves as a convenient container for representing Telecommand Arguments in the XTCE data model by abstracting the mechanics of assembling Argument attributes that are derived from XTCE related rules of processing, which can include processing of Argument, Member, and Type elements.
XTCECcsdsCucTimeHandler - Class in org.xtce.toolkit
This class implements CCSDS CUC time to support AbsoluteTimeDataType elements in an XTCE document.
XTCECcsdsCucTimeHandler() - Constructor for class org.xtce.toolkit.XTCECcsdsCucTimeHandler
Default constructor to initialize a handler with the default time format and time zone.
XTCECcsdsCucTimeHandler(String, String, String, int, int) - Constructor for class org.xtce.toolkit.XTCECcsdsCucTimeHandler
Constructor that permits changing the default time format and the time zone information.
XTCEConstants - Class in org.xtce.toolkit
This class contains several static constants for use throughout the XTCE Toolkit and User Interface.
XTCEContainerContentEntry - Class in org.xtce.toolkit
This class represents a single data entry resolved from an XTCETMContainer, which represents a SequenceContainer in the XTCE data model.
XTCEContainerContentEntry.FieldType - Enum in org.xtce.toolkit
Enumeration type to describe the nature of an entry item on a container or telecommand table and/or drawing.
XTCEContainerContentModel - Class in org.xtce.toolkit
The container content model class encapsulates the pre-processing of an XTCE SequenceContainer into a series of rows suitable for a simple iterator.
XTCEContainerContentModel(XTCETMContainer, List<XTCESpaceSystem>, List<XTCEContainerEntryValue>, boolean) - Constructor for class org.xtce.toolkit.XTCEContainerContentModel
Constructor This constructor creates the container content model object with some optional user values provided in a list.
XTCEContainerContentModel(XTCETMContainer, List<XTCESpaceSystem>, BitSet) - Constructor for class org.xtce.toolkit.XTCEContainerContentModel
Constructor This constructor creates the container content model object with TM parameter values evaluated from the binary provided in a BitSet.
XTCEContainerContentModelBase - Class in org.xtce.toolkit
The base class for the XTCE Container Content models captures the common elements when processing both TM and TC containers.
XTCEContainerContentModelBase.RunningStartBit - Class in org.xtce.toolkit
This class is a holder for the running start bit so that it can be updated in a reference that is passed down several functions deep.
XTCEContainerEntryValue - Class in org.xtce.toolkit
This class represents the value of an entry in the container model when processing a specific Container in the XTCE data model.
XTCEContainerEntryValue(XTCETypedObject, String, String, String) - Constructor for class org.xtce.toolkit.XTCEContainerEntryValue
Constructor This constructs an instance of the class to represent an assigned or chosen value for an XTCEParameter and whether or not it is Calibrated.
XTCEContainerEntryValue(String) - Constructor for class org.xtce.toolkit.XTCEContainerEntryValue
Constructor This constructs an instance of the class to represent an assigned or chosen value for an FixedValue field, which is always calibrated.
XTCEContainerEntryValue(XTCETypedObject, BitSet) - Constructor for class org.xtce.toolkit.XTCEContainerEntryValue
Constructor This constructs an instance of the class to represent a binary decoded value from a binary stream BitSet, which is always a raw value.
XTCEContainerEntryValue(XTCETypedObject, BitSet, CalibratorType) - Constructor for class org.xtce.toolkit.XTCEContainerEntryValue
Constructor This constructs an instance of the class to represent a binary decoded value from a binary stream BitSet, which is always a raw value.
XTCEDatabase - Class in org.xtce.toolkit
The XTCEDatabase class is the first core object to be used by a client that is working with an XTCE Database File.
XTCEDatabase(URL, boolean, boolean, boolean) - Constructor for class org.xtce.toolkit.XTCEDatabase
Constructor for use with an XTCE database file on the filesystem.
XTCEDatabase(File, boolean, boolean, boolean) - Constructor for class org.xtce.toolkit.XTCEDatabase
Constructor for use with an XTCE database file on the filesystem.
XTCEDatabase(InputStream, File, boolean, boolean, boolean) - Constructor for class org.xtce.toolkit.XTCEDatabase
Constructor for use with an XTCE database file from a stream.
XTCEDatabase(String) - Constructor for class org.xtce.toolkit.XTCEDatabase
Constructor for creating a new XTCE database object based on a top level SpaceSystem element name.
XTCEDatabaseCompressor - Class in org.xtce.toolkit
Class to implement the capability to compress the XML in an XTCE document considering the schema features to reduce document size.
XTCEDatabaseCompressor(File, Properties) - Constructor for class org.xtce.toolkit.XTCEDatabaseCompressor
Constructor Create and initialize an instance of the XTCE Database Compressor for XML document compression.
XTCEDatabaseConverter - Class in org.xtce.toolkit
Class to implement the capability to convert/upgrade an XTCE document from the 1.1 version to the 1.2 version.
XTCEDatabaseConverter(File, boolean) - Constructor for class org.xtce.toolkit.XTCEDatabaseConverter
Constructor Create and initialize an instance of the XTCE Database Converter for schema 1.1 to 1.2.
XTCEDatabaseException - Exception in org.xtce.toolkit
The XTCEDatabaseException class serves to simplify management of exceptions in the toolkit by distinguishing toolkit exceptions from unhandled system exceptions.
XTCEDatabaseException(String) - Constructor for exception org.xtce.toolkit.XTCEDatabaseException
Constructor for a String Message
XTCEDatabaseException(String, Throwable) - Constructor for exception org.xtce.toolkit.XTCEDatabaseException
Constructor to initialize an XTCEDatabaseException from a generally uninformative Java Throwable.
XTCEDatabaseException(Exception) - Constructor for exception org.xtce.toolkit.XTCEDatabaseException
Constructor to initialize an XTCEDatabaseException from a generally informative Java Exception.
XTCEDatabaseException(MarshalException) - Constructor for exception org.xtce.toolkit.XTCEDatabaseException
Constructor to initialize an XTCEDatabaseException from a JAXB MarshalException, which needs to be handled via the getCause() instead of the more common getLocalizedMessage(), so this converts the text from the cause to the localized message accessor.
XTCEDatabaseException(XPathException) - Constructor for exception org.xtce.toolkit.XTCEDatabaseException
Constructor to initialize an XTCEDatabaseException from an XPath Exception, which needs to be handled via the getCause() instead of the more common getLocalizedMessage(), so this converts the text from the cause to the localized message accessor.
XTCEDatabaseException(List<String>) - Constructor for exception org.xtce.toolkit.XTCEDatabaseException
Constructor to initialize an XTCEDatabaseException from a list of collected messages.
XTCEDatabaseExporter - Class in org.xtce.toolkit
The XTCEDatabaseExporter class is an abstract base class for providing an interface to implement specific exporter classes.
XTCEDatabaseExporter(XTCEDatabase, Properties, Charset) - Constructor for class org.xtce.toolkit.XTCEDatabaseExporter
Constructor The exporter object needs to be constructed with a list of properties.
XTCEDatabaseExporterCsv - Class in org.xtce.toolkit
The XTCEDatabaseExporterCsv class is a specific implementation of the XTCEDatabaseExporter abstract base class for the purpose of exporting TM parameters to a CSV file.
XTCEDatabaseExporterCsv(XTCEDatabase, Properties, Charset) - Constructor for class org.xtce.toolkit.XTCEDatabaseExporterCsv
Constructor
XTCEDatabaseParser - Class in org.xtce.toolkit
Helper class to do the XTCE document parsing to support the XTCEDatabase class.
XTCEDatabaseParser() - Constructor for class org.xtce.toolkit.XTCEDatabaseParser
 
XTCEDocumentMarshaller - Class in org.xtce.toolkit
 
XTCEFunctions - Class in org.xtce.toolkit
This class is a container to capture some common static functions that are applicable throughout the toolkit.
XTCEItemValue - Class in org.xtce.toolkit
This class captures the attributes needed to encode or decode a raw value to or from an engineering value and provides public methods to do these tasks from the caller's application.
XTCEItemValue(XTCETypedObject) - Constructor for class org.xtce.toolkit.XTCEItemValue
Constructor
XTCEItemValue(XTCETypedObject, CalibratorType) - Constructor for class org.xtce.toolkit.XTCEItemValue
Constructor
XTCENamedObject - Class in org.xtce.toolkit
The XTCENamedObject class serves to capture the common elements to XTCE Parameters, Arguments, Containers, and Streams.
XTCENamespaceContext - Class in org.xtce.toolkit
The XTCE Namespace Context class is used to support XPath Queries by mapping the "xtce" prefix to the URI in the XTCEConstants class.
XTCENamespaceContext() - Constructor for class org.xtce.toolkit.XTCENamespaceContext
 
XTCEParameter - Class in org.xtce.toolkit
This class serves as a convenient container for representing TM and TC Parameters in the XTCE data model by abstracting the mechanics of assembling Parameter attributes that are derived from XTCE related rules of processing, which can include processing of Parameter, Member, and Type elements.
XTCEPosixTimeHandler - Class in org.xtce.toolkit
This class implements UNIX POSIX time to support AbsoluteTimeDataType elements in an XTCE document.
XTCEPosixTimeHandler() - Constructor for class org.xtce.toolkit.XTCEPosixTimeHandler
Default constructor to initialize a handler with the default time format and time zone.
XTCEPosixTimeHandler(String, String) - Constructor for class org.xtce.toolkit.XTCEPosixTimeHandler
Constructor that permits changing the default time format and the time zone information.
XTCESchemaErrorHandler - Class in org.xtce.toolkit
A class for instantiating an error handler to catch the warnings and errors that are returned by the SAX XML parser.
XTCESchemaErrorHandler() - Constructor for class org.xtce.toolkit.XTCESchemaErrorHandler
Constructor
XTCESpaceSystem - Class in org.xtce.toolkit
The XTCESpaceSystem class represents the SpaceSystems elements in the XTCE data model and provides convenient accessors that abstract some of the XTCE processing rules from the application developer.
XTCESpaceSystemMetrics - Class in org.xtce.toolkit
The XTCESpaceSystemMetrics class is instantiated by the toolkit to capture interesting information about the contents of an XTCE Space System.
XTCESpaceSystemMetrics(XTCESpaceSystem) - Constructor for class org.xtce.toolkit.XTCESpaceSystemMetrics
Constructor The constructor computes all the metrics for the provided Space System object at construction time and cannot throw.
XTCESpaceSystemMetrics(XTCEDatabase) - Constructor for class org.xtce.toolkit.XTCESpaceSystemMetrics
Constructor The constructor computes all the metrics for the provided Database object at construction time and cannot throw.
XTCETCContainer - Class in org.xtce.toolkit
The XTCETCContainer class models the XTCE CommandContainer element by simplifying the usage by pre-modeling the relationships.
XTCETelecommand - Class in org.xtce.toolkit
This class serves as a convenient container for representing Telecommands from the XTCE data model by abstracting the mechanics of assembling the Argument and Parameter attributes that are derived from XTCE related rules of processing, which can include processing of Parameter, Member, and Type elements.
XTCETelecommandContentModel - Class in org.xtce.toolkit
The telecommand content model class encapsulates the pre-processing of an XTCE MetaCommand/BlockMetaCommand into a series of rows suitable for a simple iterator.
XTCETelecommandContentModel(XTCETelecommand, List<XTCESpaceSystem>, List<XTCEContainerEntryValue>, boolean) - Constructor for class org.xtce.toolkit.XTCETelecommandContentModel
Constructor This constructor creates the telecommand content model object with some optional user values provided in a list.
XTCETelecommandContentModel(XTCETelecommand, List<XTCESpaceSystem>, BitSet) - Constructor for class org.xtce.toolkit.XTCETelecommandContentModel
Constructor This constructor creates the telecommand content model object with TC argument values evaluated from the binary provided in a BitSet.
XTCETMContainer - Class in org.xtce.toolkit
The XTCETMContainer class models the XTCE SequenceContainer element by simplifying the usage by pre-modeling the relationships.
XTCETMStream - Class in org.xtce.toolkit
Class the represent a telemetry stream from the XTCE data model.
XTCETypedObject - Class in org.xtce.toolkit
The XTCETypedObject class extends the basic XTCENamedObject class to serve by capturing the named objects that have specific type element associated with them, such as Parameter, Arguments, and Members.
XTCETypedObject.EngineeringType - Enum in org.xtce.toolkit
Enumeration representing the Calibrated/Engineering type of an item in the XTCE data model.
XTCETypedObject.RawType - Enum in org.xtce.toolkit
Enumeration representing the Raw/Encoding type of an item in the XTCE data model.
XTCEValidRange - Class in org.xtce.toolkit
This class provides a simple accessor to the ValidRange element on an XTCEParameter or XTCEArgument while abstracting the user away from the type differences.
XTCEViewer - Class in org.xtce.apps.editor.ui
This class contains the XTCEViewer application with an executable main() function.
XTCEViewer() - Constructor for class org.xtce.apps.editor.ui.XTCEViewer
Creates a new XTCEViewer application Main Window.
XTCEViewerAlias - Class in org.xtce.apps.editor.ui
 
XTCEViewerAlias(XTCEViewerAliasSet, String, String, int) - Constructor for class org.xtce.apps.editor.ui.XTCEViewerAlias
Creates new form XTCEViewerAlias TODO
XTCEViewerAliasNamespaceDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerAliasNamespaceDialog(Frame, boolean) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerAliasNamespaceDialog
Creates new form XTCEAliasNamespaceDialog TODO
XTCEViewerAliasSet - Class in org.xtce.apps.editor.ui
 
XTCEViewerAliasSet() - Constructor for class org.xtce.apps.editor.ui.XTCEViewerAliasSet
Creates new form XTCEViewerAliasSet
XTCEViewerAncillaryDataRow - Class in org.xtce.apps.editor.ui
 
XTCEViewerAncillaryDataRow(DescriptionType.AncillaryDataSet.AncillaryData) - Constructor for class org.xtce.apps.editor.ui.XTCEViewerAncillaryDataRow
Creates new form XTCEViewerAncillaryDataRow TODO
XTCEViewerArgumentXmlDialog - Class in org.xtce.apps.editor.dialogs
Dialog window to display the raw XML contents of an Argument, where both the type element and the Argument element are shown for the user.
XTCEViewerArgumentXmlDialog(Frame, boolean, XTCEArgument) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerArgumentXmlDialog
Constructor to create a new XML output dialog for a Parameter in an XTCE document.
XTCEViewerAuthor - Class in org.xtce.apps.editor.ui
 
XTCEViewerAuthor(XTCEViewerAuthorSet, String, int) - Constructor for class org.xtce.apps.editor.ui.XTCEViewerAuthor
Creates new form XTCEViewerAuthor TODO
XTCEViewerAuthorSet - Class in org.xtce.apps.editor.ui
 
XTCEViewerAuthorSet() - Constructor for class org.xtce.apps.editor.ui.XTCEViewerAuthorSet
Creates new form XTCEViewerAuthorSet
XTCEViewerCompressFileChooser - Class in org.xtce.apps.editor.ui
This dialog creates the File Chooser for selecting an XTCE document for the purpose of applying schema aware compression algorithms, in support of the menu item on the XTCEViewer application.
XTCEViewerContainerContentDialog - Class in org.xtce.apps.editor.dialogs
XTCE Viewer/Browser dialog window for displaying processed content of a binary data stream.
XTCEViewerContainerContentDialog(Frame, boolean, XTCETMContainer, XTCEDatabase, XTCEViewerPreferences) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerContentDialog
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, boolean, XTCETMStream, XTCEDatabase, XTCEViewerPreferences) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerContentDialog
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.
XTCEViewerContainerContentDialog(Frame, boolean, XTCETelecommand, XTCEDatabase, XTCEViewerPreferences) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerContentDialog
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.
XTCEViewerContainerContentRow - Class in org.xtce.apps.editor.dialogs
This is the JPanel that is used inside the scroll region in the XTCEViewerContainerContentDialog class and also the variation class XTCEViewerContainerEncodingDialog.
XTCEViewerContainerContentRow(XTCEContainerContentEntry, boolean, boolean, String) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerContentRow
Constructor to create a new JPanel to display information about a container content entry.
XTCEViewerContainerContentRow(XTCEContainerContentEntry, boolean, boolean, String, XTCEViewerContainerEncodingDialog, List<XTCEContainerEntryValue>) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerContentRow
Constructor to create a new JPanel to display information about a container content entry where the row is editable.
XTCEViewerContainerDrawing - Class in org.xtce.apps.editor.ui
The Container/Telecommand drawing class that serves as a JPanel, which extends JComponent in Java Swing.
XTCEViewerContainerDrawing.Orientation - Enum in org.xtce.apps.editor.ui
Enumeration to describe the orientation of the container/telecommand drawing.
XTCEViewerContainerEncodingDialog - Class in org.xtce.apps.editor.dialogs
XTCE Viewer/Browser dialog window for displaying content of a container and providing the user an opportunity to encode a binary stream from values set into the parameters of the container.
XTCEViewerContainerEncodingDialog(Frame, boolean, XTCETMContainer, XTCEDatabase, XTCEViewerPreferences) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerEncodingDialog
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.
XTCEViewerContainerEncodingDialog(Frame, boolean, XTCETelecommand, XTCEDatabase, XTCEViewerPreferences) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerEncodingDialog
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.
XTCEViewerContainerFindDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerContainerFindDialog(XTCEViewer, XTCEViewerPreferences, XTCEDatabase) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerFindDialog
This dialog presents the user with an opportunity to interactively query the XML document Containers.
XTCEViewerContainerTableCellRenderer - Class in org.xtce.apps.editor.ui
 
XTCEViewerContainerTreeCellRenderer - Class in org.xtce.apps.editor.ui
This class supports rendering the Container Tree nodes by making the abstract containers in italic font, based on whichever font is currently being used.
XTCEViewerContainerTreeCellRenderer() - Constructor for class org.xtce.apps.editor.ui.XTCEViewerContainerTreeCellRenderer
 
XTCEViewerContainerTreeNode - Class in org.xtce.apps.editor.ui
This class assists the graphical interface application by providing a path and reference to JTree objects so that the tree node can easily reference a container.
XTCEViewerContainerXmlDialog - Class in org.xtce.apps.editor.dialogs
This class creates a dialog box to view the XML contents of a container or a stream.
XTCEViewerContainerXmlDialog(Frame, boolean, XTCETMContainer) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerXmlDialog
Creates new dialog window for showing the XTCE SequenceContainer element XML contents.
XTCEViewerContainerXmlDialog(Frame, boolean, XTCETCContainer) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerXmlDialog
Creates new dialog window for showing the XTCE SequenceContainer element XML contents.
XTCEViewerContainerXmlDialog(Frame, boolean, XTCETMStream) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerXmlDialog
Creates new dialog window for showing the XTCE PCMStreamType element XML contents.
XTCEViewerContainerXmlDialog(Frame, boolean, XTCETelecommand) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerContainerXmlDialog
Creates new dialog window for showing the XTCE PCMStreamType element XML contents.
XTCEViewerCreateEditSpaceSystemDialog - Class in org.xtce.apps.editor.dialogs
Dialog form for creating/editing Space Systems in the XTCE data model.
XTCEViewerCreateEditSpaceSystemDialog(Frame, boolean, XTCESpaceSystem) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerCreateEditSpaceSystemDialog
Creates new form XTCEViewerCreateEditSpaceSystemDialog
XTCEViewerDatabaseCompressorDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerDatabaseCompressorDialog(Frame, boolean) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerDatabaseCompressorDialog
Creates new form XTCEViewerDatabaseCompressorDialog TODO
XTCEViewerDatabaseMetricsDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerDatabaseMetricsDialog(Frame, boolean, XTCEDatabase) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerDatabaseMetricsDialog
Creates new form XTCEViewerDatabaseMetricsDialog
XTCEViewerEncodeDecodeItemDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerEncodeDecodeItemDialog(Frame, boolean, XTCETypedObject, String) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerEncodeDecodeItemDialog
Constructor
XTCEViewerFileCompressProgressDialog - Class in org.xtce.apps.editor.dialogs
Dialog and action class to compress the XML content in an XTCE document using schema aware algorithms in support of the XTCE Viewer tool.
XTCEViewerFileCompressProgressDialog(File, Properties, Frame, boolean) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerFileCompressProgressDialog
Constructor Initializes the dialog containing a JProgressBar to capture the progress while compressing an XTCE database XML file.
XTCEViewerFileUpgradeProgressDialog - Class in org.xtce.apps.editor.dialogs
Dialog and action class to convert/upgrade an XTCE XML file from schema version 1.1 to 1.2 compliance in support of the XTCE Viewer tool.
XTCEViewerFileUpgradeProgressDialog(File, boolean, Frame, boolean) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerFileUpgradeProgressDialog
Constructor Initializes the dialog containing a JProgressBar to capture the progress while converting an XTCE database XML file from schema version 1.1 to version 1.2.
XTCEViewerFunctions - Class in org.xtce.apps.editor.ui
This class is a container to capture some common static functions that are applicable throughout the XTCEViewer application.
XTCEViewerHelpBrowserDialog - Class in org.xtce.apps.editor.dialogs
This class is a dialog implementation that leverages an internal JFXPanel so that it can use the Java FX Web Browser Component.
XTCEViewerHelpBrowserDialog(Frame, boolean, URL) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerHelpBrowserDialog
Constructor for a new web browser based dialog to support opening help pages within the XTCE Viewer.
XTCEViewerHelpDialog - Class in org.xtce.apps.editor.dialogs
This is a basic text dialog for the help menu, although it is not used at the present time, in favor of XTCEViewerHelpBrowserDialog instead.
XTCEViewerHelpDialog(Frame, boolean, URL) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerHelpDialog
Creates new form XTCEViewerHelpDialog
XTCEViewerHelpMenuAboutDialog - Class in org.xtce.apps.editor.dialogs
This class contains the Help Menu Dialog for the About/Version item.
XTCEViewerHelpMenuAboutDialog(Frame, boolean) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerHelpMenuAboutDialog
Constructor to instantiate the dialog box.
XTCEViewerHistory - Class in org.xtce.apps.editor.ui
 
XTCEViewerHistory(XTCEViewerHistorySet, String, int) - Constructor for class org.xtce.apps.editor.ui.XTCEViewerHistory
Creates new form XTCEViewerHistory TODO
XTCEViewerHistorySet - Class in org.xtce.apps.editor.ui
 
XTCEViewerHistorySet() - Constructor for class org.xtce.apps.editor.ui.XTCEViewerHistorySet
Creates new form XTCEViewerHistorySet
XTCEViewerNote - Class in org.xtce.apps.editor.ui
 
XTCEViewerNote(XTCEViewerNoteSet, String, int) - Constructor for class org.xtce.apps.editor.ui.XTCEViewerNote
Creates new form XTCEViewerNote TODO
XTCEViewerNoteSet - Class in org.xtce.apps.editor.ui
 
XTCEViewerNoteSet() - Constructor for class org.xtce.apps.editor.ui.XTCEViewerNoteSet
Creates new form XTCEViewerNoteSet
XTCEViewerOpenFileChooser - Class in org.xtce.apps.editor.ui
This dialog creates the File Chooser for XTCE documents to support the XTCEViewer application.
XTCEViewerParameterDetailDialog - Class in org.xtce.apps.editor.dialogs
The dialog box for the Parameter Detail.
XTCEViewerParameterDetailDialog(Frame, boolean, XTCEParameter) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerParameterDetailDialog
Creates new form XTCEViewerParameterDetailDialog TODO
XTCEViewerParameterFindDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerParameterFindDialog(XTCEViewer, XTCEViewerPreferences, XTCEDatabase) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerParameterFindDialog
This dialog presents the user with an opportunity to interactively query the XML document Parameters.
XTCEViewerParameterTableCellRenderer - Class in org.xtce.apps.editor.ui
 
XTCEViewerParameterUsageDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerParameterUsageDialog(XTCEViewer, XTCEDatabase, XTCEParameter) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerParameterUsageDialog
This dialog box shows the containers that use a provided Parameter from the XTCE document.
XTCEViewerParameterXmlDialog - Class in org.xtce.apps.editor.dialogs
Dialog window to display the raw XML contents of a Parameter, where both the type element and the Parameter element are shown for the user.
XTCEViewerParameterXmlDialog(Frame, boolean, XTCEParameter) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerParameterXmlDialog
Constructor to create a new XML output dialog for a Parameter in an XTCE document.
XTCEViewerPreferences - Class in org.xtce.apps.editor.ui
This singleton class provides a convenient accessor for user preferences related to using the XTCEViewer application.
XTCEViewerSpaceSystemAttributes - Class in org.xtce.apps.editor.ui
 
XTCEViewerSpaceSystemAttributes() - Constructor for class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemAttributes
Creates new form XTCEViewerSpaceSystemAttributes
XTCEViewerSpaceSystemDetails - Class in org.xtce.apps.editor.ui
 
XTCEViewerSpaceSystemDetails(XTCESpaceSystem, JScrollPane, boolean) - Constructor for class org.xtce.apps.editor.ui.XTCEViewerSpaceSystemDetails
Creates new form XTCEViewerSpaceSystemDetails TODO
XTCEViewerSpaceSystemTreeNode - Class in org.xtce.apps.editor.ui
This class assists the graphical interface application by providing a path and reference to the JTree objects that keep a list of the XTCE Space Systems.
XTCEViewerStreamTreeNode - Class in org.xtce.apps.editor.ui
This class assists the graphical interface application by providing a path and reference to JTree objects so that the tree node can easily reference a stream.
XTCEViewerTelecommandFindDialog - Class in org.xtce.apps.editor.dialogs
 
XTCEViewerTelecommandFindDialog(XTCEViewer, XTCEViewerPreferences, XTCEDatabase) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerTelecommandFindDialog
This dialog presents the user with an opportunity to interactively query the XML document Telecommands (MetaCommand/BlockMetaCommand).
XTCEViewerTelecommandTreeCellRenderer - Class in org.xtce.apps.editor.ui
This class supports rendering the Telecommand Tree nodes by making the abstract telecommands in italic font, based on whichever font is currently being used.
XTCEViewerTelecommandTreeCellRenderer() - Constructor for class org.xtce.apps.editor.ui.XTCEViewerTelecommandTreeCellRenderer
 
XTCEViewerTelecommandTreeNode - Class in org.xtce.apps.editor.ui
This class assists the graphical interface application by providing a path and reference to the JTree objects that keep a list of the XTCE MetaCommand element that represents this node on the tree.
XTCEViewerUncaughtExceptionHandler - Class in org.xtce.apps.editor.ui
This class implements an exception handler of last resort to prevent the graphical user interface from crashing or dropping unintelligible text to STDOUT.
XTCEViewerUpgradeFileChooser - Class in org.xtce.apps.editor.ui
This dialog creates the File Chooser for upgrading XTCE documents from earlier version 1.1 to latest version 1.2, in support of the menu item on the XTCEViewer application.
XTCEViewerXpathQueryDialog - Class in org.xtce.apps.editor.dialogs
The XPath Query Dialog provides an interactive screen for the user to be able to execute and view XML string results based on an arbitrary XPath query statement against the loaded XTCE document.
XTCEViewerXpathQueryDialog(XTCEViewer, XTCEViewerPreferences, XTCEDatabase) - Constructor for class org.xtce.apps.editor.dialogs.XTCEViewerXpathQueryDialog
This dialog presents the user with an opportunity to interactively query the XML document loaded using the XML XPath facility.
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links

Copyright © 2015–2019. All rights reserved.