net.sourceforge.andsys
Class AsApplication
java.lang.Object
Application
net.sourceforge.andsys.AsApplication
public class AsApplication
- extends Application
Base class for those who need to maintain GLOBAL application state.
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.