public class TransparencySortController
extends java.lang.Object
| Constructor and Description |
|---|
TransparencySortController() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Comparator |
getComparator(View view)
Returns the comparator for the specified view
|
static void |
setComparator(View view,
java.util.Comparator comparator)
Set the comparator for the specified view.
|
public static void setComparator(View view, java.util.Comparator comparator)
view - the view to which the comparator appliescomparator - the comparator to callpublic static java.util.Comparator getComparator(View view)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.