All Packages Class Hierarchy This Package Previous Next Index
Class muffin.Main
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----muffin.Main
- public class Main
- extends Frame
- implements ActionListener, WindowListener, ConfigurationListener
Startup interface to Muffin. Parses command line options, loads user
preferences, and creates the GUI interface if necessary.
- Author:
- Mark Boyns
-
Main()
- Create Main.
-
actionPerformed(ActionEvent)
- Handle Button events.
-
configurationChanged(String)
-
-
main(String[])
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
Main
public Main()
- Create Main.
configurationChanged
public void configurationChanged(String name)
actionPerformed
public void actionPerformed(ActionEvent event)
- Handle Button events.
- Parameters:
- event - some event.
windowActivated
public void windowActivated(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowClosing
public void windowClosing(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowOpened
public void windowOpened(WindowEvent e)
main
public static void main(String argv[])
All Packages Class Hierarchy This Package Previous Next Index