Package jmarkov.gui

Provides classes for graphic user interface (GUI) to present the result of a model build with JMarkov.

See:
          Description

Class Summary
DenseRatesPanel This class presents the rate matrix through a table.
GuiUtils GUI utilities for actions
InfoPanel This class is the superclass of all panels that give info about the Markov Chain.
MarkovClassLoader This class helps to load a SimpleMarkovProcess, State or Event class.
MarkovFileOpenDialog  
MarkovGUI  
MatrixPanel  
SparseMatrixPanel This class show with a tree all states / actions / Events
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
TextPanel This class is an extended TextArea, that includes a toollbar for commands such as saving, selecting and cleaning the text.
 

Enum Summary
MarkovFileOpenDialog.ResultTypes The result types returned by the File open dialog.
 

Package jmarkov.gui Description

Provides classes for graphic user interface (GUI) to present the result of a model build with JMarkov. For overviews, tutorials, examples, guides, and tool documentation, please see:

Copa Group WEB page.