public class LibUIScanner
extends java.lang.Object
Constructor and Description |
---|
LibUIScanner(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
java.util.Scanner |
getScanner()
Retrieves a Scanner from the libUIScanner, with the file's content as content
|
boolean |
isCancelled()
Has the user pressed cancel?
|
boolean |
isSuccesfull()
Has the file been opened succesfully?
|
public java.util.Scanner getScanner()
public boolean isSuccesfull()
public boolean isCancelled()