Package com.stimulsoft.viewer.logic
Class StiViewController
java.lang.Object
com.stimulsoft.viewer.logic.StiViewController
- All Implemented Interfaces:
StiViewEventListener,StiViewSettings,EventListener
Sti View Controller
Copyright Stimulsoft
-
Field Summary
Fields inherited from interface com.stimulsoft.viewer.utils.StiViewSettings
CATEGORY_VIEWER, FIND_MATCH_CASE, FIND_MATCH_WHOLE_WORD, KEY_BOOKMARKS_WIDTH, KEY_MAIL_FROM, KEY_MAIL_HOST, KEY_MAIL_NEED_AUTH, KEY_MAIL_PORT, KEY_MAIL_RECIPIENTS, KEY_MAIL_USE_SSL, KEY_MAIL_USER, KEY_SHOW_THUMBNAILS, KEY_THUMBNAILS_WIDTH, KEY_VIEW_MODE, KEY_VIEW_STATE, KEY_ZOOM, REPORT_SAVE_LOAD_PATH -
Constructor Summary
ConstructorsConstructorDescriptionStiViewController(StiViewerFx viewerPanel, StiViewModel stiViewModel) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoiddocumentFileLoaded(StiDocument document, File reportFile, Boolean resetVariables) Action when document loadedvoidexportFinished(StiExportSettings settings, File file, List<File> exportedFiles) voidstiCommonEventPerformed(StiViewCommonEvent stiCommonEvent) Processing events
-
Constructor Details
-
StiViewController
Constructor- Parameters:
viewerPanel-invalid reference
StiViewerstiViewModel-StiViewModel
-
-
Method Details
-
stiCommonEventPerformed
Processing events- Specified by:
stiCommonEventPerformedin interfaceStiViewEventListener- Parameters:
stiCommonEvent-StiViewCommonEvent
-
exportFinished
-
documentFileLoaded
Action when document loaded
-