br.usp.iterador.gui
Class ShowFormulaFrame

java.lang.Object
  extended by br.usp.iterador.gui.ShowFormulaFrame
All Implemented Interfaces:
PulgaAction

public class ShowFormulaFrame
extends java.lang.Object
implements PulgaAction

Main panel.

Author:
Guilherme Silveira

Constructor Summary
ShowFormulaFrame(Application application, PanelManager panelManager, PanelBuilder panelBuilder, WindowManager windows)
           
 
Method Summary
 void editIntermediate(Intermediate intermediate)
           
 void execute()
           
 void newIntermediate()
           
 void newParameter()
           
 void newVariable()
           
 void remove(Parameter parameter)
           
 void removeIntermediate(Intermediate intermediate)
           
 void removeVariable(Variable variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowFormulaFrame

public ShowFormulaFrame(Application application,
                        PanelManager panelManager,
                        PanelBuilder panelBuilder,
                        WindowManager windows)
Method Detail

newParameter

public void newParameter()

execute

public void execute()

remove

public void remove(Parameter parameter)

removeIntermediate

public void removeIntermediate(Intermediate intermediate)

newIntermediate

public void newIntermediate()

editIntermediate

public void editIntermediate(Intermediate intermediate)

newVariable

public void newVariable()

removeVariable

public void removeVariable(Variable variable)


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.