org.gjt.universe
Class ShipDesignFilter

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

public class ShipDesignFilter
extends java.lang.Object


Field Summary
static int All
           
static int Alphabetical
           
static int Engineered
           
private  int filtertype
           
static int NotEngineered
           
static int Owned
           
private  int sorttype
           
 
Constructor Summary
ShipDesignFilter(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

Owned

public static final int Owned
See Also:
Constant Field Values

Engineered

public static final int Engineered
See Also:
Constant Field Values

NotEngineered

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

ShipDesignFilter

public ShipDesignFilter(int filtertype,
                        int sorttype)
Method Detail

getFilterType

public int getFilterType()

getSortType

public int getSortType()


Copyright © 2001 Universe Dev Team All Rights Reserved.