net.sourceforge.andsys
Class AsApplication

java.lang.Object
  extended by Application
      extended by net.sourceforge.andsys.AsApplication

public class AsApplication
extends Application

Base class for those who need to maintain GLOBAL application state.


Field Summary
 java.util.List<AsPackage> apList
           
static int COUNT_ORDERBY
           
 int orderby
           
static int ORDERBY_INSTALLED
           
static int ORDERBY_NAME
           
static int ORDERBY_PACKAGE
           
 
Constructor Summary
AsApplication()
          Constructor Warning: Constructors should not call an overridable method - that is, they should only call methods that are private, static, or final.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

apList

public java.util.List<AsPackage> apList

orderby

public int orderby

ORDERBY_PACKAGE

public static final int ORDERBY_PACKAGE
See Also:
Constant Field Values

ORDERBY_NAME

public static final int ORDERBY_NAME
See Also:
Constant Field Values

ORDERBY_INSTALLED

public static final int ORDERBY_INSTALLED
See Also:
Constant Field Values

COUNT_ORDERBY

public static final int COUNT_ORDERBY
See Also:
Constant Field Values
Constructor Detail

AsApplication

public AsApplication()
Constructor Warning: Constructors should not call an overridable method - that is, they should only call methods that are private, static, or final.