org.gjt.universe
Class DisplayPlanetFilter

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

public class DisplayPlanetFilter
extends java.lang.Object


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

Explored

public static final int Explored
See Also:
Constant Field Values

Occupied

public static final int Occupied
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

DisplayPlanetFilter

public DisplayPlanetFilter(int filtertype,
                           int sorttype)
Method Detail

getFilterType

public int getFilterType()

getSortType

public int getSortType()


Copyright © 2001 Universe Dev Team All Rights Reserved.