public static final enum

RowSorterEvent.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ javax.swing.event.RowSorterEvent.Type

Class Overview

Enumeration of the types of RowSorterEvents.

Summary

Enum Values
RowSorterEvent.Type  SORTED  Indicates the contents have been newly sorted or transformed in some way. 
RowSorterEvent.Type  SORT_ORDER_CHANGED  Indicates the sort order has changed. 
Public Methods
static RowSorterEvent.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RowSorterEvent.Type SORTED

Indicates the contents have been newly sorted or transformed in some way.

public static final RowSorterEvent.Type SORT_ORDER_CHANGED

Indicates the sort order has changed.

Public Methods

public static RowSorterEvent.Type valueOf (String name)

public static final Type[] values ()