Class AttributesPage

  • All Implemented Interfaces:
    org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

    public class AttributesPage
    extends org.eclipse.jface.wizard.WizardPage
    Attributes page
    • Field Summary

      • Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider

        ERROR, INFORMATION, NONE, WARNING
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createControl​(org.eclipse.swt.widgets.Composite parent)  
      Set<QuerySchemaExpression> getAllFields()
      Get all available fields
      List<AttributesPage.SelectedField> getSelectedFields()
      Get selected fields
      String getTableName()
      Get table name
      boolean isForNestedTable()
      Is page used for nested table
      void refreshAllFields​(List<QuerySchemaExpression> availableFields)
      Refresh available fields on page.
      void setSelectedFields​(List<PrintWizardParser.Field> fields)
      Set selected fields
      • Methods inherited from class org.eclipse.jface.wizard.WizardPage

        canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
      • Methods inherited from class org.eclipse.jface.dialogs.DialogPage

        convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
      • Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage

        dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
    • Constructor Detail

      • AttributesPage

        protected AttributesPage​(PrintWizard printWizard,
                                 String title,
                                 String description,
                                 String tableName,
                                 boolean isForNestedTable)
        Parameters:
        printWizard - - print wizard
        title - - title
        description - - description
        tableName - - nested table name
        isForNestedTable - - is for nested table
    • Method Detail

      • createControl

        public void createControl​(org.eclipse.swt.widgets.Composite parent)
      • getTableName

        public String getTableName()
        Get table name
        Returns:
        table name
      • isForNestedTable

        public boolean isForNestedTable()
        Is page used for nested table
        Returns:
        is page used for nested table
      • setSelectedFields

        public void setSelectedFields​(List<PrintWizardParser.Field> fields)
        Set selected fields
        Parameters:
        fields - - fields collection
      • refreshAllFields

        public void refreshAllFields​(List<QuerySchemaExpression> availableFields)
        Refresh available fields on page.
        Parameters:
        availableFields - - collection of available fields