Uses of Class
org.violetlib.jnr.aqua.AquaUIPainter.ColumnSortArrowDirection
-
Packages that use AquaUIPainter.ColumnSortArrowDirection Package Description org.violetlib.jnr.aqua -
-
Uses of AquaUIPainter.ColumnSortArrowDirection in org.violetlib.jnr.aqua
Methods in org.violetlib.jnr.aqua that return AquaUIPainter.ColumnSortArrowDirection Modifier and Type Method and Description AquaUIPainter.ColumnSortArrowDirection
TableColumnHeaderConfiguration. getSortArrowDirection()
static AquaUIPainter.ColumnSortArrowDirection
AquaUIPainter.ColumnSortArrowDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static AquaUIPainter.ColumnSortArrowDirection[]
AquaUIPainter.ColumnSortArrowDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.violetlib.jnr.aqua with parameters of type AquaUIPainter.ColumnSortArrowDirection Constructor and Description TableColumnHeaderConfiguration(AquaUIPainter.State state, AquaUIPainter.ColumnSortArrowDirection d, boolean isSelected, boolean isFocused, AquaUIPainter.UILayoutDirection ld)
-