All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.OpenText
java.lang.Object
|
+----javaParse.OpenText
- public class OpenText
- extends Object
-
OpenText()
-
-
getFileAsString()
-
-
getFileName()
-
-
getPathName()
-
-
open()
-
OpenText
public OpenText()
open
public boolean open()
- Returns:
- true if file selected from frame was opened and read
getFileName
public String getFileName()
- Returns:
- the name of the file that was opened
getPathName
public String getPathName()
- Returns:
- the path of the file that was just opened
getFileAsString
public String[] getFileAsString()
- Returns:
- the Grammar in String form
All Packages Class Hierarchy This Package Previous Next Index