Uses of Enum
org.aesh.terminal.DeviceAttributes.Feature
Packages that use DeviceAttributes.Feature
-
Uses of DeviceAttributes.Feature in org.aesh.terminal
Subclasses with type arguments of type DeviceAttributes.Feature in org.aesh.terminalModifier and TypeClassDescriptionstatic enumFeature flags that can be reported in DA1 response.Methods in org.aesh.terminal that return DeviceAttributes.FeatureModifier and TypeMethodDescriptionstatic DeviceAttributes.FeatureDeviceAttributes.Feature.fromCode(int code) Find a Feature by its DA1 parameter code.static DeviceAttributes.FeatureReturns the enum constant of this type with the specified name.static DeviceAttributes.Feature[]DeviceAttributes.Feature.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 DeviceAttributes.FeatureModifier and TypeMethodDescriptionDevice.TerminalType.getExpectedFeatures()Get the expected DA1 features for this terminal type.DeviceAttributes.getFeatures()Get the set of features reported by the terminal.Methods in org.aesh.terminal with parameters of type DeviceAttributes.FeatureModifier and TypeMethodDescriptionbooleanDeviceAttributes.hasFeature(DeviceAttributes.Feature feature) Check if the terminal supports a specific feature.