Class StiViewerFx

All Implemented Interfaces:
StiViewSettings, ImageObserver, MenuContainer, Serializable, Accessible

public class StiViewerFx extends JPanel implements StiViewSettings
Copyright Stimulsoft
See Also:
  • Field Details

    • LOCALIZATION_FILE_NAME

      public static final String LOCALIZATION_FILE_NAME
      See Also:
    • BACKGROUND_COLOR

      public static final Color BACKGROUND_COLOR
  • Constructor Details

    • StiViewerFx

      public StiViewerFx(JFrame parentFrame)
  • Method Details

    • updateTitle

      public void updateTitle(String fileName)
    • showThumbsPannel

      public void showThumbsPannel(Boolean show)
      Show/hide thumbs pannel
      Parameters:
      show -
    • showBookmarksPannel

      public void showBookmarksPannel(Boolean show)
      Show/hide bookmarks pannel
      Parameters:
      show -
    • showFullScreen

      public void showFullScreen(Boolean fullScreen)
      Show/hide fullscreen mode
      Parameters:
      fullScreen -
    • addExitFullScreenButton

      public void addExitFullScreenButton()
      Add popup topmost button with close full screen mode
    • getStiMainToolBar

      public StiMainToolBar getStiMainToolBar()
      Returns:
      the stiMainToolBar
    • getStiDesignToolBar

      public StiDesignToolBar getStiDesignToolBar()
      Returns:
      the stiDesignToolBar
    • getStiNavigateToolBar

      public StiNavigateToolBar getStiNavigateToolBar()
      Returns:
      the stiNavigateToolBar
    • getStiViewModeToolBar

      public StiViewModeToolBar getStiViewModeToolBar()
      Returns:
      the stiViewModeToolBar
    • getStiViewPannel

      public StiViewPannel getStiViewPannel()
      Returns:
      the stiViewPannel
    • getStiThumbnailsPannel

      public StiThumbnailsPannel getStiThumbnailsPannel()
      Returns:
      the stiThumbnailsPannel
    • getStiBookmarkPannel

      public StiBookmarkPannel getStiBookmarkPannel()
      Returns:
      the stiBookmarkPannel
    • getCenterPane

      public StiSplitPane getCenterPane()
      Returns:
      the centerPane
    • getStiFindToolBar

      public StiFindToolBar getStiFindToolBar()
      Returns:
      the stiFindToolBar
    • getBottomPanel

      public JPanel getBottomPanel()
      Returns:
      the bottomPanel
    • getRightPane

      public StiSplitPane getRightPane()
      Returns:
      the rightPane
    • getParentFrame

      public JFrame getParentFrame()
      Returns:
      the parentFrame
    • getStiViewModel

      public StiViewModel getStiViewModel()
      Returns:
      the stiViewModel
    • getPanelDialogs

      public StiRequestPanel getPanelDialogs()
      Returns:
      the panelDialogs
    • getCenterBorderPanel

      public JPanel getCenterBorderPanel()
      Returns:
      the centerBorderPanel
    • createPopup

      public JDialog createPopup(Frame parentFrame, boolean modal)
      Create dialog popup viewer window
      Parameters:
      modal - modality
      parent - Frame parent
      Returns:
      JDialog viewer owner
    • main

      public static void main(String[] args)