Uses of Class
infomat.view.InfomatModel

Packages that use InfomatModel
infomat.vectorspace   
infomat.view   
infomat.view.grouping   
infomat.view.grouping.settings   
infomat.view.info   
infomat.view.menu   
 

Uses of InfomatModel in infomat.vectorspace
 

Constructors in infomat.vectorspace with parameters of type InfomatModel
DocumentGroupingIO(InfomatModel im)
           
 

Uses of InfomatModel in infomat.view
 

Methods in infomat.view that return InfomatModel
 InfomatModel InfomatView.getInfomatModel()
           
 

Constructors in infomat.view with parameters of type InfomatModel
AlgorithmFrame(GroupingAlgorithm algorithm, IMatrix matrix, InfomatModel model, InfomatView view)
           
InfomatOverview(java.lang.String title, InfomatModel model, InfomatView view, ToolbarView toolbarView)
           
InfomatView(InfomatModel model)
           
SessionFrame(InfomatModel model)
          Create the SessionFrame
 

Uses of InfomatModel in infomat.view.grouping
 

Constructors in infomat.view.grouping with parameters of type InfomatModel
GroupingPanel(InfomatModel model, InfomatView view)
           
GroupingSelectionPanel(InfomatModel model, InfomatView view, boolean rowPanel, boolean colorPanel)
           
 

Uses of InfomatModel in infomat.view.grouping.settings
 

Constructors in infomat.view.grouping.settings with parameters of type InfomatModel
GroupingFilePanel(InfomatModel model, InfomatView view, IObjectGrouping grouping, boolean row, boolean color, java.awt.Dimension d)
           
GroupingSettingsManager(InfomatView view, InfomatModel model, boolean row)
           
GroupingSettingsPanel(InfomatModel model, InfomatView view, IObjectSet ios, boolean rowPanel, boolean colorPanel)
           
OpacityPanel(InfomatModel model, InfomatView view, GroupingSettings groupingSettings, java.awt.Dimension d)
           
 

Uses of InfomatModel in infomat.view.info
 

Constructors in infomat.view.info with parameters of type InfomatModel
DimensionInfoPanel(InfomatModel model, InfomatView view, boolean row)
           
PixelInfoFrame(java.lang.String title, InfomatModel model, InfomatView view)
           
PixelInfoPanel(InfomatModel model, InfomatView view)
           
 

Uses of InfomatModel in infomat.view.menu
 

Constructors in infomat.view.menu with parameters of type InfomatModel
Menu(MainWindow frame, InfomatModel infoModel, ToolbarController toolbarController, InfomatView infomatView)
          Create the menu.
ToolbarView(ToolbarController controller, InfomatModel model)
          Create the buttons for the toolbar.