Uses of Enum
org.aesh.terminal.Device.OscCode
Packages that use Device.OscCode
-
Uses of Device.OscCode in org.aesh.terminal
Subclasses with type arguments of type Device.OscCode in org.aesh.terminalModifier and TypeClassDescriptionstatic enumOSC (Operating System Command) codes that can be queried/set.Methods in org.aesh.terminal that return Device.OscCodeModifier and TypeMethodDescriptionstatic Device.OscCodeReturns the enum constant of this type with the specified name.static Device.OscCode[]Device.OscCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal that return types with arguments of type Device.OscCodeMethods in org.aesh.terminal with parameters of type Device.OscCodeModifier and TypeMethodDescriptionbooleanDevice.TerminalType.supports(Device.OscCode code) default booleanConnection.supportsOscCode(Device.OscCode oscCode) Check if the terminal likely supports a specific OSC code.default booleanDevice.supportsOscCode(Device.OscCode oscCode) Check if the current terminal supports a specific OSC code.