Package com.dci.intellij.dbn.connection.config.action

Examples of com.dci.intellij.dbn.connection.config.action.CopyConnectionsAction


                "DBNavigator.Connections.Setup", true,
                new AddConnectionAction(connectionsList, connectionBundle),
                new RemoveConnectionAction(connectionsList, connectionBundle),
                new DuplicateConnectionAction(connectionsList, connectionBundle),
                ActionUtil.SEPARATOR,
                new CopyConnectionsAction(connectionsList, connectionBundle),
                new PasteConnectionAction(connectionsList, connectionBundle),
                ActionUtil.SEPARATOR,
                new MoveConnectionUpAction(connectionsList, connectionBundle),
                new MoveConnectionDownAction(connectionsList, connectionBundle),
                new SortConnectionsAction(connectionsList, connectionBundle));
View Full Code Here

TOP

Related Classes of com.dci.intellij.dbn.connection.config.action.CopyConnectionsAction

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.