Uses of Class
UI.Run.GEVAPane

Packages that use GEVAPane
UI.Run   
 

Uses of GEVAPane in UI.Run
 

Subclasses of GEVAPane in UI.Run
 class GEVAGraphPane
          Output pane displayed while running GEVA that shows graph information
 class GEVALSystemPane
          Pane that shows final LSystem
 

Methods in UI.Run with parameters of type GEVAPane
 void GEVARun.addPane(GEVAPane pane, java.lang.String title)
          The calling pane is telling that it exists.
 void GEVAPaneManager.addPane(GEVAPane pane, java.lang.String title)
          Make the manager aware of this run pane
 void GEVARun.addPaneStatus(GEVAPane pane, java.awt.Component component)
           
 void GEVAPaneManager.addPaneStatus(GEVAPane pane, java.awt.Component component)
          Have this run pane add a status to the run pane manager's status bar.
 void GEVARun.addPaneTool(GEVAPane pane, java.awt.Component component)
          The calling pane is adding a component that it wants added to the toolbar when it is visible
 void GEVAPaneManager.addPaneTool(GEVAPane pane, java.awt.Component component)
          Have this run pane add a tool to the run pane manager's toolbox.
 boolean GEVARun.isViewingPane(GEVAPane pane)
          Test if a particular pane is the currently visible pane.
 boolean GEVAPaneManager.isViewingPane(GEVAPane pane)
          Get whether this pane is currently being viewed
 void GEVARun.removePaneStatus(GEVAPane pane, java.awt.Component component)
           
 void GEVAPaneManager.removePaneStatus(GEVAPane pane, java.awt.Component component)
          Have this run pane remove a status from the run pane manager's status bar
 void GEVARun.removePaneTool(GEVAPane pane, java.awt.Component component)
          The calling pane is removing a component that it no longer wants added to the toolbar when it is visible
 void GEVAPaneManager.removePaneTool(GEVAPane pane, java.awt.Component component)
          Have this run pane remove a tool from the run pane manager's toolbox
 void GEVARun.viewPane(GEVAPane pane)
          The calling pane wants to force itself to be made visible.
 void GEVAPaneManager.viewPane(GEVAPane pane)
          Get the pages tab that this pane is under to become selected.
 void GEVARun.viewPane(GEVAPane pane, java.lang.String reason)
          The calling pane wants itself to be made visible, but this will only carry out the request the first time it's called by the pane for a given reason
 void GEVAPaneManager.viewPane(GEVAPane pane, java.lang.String reason)
          Get the page's tab that this pane is under to become selected.