| org.eclipse.ui.internal.ide.actions.BuildSetAction
BuildSetAction | public class BuildSetAction extends Action (Code) | | This class will perform an incremental build on a working set.
since: 3.0 |
Constructor Summary | |
public | BuildSetAction(IWorkingSet set, IWorkbenchWindow window, IActionBarConfigurer actionBars) |
BuildSetAction | public BuildSetAction(IWorkingSet set, IWorkbenchWindow window, IActionBarConfigurer actionBars)(Code) | | Creates a new action that builds the provided working set when run
|
getWorkingSet | public IWorkingSet getWorkingSet()(Code) | | Returns the working set that this instance is building
|
runWithEvent | public void runWithEvent(Event event)(Code) | | |
|
|