Enum Class Arrows
- All Implemented Interfaces:
- Serializable,- Comparable<Arrows>,- Constable
Show Arrows, or not.
- Since:
- 5.15.0, 6.7.0
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Method Summary
- 
Enum Constant Details- 
showShow arrows at this control.
- 
hideHide arrows at this control.
- 
auto
 
- 
- 
Field Details- 
SHOW- See Also:
 
- 
HIDE- See Also:
 
- 
AUTO- See Also:
 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
parse- Parameters:
- name- Name of the Arrows.
- Throws:
- IllegalArgumentException- When the name doesn't match any- Arrows.
 
 
-