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

Variable Index

 o winman

Constructor Index

 o Main()

Method Index

 o getColorCycle()
 o getFontPref(String)
 o getIntPref(String)
 o getNextID()
 o getPrefs()
 o getReportCurrency()
 o getStandardMenuBar()
 o 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.
 o loadAccounts()
 o main(String[])
 o newAccounts()
 o StdAcctList()
 o StdAcctNew()
 o StdBundleNew()
 o StdBundleSave()
 o StdCurrExchNew()
 o StdCurrNew()
 o StdExit()
 o StdInfo()
 o StdRepBudget()
 o StdToolCurrCal()
 o StdTransList()
 o StdTransNew()

Variables

 o winman
 public static final WindowManager winman

Constructors

 o Main
 public Main()

Methods

 o 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.

 o getStandardMenuBar
 public static MenuBar getStandardMenuBar()
 o getPrefs
 public static Properties getPrefs()
 o getReportCurrency
 public static Currency getReportCurrency()
 o getFontPref
 public static Font getFontPref(String key)
 o getIntPref
 public static int getIntPref(String key)
 o getColorCycle
 public static ColorCycle getColorCycle()
 o main
 public static void main(String args[])
 o StdExit
 public static void StdExit()
 o StdRepBudget
 public static void StdRepBudget()
 o StdAcctList
 public static void StdAcctList()
 o StdAcctNew
 public static void StdAcctNew()
 o StdCurrNew
 public static void StdCurrNew()
 o StdCurrExchNew
 public static void StdCurrExchNew()
 o StdTransNew
 public static void StdTransNew()
 o StdTransList
 public static void StdTransList()
 o StdBundleNew
 public static void StdBundleNew()
 o StdInfo
 public static void StdInfo()
 o loadAccounts
 public static void loadAccounts()
 o newAccounts
 public static void newAccounts()
 o StdBundleSave
 public static void StdBundleSave()
 o StdToolCurrCal
 public static void StdToolCurrCal()
 o getNextID
 public static long getNextID()

All Packages  Class Hierarchy  This Package  Previous  Next  Index