|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PFrame | |
---|---|
gui |
Uses of PFrame in gui |
---|
Fields in gui declared as PFrame | |
---|---|
PFrame |
WorkspacePane.callerFrame
|
PFrame |
PMenuBar.callerFrame
|
PFrame |
EditorPane.callerFrame
|
PFrame |
AboutFrame.mainFrame
|
PFrame |
NewProjectFrame.mainFrame
|
PFrame |
NewFileFrame.mainFrame
|
PFrame |
FindReplace.owner
|
PFrame |
GuiController.p
|
PFrame |
EditorArray.pFrame
|
Methods in gui with parameters of type PFrame | |
---|---|
static FindReplace |
FindReplace.getSharedInstance(PFrame o)
|
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. |
Constructors in gui with parameters of type PFrame | |
---|---|
AboutFrame(PFrame pframe,
EditorPane ePane)
|
|
EditorArray(EditorPane ePane,
java.lang.String s,
PMenuBar pm,
PFrame p)
Constructor for the EditorArray class. |
|
EditorPane(GuiController gController,
PFrame cFrame)
The constructor for editor panel class. |
|
FindReplace(PFrame o)
The constructor for the Find/Replace dialog |
|
NewFileFrame(PFrame pframe,
EditorPane ePane)
|
|
NewProjectFrame(PFrame pFrame,
WorkspacePane workspacePane)
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |