Package com.dci.intellij.dbn.editor.data.state.sorting.action

Examples of com.dci.intellij.dbn.editor.data.state.sorting.action.ChangeSortingDirectionAction


        dataTypeLabel.setText(column.getDataType().getQualifiedName());
        dataTypeLabel.setForeground(UIUtil.getInactiveTextColor());

        ActionToolbar actionToolbar = ActionUtil.createActionToolbar(
                "DBNavigator.DataEditor.Sorting.Instruction", true,
                new ChangeSortingDirectionAction(this),
                new DeleteSortingCriteriaAction(this));
        actionsPanel.add(actionToolbar.getComponent(), BorderLayout.CENTER);
    }
View Full Code Here

TOP

Related Classes of com.dci.intellij.dbn.editor.data.state.sorting.action.ChangeSortingDirectionAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.