Uses of Class
com.stimulsoft.viewer.logic.StiViewModel

Packages that use StiViewModel
com.stimulsoft.viewer   
com.stimulsoft.viewer.controls.dialogs   
com.stimulsoft.viewer.controls.visual   
com.stimulsoft.viewer.form   
com.stimulsoft.viewer.logic   
com.stimulsoft.viewer.panels   
com.stimulsoft.viewer.requestfromuser   
 

Uses of StiViewModel in com.stimulsoft.viewer
 

Methods in com.stimulsoft.viewer that return StiViewModel
 StiViewModel StiViewerFx.getStiViewModel()
           
 

Uses of StiViewModel in com.stimulsoft.viewer.controls.dialogs
 

Constructors in com.stimulsoft.viewer.controls.dialogs with parameters of type StiViewModel
StiSaveDialog(StiViewModel model, StiExportSettings exportSettings, StiViewController controller)
           
 

Uses of StiViewModel in com.stimulsoft.viewer.controls.visual
 

Constructors in com.stimulsoft.viewer.controls.visual with parameters of type StiViewModel
StiPageVisual(StiViewEventable eventDispatcher, StiViewModel stiViewModel)
          Constructor
StiThumbPageVisual(StiViewEventable eventDispatcher, StiViewModel stiViewModel)
          Constructor
StiViewPopupMenu(StiViewEventable eventDispatcher, StiViewModel model)
          Constructor
 

Uses of StiViewModel in com.stimulsoft.viewer.form
 

Constructors in com.stimulsoft.viewer.form with parameters of type StiViewModel
StiGoToPageDialog(StiViewModel model, StiViewEventable eventable, javax.swing.JFrame parent)
          Constructor
 

Uses of StiViewModel in com.stimulsoft.viewer.logic
 

Constructors in com.stimulsoft.viewer.logic with parameters of type StiViewModel
StiViewController(StiViewerFx viewerPanel, StiViewModel stiViewModel)
          Constructor
 

Uses of StiViewModel in com.stimulsoft.viewer.panels
 

Methods in com.stimulsoft.viewer.panels that return StiViewModel
 StiViewModel StiViewPannel.getStiViewModel()
           
 StiViewModel StiThumbnailsPannel.getStiViewModel()
           
 

Methods in com.stimulsoft.viewer.panels with parameters of type StiViewModel
 void StiThumbnailsPannel.setStiViewModel(StiViewModel value)
           
 

Constructors in com.stimulsoft.viewer.panels with parameters of type StiViewModel
StiBookmarkPannel(StiViewModel model)
          Constructor
StiFindToolBar(StiViewModel model, javax.swing.JFrame parentFrame)
          Constructor
StiMainToolBar(StiViewModel stiViewModel)
          Constructor
StiNavigateToolBar(StiViewModel model, javax.swing.JFrame parentFrame)
          Constructor
StiThumbnailsPannel(StiViewModel model)
          Constructor
StiViewModeToolBar(StiViewModel model)
          Constructor
StiViewPannel(StiViewModel model)
          Constructor
 

Uses of StiViewModel in com.stimulsoft.viewer.requestfromuser
 

Constructors in com.stimulsoft.viewer.requestfromuser with parameters of type StiViewModel
StiViewerControlsDialog(StiViewModel model, StiViewerFx viewerPanel)