All Packages Class Hierarchy This Package Previous Next Index
Class benno.account.Main
java.lang.Object
|
+----benno.account.Main
- public final class Main
- extends Object
- Version:
- $Revision: 1.47.2.2 $
- Author:
- Ben Clifford
-
winman
-
-
Main()
-
-
getColorCycle()
-
-
getFontPref(String)
-
-
getIntPref(String)
-
-
getNextID()
-
-
getPrefs()
-
-
getReportCurrency()
-
-
getStandardMenuBar()
-
-
getStandardMenuBar(Frame)
- This returns a copy of the standard menu bar, that can be directly
added to a Frame, or can be modified, without affecting the menus
on other frames.
-
loadAccounts()
-
-
main(String[])
-
-
newAccounts()
-
-
StdAcctList()
-
-
StdAcctNew()
-
-
StdBundleNew()
-
-
StdBundleSave()
-
-
StdCurrExchNew()
-
-
StdCurrNew()
-
-
StdExit()
-
-
StdInfo()
-
-
StdRepBudget()
-
-
StdToolCurrCal()
-
-
StdTransList()
-
-
StdTransNew()
-
winman
public static final WindowManager winman
Main
public Main()
getStandardMenuBar
public static MenuBar getStandardMenuBar(Frame attachTo)
- This returns a copy of the standard menu bar, that can be directly
added to a Frame, or can be modified, without affecting the menus
on other frames.
By default, it sets up an ActionListener on every standard menu option
that runs the appropriate action in the Main class.
getStandardMenuBar
public static MenuBar getStandardMenuBar()
getPrefs
public static Properties getPrefs()
getReportCurrency
public static Currency getReportCurrency()
getFontPref
public static Font getFontPref(String key)
getIntPref
public static int getIntPref(String key)
getColorCycle
public static ColorCycle getColorCycle()
main
public static void main(String args[])
StdExit
public static void StdExit()
StdRepBudget
public static void StdRepBudget()
StdAcctList
public static void StdAcctList()
StdAcctNew
public static void StdAcctNew()
StdCurrNew
public static void StdCurrNew()
StdCurrExchNew
public static void StdCurrExchNew()
StdTransNew
public static void StdTransNew()
StdTransList
public static void StdTransList()
StdBundleNew
public static void StdBundleNew()
StdInfo
public static void StdInfo()
loadAccounts
public static void loadAccounts()
newAccounts
public static void newAccounts()
StdBundleSave
public static void StdBundleSave()
StdToolCurrCal
public static void StdToolCurrCal()
getNextID
public static long getNextID()
All Packages Class Hierarchy This Package Previous Next Index