Class QueryWizardCellEditor


  • public class QueryWizardCellEditor
    extends Object
    Cell editors factory
    • Method Detail

      • createCellEditor

        public static QueryWizardCellEditor createCellEditor​(org.eclipse.swt.widgets.Tree parent,
                                                             QueryWizardCellEditor.EditorType editorType,
                                                             int style,
                                                             org.eclipse.jface.action.Action afterApplyValue)
        Create cell editor
        Parameters:
        parent - parent tree
        editorType - type of editor
        style - editor style
        Returns:
        query wizard cell editor
      • addButton

        public org.eclipse.swt.widgets.Button addButton​(QueryWizardCellEditor.ButtonType buttonType)
        Add button
        Parameters:
        buttonType - button type
        Returns:
        new button
      • addButton

        public org.eclipse.swt.widgets.Button addButton​(QueryWizardCellEditor.ButtonType buttonType,
                                                        org.eclipse.swt.events.SelectionAdapter selectionAdapter)
        Add button
        Parameters:
        buttonType - button type
        selectionAdapter - selection handler
        Returns:
        new button
      • getEditor

        public org.eclipse.swt.widgets.Control getEditor()
        Get editor
        Returns:
        the editor
      • getCellEditor

        public CellEditor getCellEditor()
        Get cell editor
        Returns:
        the cellEditor