Package com.dci.intellij.dbn.data.record.navigation.action

Examples of com.dci.intellij.dbn.data.record.navigation.action.RecordNavigationActionGroup


        if (navigationTarget == RecordNavigationTarget.EDITOR) {
            openDataEditor(filterInput);
        } else if (navigationTarget == RecordNavigationTarget.VIEWER) {
            openRecordViewer(filterInput);
        } else if (navigationTarget == RecordNavigationTarget.ASK) {
            ActionGroup actionGroup = new RecordNavigationActionGroup(filterInput);
            Component component = (Component) inputEvent.getSource();

            ListPopup popup = JBPopupFactory.getInstance().createActionGroupPopup(
                    "Select navigation target",
                    actionGroup,
View Full Code Here

TOP

Related Classes of com.dci.intellij.dbn.data.record.navigation.action.RecordNavigationActionGroup

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.