Uses of Enum
org.aesh.terminal.Device.OscCode
Packages that use Device.OscCode
-
Uses of Device.OscCode in org.aesh.terminal
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 booleanDevice.supportsOscCode(Device.OscCode oscCode) Check if the current terminal supports a specific OSC code.booleanTerminalFeatures.supportsOscCode(Device.OscCode oscCode) Check if the terminal likely supports a specific OSC code.