Search in sources :

Example 1 with BrokerConfOpenFileDialog

use of com.cubrid.common.ui.common.dialog.BrokerConfOpenFileDialog in project cubrid-manager by CUBRID.

the class BrokerConfOpenFileAction method run.

public void run() {
    IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow();
    if (window == null) {
        return;
    }
    new BrokerConfOpenFileDialog(window.getShell()).open();
}
Also used : IWorkbenchWindow(org.eclipse.ui.IWorkbenchWindow) BrokerConfOpenFileDialog(com.cubrid.common.ui.common.dialog.BrokerConfOpenFileDialog)

Aggregations

BrokerConfOpenFileDialog (com.cubrid.common.ui.common.dialog.BrokerConfOpenFileDialog)1 IWorkbenchWindow (org.eclipse.ui.IWorkbenchWindow)1