Uses of Enum
org.aesh.terminal.Attributes.LocalFlag
Packages that use Attributes.LocalFlag
-
Uses of Attributes.LocalFlag in org.aesh.terminal
Methods in org.aesh.terminal that return Attributes.LocalFlagModifier and TypeMethodDescriptionstatic Attributes.LocalFlagReturns the enum constant of this type with the specified name.static Attributes.LocalFlag[]Attributes.LocalFlag.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 Attributes.LocalFlagMethods in org.aesh.terminal with parameters of type Attributes.LocalFlagModifier and TypeMethodDescriptionbooleanAttributes.getLocalFlag(Attributes.LocalFlag flag) Checks if a specific local flag is set.voidAttributes.setLocalFlag(Attributes.LocalFlag flag, boolean value) Adds or removes a single local flag.Method parameters in org.aesh.terminal with type arguments of type Attributes.LocalFlagModifier and TypeMethodDescriptionvoidAttributes.setLocalFlags(EnumSet<Attributes.LocalFlag> flags) Sets the local flags, replacing any existing flags.voidAttributes.setLocalFlags(EnumSet<Attributes.LocalFlag> flags, boolean value) Adds or removes multiple local flags.