All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.common.Phaser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----phaser.common.PhaserFrame
                                           |
                                           +----phaser.common.Phaser

public class Phaser
extends PhaserFrame
implements Notifiable, ItemListener, ActionListener, WindowListener, PhaserConstants, PhaserViewConstants, PhaserNumericsConstants
Phaser: The Top Class for Phaser


Variable Index

 o help
 o INSTANCE
 o NEXT
 o NOTIFY_VIEW_COMPLETED
 o NOTIFY_VIEW_GO_COMPLETED
 o PREV
 o VERSION

Method Index

 o actionPerformed(ActionEvent)
 o addCustomEquation(String, Equation)
 o close()
 o closeFullScreenWindow()
 o getCustomEquationResourceBundle()
 o getInstanceIndex()
 o getInstanceTitleAppendage()
 o getNumerics()
 o getNumericsConsole()
 o getNumericsEditor()
 o getPhaserToolBar()
 o getProgressMeter()
 o getViews()
 o isAnimatingInFullScreen()
 o isApplet()
 o isAutoLoadNumericsEditorEnabled()
 o itemStateChanged(ItemEvent)
 o main(String[])
 o makeFullScreenWindow()
 o modifyCustomEquation(String, String, Equation)
 o notifyUpdate()
 o notifyUpdate(int)
 o notifyUpdate(int, int)
 o phaserize(PhaserGalleryProject)
 o removeCustomEquation(String)
 o resetButtonStates(int)
 o resetPhaserToolBar()
 o runView()
 o setViewCursor(Cursor)
 o showEquation()
 o spawnCERBEditor(int)
 o spawnEquationEditor(int, String)
 o spawnPhaser()
 o spawnPhaser(NumericsVitals)
 o start()
 o start(NumericsVitals)
 o stopView()
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Variables

 o VERSION
 public static final String VERSION
 o NEXT
 public static final int NEXT
 o PREV
 public static final int PREV
 o INSTANCE
 public static int INSTANCE
 o NOTIFY_VIEW_COMPLETED
 public static final int NOTIFY_VIEW_COMPLETED
 o NOTIFY_VIEW_GO_COMPLETED
 public static final int NOTIFY_VIEW_GO_COMPLETED
 o help
 public static final PhaserHelp help

Methods

 o main
 public static void main(String argv[])
 o spawnPhaser
 public static Phaser spawnPhaser()
 o spawnPhaser
 public static Phaser spawnPhaser(NumericsVitals nv)
 o isApplet
 public static boolean isApplet()
 o getInstanceIndex
 public static int getInstanceIndex()
 o getInstanceTitleAppendage
 public static String getInstanceTitleAppendage()
 o start
 public void start(NumericsVitals nv)
 o start
 public void start()
 o addCustomEquation
 public void addCustomEquation(String name,
                               Equation equation)
 o modifyCustomEquation
 public void modifyCustomEquation(String oldName,
                                  String newName,
                                  Equation equation)
 o removeCustomEquation
 public void removeCustomEquation(String name)
 o getViews
 public IfView[] getViews()
 o getNumerics
 public Numerics getNumerics()
 o getNumericsEditor
 public NumericsEditor getNumericsEditor()
 o getNumericsConsole
 public NumericsConsole getNumericsConsole()
 o isAutoLoadNumericsEditorEnabled
 public static boolean isAutoLoadNumericsEditorEnabled()
 o resetPhaserToolBar
 public void resetPhaserToolBar()
 o getPhaserToolBar
 public PhaserToolBar getPhaserToolBar()
 o getProgressMeter
 public ProgressMeterPanel getProgressMeter()
 o getCustomEquationResourceBundle
 public CustomEquationResourceBundle getCustomEquationResourceBundle()
 o showEquation
 public void showEquation()
 o resetButtonStates
 public void resetButtonStates(int view)
 o setViewCursor
 protected void setViewCursor(Cursor cursor)
 o phaserize
 protected void phaserize(PhaserGalleryProject project)
 o stopView
 protected void stopView()
 o runView
 protected void runView()
 o notifyUpdate
 public void notifyUpdate()
 o notifyUpdate
 public void notifyUpdate(int type)
 o notifyUpdate
 public void notifyUpdate(int view,
                          int type)
 o spawnEquationEditor
 public void spawnEquationEditor(int mode,
                                 String name)
 o spawnCERBEditor
 public void spawnCERBEditor(int mode)
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
 o itemStateChanged
 public void itemStateChanged(ItemEvent ie)
 o isAnimatingInFullScreen
 protected boolean isAnimatingInFullScreen()
 o makeFullScreenWindow
 protected void makeFullScreenWindow()
 o closeFullScreenWindow
 protected void closeFullScreenWindow()
 o close
 public void close()
 o windowActivated
 public void windowActivated(WindowEvent we)
 o windowDeactivated
 public void windowDeactivated(WindowEvent we)
 o windowIconified
 public void windowIconified(WindowEvent we)
 o windowDeiconified
 public void windowDeiconified(WindowEvent we)
 o windowOpened
 public void windowOpened(WindowEvent we)
 o windowClosed
 public void windowClosed(WindowEvent we)
 o windowClosing
 public void windowClosing(WindowEvent we)

All Packages  Class Hierarchy  This Package  Previous  Next  Index