Package com.intellij.util.ui.update

Examples of com.intellij.util.ui.update.ComponentDisposable


  }

  protected void installPathCompletion(final Project project, final FileChooserDescriptor fileChooserDescriptor) {
    final Application application = ApplicationManager.getApplication();
     if (application == null || application.isUnitTestMode() || application.isHeadlessEnvironment()) return;
     FileChooserFactory.getInstance().installFileCompletion(getChildComponent(), fileChooserDescriptor, true, new ComponentDisposable(getChildComponent(), project));
   }
View Full Code Here

TOP

Related Classes of com.intellij.util.ui.update.ComponentDisposable

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.