Package | Description |
---|---|
jmarkov.gui |
Provides classes for graphic user interface (GUI) to present the
result of a model build with JMarkov.
|
Modifier and Type | Method and Description |
---|---|
MarkovFileOpenDialog.ResultTypes |
MarkovFileOpenDialog.getDialogResult()
Gets the result (OK or Cancel)
|
static MarkovFileOpenDialog.ResultTypes |
MarkovFileOpenDialog.ResultTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkovFileOpenDialog.ResultTypes[] |
MarkovFileOpenDialog.ResultTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|