Uses of Class
javax.swing.RowSorter.SortKey
-
Packages that use RowSorter.SortKey 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。 -
-
Uses of RowSorter.SortKey in javax.swing
Methods in javax.swing that return types with arguments of type RowSorter.SortKey 变量和类型 方法 描述 List<? extends RowSorter.SortKey>
DefaultRowSorter. getSortKeys()
返回当前的排序键。abstract List<? extends RowSorter.SortKey>
RowSorter. getSortKeys()
返回当前的排序键。Method parameters in javax.swing with type arguments of type RowSorter.SortKey 变量和类型 方法 描述 void
DefaultRowSorter. setSortKeys(List<? extends RowSorter.SortKey> sortKeys)
设置排序键。abstract void
RowSorter. setSortKeys(List<? extends RowSorter.SortKey> keys)
设置当前排序键。
-