Uses of Enum Class
javax.swing.event.RowSorterEvent.Type
Packages that use RowSorterEvent.Type
-
Uses of RowSorterEvent.Type in javax.swing.event
Subclasses with type arguments of type RowSorterEvent.Type in javax.swing.eventModifier and TypeClassDescriptionstatic enum
Enumeration of the types ofRowSorterEvent
s.Methods in javax.swing.event that return RowSorterEvent.TypeModifier and TypeMethodDescriptionRowSorterEvent.getType()
Returns the type of event.static RowSorterEvent.Type
Returns the enum constant of this class with the specified name.static RowSorterEvent.Type[]
RowSorterEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in javax.swing.event with parameters of type RowSorterEvent.TypeModifierConstructorDescriptionRowSorterEvent
(RowSorter<?> source, RowSorterEvent.Type type, int[] previousRowIndexToModel) Creates aRowSorterEvent
.