Formatting
Interface defining methods for formatting options such as preambles, prefixes, suffixes, and postambles. These methods allow setting, clearing, and configuring formatting using direct input keys or strings.
Functions
Clears the prefix formatting on the device.
Callback-based version of clearAllPrefixes for Java interoperability.
Clears the suffix formatting on the device.
Callback-based version of clearAllSuffixes for Java interoperability.
Clears the postamble formatting on the device.
Callback-based version of clearPostamble for Java interoperability.
Clears the preamble formatting on the device.
Callback-based version of clearPreamble for Java interoperability.
Sets the postamble formatting using a list of DirectInputKey.
Callback-based version of setPostambleFromKeys for Java interoperability.
Sets the postamble formatting using a string.
Callback-based version of setPostambleFromString for Java interoperability.
Sets the preamble formatting using a list of DirectInputKey.
Callback-based version of setPreambleFromKeys for Java interoperability.
Sets the preamble formatting using a string.
Callback-based version of setPreambleFromString for Java interoperability.
Sets the prefix formatting using a list of DirectInputKey.
Callback-based version of setPrefixFromKeys for Java interoperability.
Sets the prefix formatting using a string.
Callback-based version of setPrefixFromString for Java interoperability.
Sets the suffix formatting using a list of DirectInputKey.
Callback-based version of setSuffixFromKeys for Java interoperability.
Sets the suffix formatting using a string.
Callback-based version of setSuffixFromString for Java interoperability.