Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- CloseAllDocuments().
Method in class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
- The document manager closes all open files (if any).
- CloseDocument(String).
Method in class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
- The document manager closes (if open) the editor file with file name and path theFileNameWithPath.
- FrIJDEDocumentManager().
Constructor for class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
-
- GotoLineInDocument(String, int).
Method in class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
- The document manager opens (if not already opened) the file with the file name and path theFileNameWithPath,
makes it visible and maximized within the editor-space, gives it focus, jumps to the line number theLineNumber,
highlights the line, and sets the caret to the beginning of the line.
- GotoLineInDocument(String, int, int).
Method in class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
- The document manager opens (if not already opened) the file with the file name and path theFileNameWithPath,
makes it visible and maximized within the editor-space, gives it focus, jumps to the line number theLineNumber,
highlights the line, and sets the caret at character position theCharacterPosition.
- NewDocument().
Method in class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
- The document manager creates a new, empty, visible and untitled document.
- NewDocumentWithFileNameWithPath(String).
Method in class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
- The document manager creates a new, empty, visible document preset with file name and path
theFileNameWithPath.
- OpenDocument(String).
Method in class besiex.FrIJDE.AbstractClasses.FrIJDEDocumentManager
- The document manager opens and makes visible the document with file name and path theFileNameWithPath.