Package com.stimulsoft.viewer.events
Class StiViewCommonEvent
java.lang.Object
java.util.EventObject
com.stimulsoft.viewer.events.StiViewCommonEvent
- All Implemented Interfaces:
Serializable
Common event on sti viewer
Copyright Stimulsoft
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCHnage bitmap visualstatic final StringChange view statestatic final StringChange current display pagestatic final StringOccured to change pagestatic final StringOccured when docuent loadedstatic final StringExport report with given paramsstatic final StringOccured to startt load documentstatic final StringChange page view modestatic final StringPrint reportstatic final StringScroll to componentstatic final StringShow bookmarkstatic final StringShow/hide bookmarks panelstatic final StringShow export dialogstatic final StringDisplay find panelstatic final StringShow full screenstatic final StringShow/hide thumbnails panelstatic final StringOccured when zoom changedFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionStiViewCommonEvent(Object source) ConstructorStiViewCommonEvent(String eventType) ConstructorStiViewCommonEvent(String eventType, Object source) ConstructorStiViewCommonEvent(String eventType, Object source, Object param0) Constructor -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
LOAD_DOCUMENT_FILE
Occured to startt load document- See Also:
-
DOCUMENT_FILE_LOADED
Occured when docuent loaded- See Also:
-
ZOOM_CHANGED
Occured when zoom changed- See Also:
-
CURRENT_PAGE_CHANGED
Occured to change page- See Also:
-
CURRENT_DISPLAY_PAGE_CHANGED
Change current display page- See Also:
-
PAGE_VIEW_MODE_CHANGED
Change page view mode- See Also:
-
CHANGE_VIEW_STATE
Change view state- See Also:
-
SHOW_BOOKMARK
Show bookmark- See Also:
-
SHOW_BOOKMARK_PANNEL
Show/hide bookmarks panel- See Also:
-
SHOW_FIND_PANNEL
Display find panel- See Also:
-
SCROLL_TO_COMPONENT
Scroll to component- See Also:
-
SHOW_FULL_SCREEN
Show full screen- See Also:
-
PRINT
Print report- See Also:
-
CHANGE_BITMAP_VISUAL
CHnage bitmap visual- See Also:
-
SHOW_THUMBNAIL_PANNEL
Show/hide thumbnails panel- See Also:
-
SHOW_EXPORT_DIALOG
Show export dialog- See Also:
-
EXPORT_REPORT
Export report with given params- See Also:
-
-
Constructor Details
-
StiViewCommonEvent
Constructor- Parameters:
eventType-
-
StiViewCommonEvent
Constructor- Parameters:
source-
-
StiViewCommonEvent
Constructor- Parameters:
eventType-source-
-
StiViewCommonEvent
Constructor- Parameters:
eventType-source-param0-
-
-
Method Details
-
getEventType
- Returns:
- the eventType
-
getParam0
- Returns:
- the param0
-