Class StiBaseExportDialog

All Implemented Interfaces:
StiReportExportSettings, StiViewSettings, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
StiDataExportDialog, StiExcelExportDialog, StiHtmlExportDialog, StiImageExportDialog, StiPdfExportDialog, StiPpt2007ExportDialog, StiRtfExportDialog, StiTxtExportDialog, StiWordExportDialog, StiXpsExportDialog

public class StiBaseExportDialog extends JDialog implements StiReportExportSettings
Sti goto page dialog Copyright Stimulsoft
See Also:
  • Field Details

    • PANEL_WIDTH

      protected static final int PANEL_WIDTH
      See Also:
    • BOTTOM_PANEL_HEIGHT

      protected static final int BOTTOM_PANEL_HEIGHT
      See Also:
    • RANGE_PANEL_HEIGHT

      protected static final int RANGE_PANEL_HEIGHT
      See Also:
    • ZOOM_VALUES

      protected static String[] ZOOM_VALUES
    • IMAGE_RESOLUTIONS

      protected static String[] IMAGE_RESOLUTIONS
    • RTF_IMAGE_RESOLUTIONS

      protected static String[] RTF_IMAGE_RESOLUTIONS
    • IMAGE_QUALITY

      protected static String[] IMAGE_QUALITY
    • INFO_IMG

      protected static ImageIcon INFO_IMG
    • allPagesRadio

      protected JRadioButton allPagesRadio
    • currentPageRadio

      protected JRadioButton currentPageRadio
    • pagesRadio

      protected JRadioButton pagesRadio
    • pagesTextField

      protected JTextField pagesTextField
    • openAfterExport

      protected JCheckBox openAfterExport
    • expandPanel

      protected StiExpandPanel expandPanel
    • centerPanel1

      protected JPanel centerPanel1
    • bottomButtonPanel

      protected JPanel bottomButtonPanel
    • okResult

      protected boolean okResult
    • c

      protected GridBagConstraints c
  • Constructor Details

  • Method Details

    • buildComponent

      protected void buildComponent()
      Build compoment
    • buildComponent

      protected void buildComponent(Boolean buildRange)
    • addC

      protected void addC(JComponent component, int gx, int gy, int width, double weightx, int insetsL)
    • addC

      protected void addC(JComponent component, int gx, int gy, int width)
    • addC

      protected void addC(JComponent component, int gx, int gy, int width, double weightx)
    • addInfo

      protected JPanel addInfo(JComponent component, String hint)
    • createInfo

      protected JLabel createInfo(String hint)
    • updateSize

      protected void updateSize()
    • getExportSettings

      protected StiExportSettings getExportSettings()
    • saveSettings

      protected void saveSettings()
    • selectStringCombo

      protected boolean selectStringCombo(JComboBox comboBox, String value)
    • createXPanel

      protected JPanel createXPanel(Border border)