Uses of Class
jmarkov.gui.MarkovFileOpenDialog.ResultTypes

Packages that use MarkovFileOpenDialog.ResultTypes
jmarkov.gui Provides classes for graphic user interface (GUI) to present the result of a model build with JMarkov. 
 

Uses of MarkovFileOpenDialog.ResultTypes in jmarkov.gui
 

Methods in jmarkov.gui that return MarkovFileOpenDialog.ResultTypes
 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're declared.