All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Frame | +----phaser.common.PhaserFrame | +----phaser.common.Phaser
public static final String VERSION
public static final int NEXT
public static final int PREV
public static int INSTANCE
public static final int NOTIFY_VIEW_COMPLETED
public static final int NOTIFY_VIEW_GO_COMPLETED
public static final PhaserHelp help
public static void main(String argv[])
public static Phaser spawnPhaser()
public static Phaser spawnPhaser(NumericsVitals nv)
public static boolean isApplet()
public static int getInstanceIndex()
public static String getInstanceTitleAppendage()
public void start(NumericsVitals nv)
public void start()
public void addCustomEquation(String name, Equation equation)
public void modifyCustomEquation(String oldName, String newName, Equation equation)
public void removeCustomEquation(String name)
public IfView[] getViews()
public Numerics getNumerics()
public NumericsEditor getNumericsEditor()
public NumericsConsole getNumericsConsole()
public static boolean isAutoLoadNumericsEditorEnabled()
public void resetPhaserToolBar()
public PhaserToolBar getPhaserToolBar()
public ProgressMeterPanel getProgressMeter()
public CustomEquationResourceBundle getCustomEquationResourceBundle()
public void showEquation()
public void resetButtonStates(int view)
protected void setViewCursor(Cursor cursor)
protected void phaserize(PhaserGalleryProject project)
protected void stopView()
protected void runView()
public void notifyUpdate()
public void notifyUpdate(int type)
public void notifyUpdate(int view, int type)
public void spawnEquationEditor(int mode, String name)
public void spawnCERBEditor(int mode)
public void actionPerformed(ActionEvent ae)
public void itemStateChanged(ItemEvent ie)
protected boolean isAnimatingInFullScreen()
protected void makeFullScreenWindow()
protected void closeFullScreenWindow()
public void close()
public void windowActivated(WindowEvent we)
public void windowDeactivated(WindowEvent we)
public void windowIconified(WindowEvent we)
public void windowDeiconified(WindowEvent we)
public void windowOpened(WindowEvent we)
public void windowClosed(WindowEvent we)
public void windowClosing(WindowEvent we)
All Packages Class Hierarchy This Package Previous Next Index