Uses of Class
gui.GuiController

Packages that use GuiController
gui   
 

Uses of GuiController in gui
 

Fields in gui declared as GuiController
 GuiController AboutFrame.guiController
           
 GuiController WorkspacePane.guiController
           
 GuiController PMenuBar.guiController
           
 GuiController PFrame.guiController
           
 GuiController NewFileFrame.guiController
           
 GuiController JTabbedPaneWithCloseIcons.guiController
           
 GuiController EditorPane.guiController
           
 

Constructors in gui with parameters of type GuiController
EditorPane(GuiController gController, PFrame cFrame)
          The constructor for editor panel class.
JTabbedPaneWithCloseIcons(GuiController gController, javax.swing.JFrame cFrame)
           
PMenuBar(PToolBar tBar, javax.swing.JToolBar sBar, ConsolePane cPane, GuiController gController, PFrame cFrame, EditorPane ePane, WorkspacePane wPane)
          The constructor of the menu bar class.
PToolBar(EditorPane ePane, GuiController gController, PFrame pFrame)
          The constructor of toolbar class.