Uses of Class
gui.EditorPane

Packages that use EditorPane
gui   
 

Uses of EditorPane in gui
 

Fields in gui declared as EditorPane
 EditorPane GuiController.editor
           
 EditorPane AboutFrame.editorPane
           
 EditorPane WorkspacePane.editorPane
           
 EditorPane PMenuBar.editorPane
           
 EditorPane NewFileFrame.editorPane
           
 

Methods in gui with parameters of type EditorPane
 int GuiController.newFileMenuItemPressed(PFrame callerFrame, EditorPane editorPane, java.lang.String filename, java.lang.String filePath)
          This method creates a new file dialog.
 int GuiController.openMenuPressed(PFrame callerFrame, EditorPane editorPane, java.lang.String filePath)
          This method creates an open file dialog.
 int GuiController.saveAsMenuPressed(javax.swing.JFrame callerFrame, EditorPane editorPane)
          This method saves a file with a different file path.
 int GuiController.saveMenuPressed(javax.swing.JFrame callerFrame, EditorPane editorPane)
          This method saves a modified file.
 

Constructors in gui with parameters of type EditorPane
AboutFrame(PFrame pframe, EditorPane ePane)
           
EditorArray(EditorPane ePane, java.lang.String s, PMenuBar pm, PFrame p)
          Constructor for the EditorArray class.
NewFileFrame(PFrame pframe, EditorPane ePane)
           
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.
WorkspacePane(java.lang.String[] workspaceList, int noOfWorkspaces, ProjectFile activeProjectFile, PFrame cFrame, EditorPane ePane, Project aProject)
          The main constructor of the workspace panel class.