org.gjt.universe
Class DisplayAlienFilter

java.lang.Object
  |
  +--org.gjt.universe.DisplayAlienFilter

public class DisplayAlienFilter
extends java.lang.Object


Field Summary
static int All
           
static int Alphabetical
           
private  int filtertype
           
private  int sorttype
           
 
Constructor Summary
DisplayAlienFilter(int filtertype, int sorttype)
           
 
Method Summary
 int getFilterType()
           
 int getSortType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

All

public static final int All
See Also:
Constant Field Values

Alphabetical

public static final int Alphabetical
See Also:
Constant Field Values

filtertype

private int filtertype

sorttype

private int sorttype
Constructor Detail

DisplayAlienFilter

public DisplayAlienFilter(int filtertype,
                          int sorttype)
Method Detail

getFilterType

public int getFilterType()

getSortType

public int getSortType()


Copyright © 2001 Universe Dev Team All Rights Reserved.