org.netbeans.modules.refactoring.java.api.ui
Class JavaScopeBuilder
java.lang.Object
org.netbeans.modules.refactoring.java.api.ui.JavaScopeBuilder
public final class JavaScopeBuilder
- extends Object
Support for creating a new Scope. Opens a dialog to select
different parts of open projects to include in the new scope.
- Since:
- 1.27.0
|
Method Summary |
static Scope |
open(String title,
Scope scope)
Open a modal dialog to specify a new Scope. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaScopeBuilder
public JavaScopeBuilder()
open
public static Scope open(String title,
Scope scope)
- Open a modal dialog to specify a new Scope.
- Parameters:
title - - the title of the dialogscope - - the scope to use to preselect parts
- Returns:
- a new Scope or null if the dialog was canceled