Uses of Class
org.apache.pivot.collections.Dictionary.Pair
-
Packages that use Dictionary.Pair Package Description org.apache.pivot.collections Defines a set of classes and interfaces that serve as generic collections as well as the data model for UI components.org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. -
-
Uses of Dictionary.Pair in org.apache.pivot.collections
Constructors in org.apache.pivot.collections with parameters of type Dictionary.Pair Constructor Description HashMap(Dictionary.Pair<K,V>... entries)
-
Uses of Dictionary.Pair in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Dictionary.Pair Modifier and Type Method Description Dictionary.Pair<java.lang.String,SortDirection>
TableView.SortDictionary. get(int index)
Method parameters in org.apache.pivot.wtk with type arguments of type Dictionary.Pair Modifier and Type Method Description Dictionary<java.lang.String,SortDirection>
TableView. setSort(Sequence<Dictionary.Pair<java.lang.String,SortDirection>> sort)
Sets the table view's sort.
-