Uses of Class
de.uni_leipzig.cvk.data.Model

Packages that use Model
de.uni_leipzig.cvk.gui Provides the classes which implement the Swing components for the Application
 

Uses of Model in de.uni_leipzig.cvk.gui
 

Fields in de.uni_leipzig.cvk.gui declared as Model
(package private)  Model GraphStatisticPanel.TableMouseListener.m_m
           
 

Constructors in de.uni_leipzig.cvk.gui with parameters of type Model
Application(Model model)
          Constructs a new Application by initializing a AggregatePanel, ClusterPanel and a GraphStatisticPanel Observer instance and some other Swing components with data of the given Model instance data.
GraphStatisticPanel.TableMouseListener(Model o)