org.gjt.universe
Class DisplayWormholeFilter

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

public class DisplayWormholeFilter
extends java.lang.Object


Field Summary
static int All
           
static int Alphabetical
           
private  int filtertype
           
private  int sorttype
           
 
Constructor Summary
DisplayWormholeFilter(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

DisplayWormholeFilter

public DisplayWormholeFilter(int filtertype,
                             int sorttype)
Method Detail

getFilterType

public int getFilterType()

getSortType

public int getSortType()


Copyright © 2001 Universe Dev Team All Rights Reserved.