index int64 0 10.7k | class stringclasses 867 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
6,039 | FileChecksumHelper.java | // If there is no block allocated for the file,
// return one with the magic entry that matches what previous
// hdfs versions return. | 0 | // If there is no block allocated for the file,
// return one with the magic entry that matches what previous
// hdfs versions return. | FileChecksumHelper.java | [
0,
0,
0,
0,
0,
0,
1
] |
6,040 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.IActionDelegate2#init(org.eclipse.jface.action.IAction) | 0 | @see org.eclipse.ui.IActionDelegate2#init(org.eclipse.jface.action.IAction) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,041 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.IActionDelegate2#runWithEvent(org.eclipse.jface.action.IAction, org.eclipse.swt.widgets.Event) | 0 | @see org.eclipse.ui.IActionDelegate2#runWithEvent(org.eclipse.jface.action.IAction, org.eclipse.swt.widgets.Event) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,042 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.ISelectionListener#selectionChanged(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection) | 0 | @see org.eclipse.ui.ISelectionListener#selectionChanged(org.eclipse.ui.IWorkbenchPart, org.eclipse.jface.viewers.ISelection) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,043 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.IViewActionDelegate#init(org.eclipse.ui.IViewPart) | 0 | @see org.eclipse.ui.IViewActionDelegate#init(org.eclipse.ui.IViewPart) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,044 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.IActionDelegate#selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection) | 0 | @see org.eclipse.ui.IActionDelegate#selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,045 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction) | 0 | @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,046 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.IWorkbenchWindowActionDelegate#init(org.eclipse.ui.IWorkbenchWindow) | 0 | @see org.eclipse.ui.IWorkbenchWindowActionDelegate#init(org.eclipse.ui.IWorkbenchWindow) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,047 | AbstractDebugActionDelegate.java | @see org.eclipse.ui.IWorkbenchWindowActionDelegate#dispose() | 0 | @see org.eclipse.ui.IWorkbenchWindowActionDelegate#dispose() | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,048 | AbstractDebugActionDelegate.java | @see org.eclipse.core.runtime.jobs.Job#run(org.eclipse.core.runtime.IProgressMonitor) | 0 | @see org.eclipse.core.runtime.jobs.Job#run(org.eclipse.core.runtime.IProgressMonitor) | AbstractDebugActionDelegate.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,050 | AbstractDebugActionDelegate.java | * The underlying action for this delegate | 0 | * The underlying action for this delegate | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,051 | AbstractDebugActionDelegate.java | This action's view part, or <code>null</code>
* if not installed in a view. | 0 | This action's view part, or <code>null</code>
* if not installed in a view. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,052 | AbstractDebugActionDelegate.java | * Cache of the most recent seletion | 0 | * Cache of the most recent seletion | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,053 | AbstractDebugActionDelegate.java | * Whether this delegate has been initialized | 0 | * Whether this delegate has been initialized | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,054 | AbstractDebugActionDelegate.java | The window associated with this action delegate
* May be <code>null</code> | 0 | The window associated with this action delegate
* May be <code>null</code> | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,055 | AbstractDebugActionDelegate.java | * Background job for this action, or <code>null</code> if none. | 0 | * Background job for this action, or <code>null</code> if none. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,056 | AbstractDebugActionDelegate.java | Constructs a new job to perform a debug request (for example, step)
* in the background. | 0 | Constructs a new job to perform a debug request (for example, step)
* in the background. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,057 | AbstractDebugActionDelegate.java | * Sets the selection to operate on. | 0 | * Sets the selection to operate on. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,058 | AbstractDebugActionDelegate.java | It's crucial that delegate actions have a zero-arg constructor so that
* they can be reflected into existence when referenced in an action set
* in the plugin's plugin.xml file. | 0 | It's crucial that delegate actions have a zero-arg constructor so that
* they can be reflected into existence when referenced in an action set
* in the plugin's plugin.xml file. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,059 | AbstractDebugActionDelegate.java | // disable the action so it cannot be run again until an event or selection change
// updates the enablement | 0 | // disable the action so it cannot be run again until an event or selection change
// updates the enablement | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,060 | AbstractDebugActionDelegate.java | * Runs this action in a background job. | 0 | * Runs this action in a background job. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,061 | AbstractDebugActionDelegate.java | * Runs this action in the UI thread. | 0 | * Runs this action in the UI thread. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,062 | AbstractDebugActionDelegate.java | Returns whether or not this action should be run in the background.
* Subclasses may override. | 0 | Returns whether or not this action should be run in the background.
* Subclasses may override. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,063 | AbstractDebugActionDelegate.java | AbstractDebugActionDelegates come in 2 flavors: IViewActionDelegate,
* IWorkbenchWindowActionDelegate delegates.
* </p>
* <ul>
* <li>IViewActionDelegate delegate: getView() != null</li>
* <li>IWorkbenchWindowActionDelegate: getView == null</li>
* </ul>
* <p>
* Only want to call update(action, selection) for IViewActionDelegates.
* An initialize call to update(action, selection) is made for all flavors to set the initial
* enabled state of the underlying action.
* IWorkbenchWindowActionDelegate's listen to selection changes
* in the debug view only.
* </p> | 0 | AbstractDebugActionDelegates come in 2 flavors: IViewActionDelegate,
* IWorkbenchWindowActionDelegate delegates.
* </p>
* <ul>
* <li>IViewActionDelegate delegate: getView() != null</li>
* <li>IWorkbenchWindowActionDelegate: getView == null</li>
* </ul>
* <p>
* Only want to call update(action, selection) for IViewActionDelegates.
* An initialize call to update(action, selection) is made for all flavors to set the initial
* enabled state of the underlying action.
* IWorkbenchWindowActionDelegate's listen to selection changes
* in the debug view only.
* </p> | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,064 | AbstractDebugActionDelegate.java | * Performs the specific action on this element. | 0 | * Performs the specific action on this element. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,065 | AbstractDebugActionDelegate.java | Returns the String to use as an error dialog title for
* a failed action. Default is to return null. | 0 | Returns the String to use as an error dialog title for
* a failed action. Default is to return null. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,066 | AbstractDebugActionDelegate.java | Returns the String to use as an error dialog message for
* a failed action. This message appears as the "Message:" in
* the error dialog for this action.
* Default is to return null. | 0 | Returns the String to use as an error dialog message for
* a failed action. This message appears as the "Message:" in
* the error dialog for this action.
* Default is to return null. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,067 | AbstractDebugActionDelegate.java | Returns the String to use as a status message for
* a failed action. This message appears as the "Reason:"
* in the error dialog for this action.
* Default is to return the empty String. | 0 | Returns the String to use as a status message for
* a failed action. This message appears as the "Reason:"
* in the error dialog for this action.
* Default is to return the empty String. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,068 | AbstractDebugActionDelegate.java | Returns this action's view part, or <code>null</code>
* if not installed in a view. | 0 | Returns this action's view part, or <code>null</code>
* if not installed in a view. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,069 | AbstractDebugActionDelegate.java | Initialize this delegate, updating this delegate's
* presentation.
* As well, all of the flavors of AbstractDebugActionDelegates need to
* have the initial enabled state set with a call to update(IAction, ISelection). | 0 | Initialize this delegate, updating this delegate's
* presentation.
* As well, all of the flavors of AbstractDebugActionDelegates need to
* have the initial enabled state set with a call to update(IAction, ISelection). | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,070 | AbstractDebugActionDelegate.java | //update on the selection in the debug view | 0 | //update on the selection in the debug view | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,071 | AbstractDebugActionDelegate.java | * Returns the most recent selection | 0 | * Returns the most recent selection | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,072 | AbstractDebugActionDelegate.java | getSelection | 0 | getSelection | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,073 | AbstractDebugActionDelegate.java | * Sets the most recent selection | 0 | * Sets the most recent selection | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,074 | AbstractDebugActionDelegate.java | * Return whether the action should be enabled or not based on the given selection. | 0 | * Return whether the action should be enabled or not based on the given selection. | AbstractDebugActionDelegate.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,075 | AbstractDebugActionDelegate.java | @param name job name | 0 | @param name job name | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,076 | AbstractDebugActionDelegate.java | @param elements | 0 | @param elements | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,077 | AbstractDebugActionDelegate.java | @return whether or not this action should be run in the background | 0 | @return whether or not this action should be run in the background | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,078 | AbstractDebugActionDelegate.java | @return view part or <code>null</code> | 0 | @return view part or <code>null</code> | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,079 | AbstractDebugActionDelegate.java | @param action the presentation for this action | 0 | @param action the presentation for this action | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,080 | AbstractDebugActionDelegate.java | @return whether the action was initialized | 0 | @return whether the action was initialized | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,081 | AbstractDebugActionDelegate.java | @return structured selection | 0 | @return structured selection | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,082 | AbstractDebugActionDelegate.java | @parm selection structured selection | 0 | @parm selection structured selection | AbstractDebugActionDelegate.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,083 | MetricsSourceBuilder.java | @link MetricsSource | 0 | @link MetricsSource | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,084 | MetricsSourceBuilder.java | @link Field | 0 | @link Field | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,085 | MetricsSourceBuilder.java | @link Metric | 0 | @link Metric | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,086 | MetricsSourceBuilder.java | @link MutableMetric | 0 | @link MutableMetric | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,087 | MetricsSourceBuilder.java | @link MetricsRegistry | 0 | @link MetricsRegistry | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,088 | MetricsSourceBuilder.java | @link Method | 0 | @link Method | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,089 | MetricsSourceBuilder.java | @link Metric | 0 | @link Metric | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,090 | MetricsSourceBuilder.java | @link MutableMetric | 0 | @link MutableMetric | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,091 | MetricsSourceBuilder.java | @link MetricsRegistry | 0 | @link MetricsRegistry | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,092 | MetricsSourceBuilder.java | @code field | 0 | @code field | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,093 | MetricsSourceBuilder.java | @code source | 0 | @code source | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,094 | MetricsSourceBuilder.java | @link MutableMetric | 0 | @link MutableMetric | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,095 | MetricsSourceBuilder.java | @link MutableMetric | 0 | @link MutableMetric | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,096 | MetricsSourceBuilder.java | @link Metric | 0 | @link Metric | MetricsSourceBuilder.java | [
0,
0,
0,
0,
1,
0,
0
] |
6,097 | MetricsSourceBuilder.java | /** Add {@link MutableMetric} for a method annotated with {@link Metric} */ | 0 | /** Add {@link MutableMetric} for a method annotated with {@link Metric} */ | MetricsSourceBuilder.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,098 | MetricsSourceBuilder.java | // Set the source field to MutableMetric | 0 | // Set the source field to MutableMetric | MetricsSourceBuilder.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,099 | MetricsSourceBuilder.java | // skip fields already set | 0 | // skip fields already set | MetricsSourceBuilder.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,100 | MetricsSourceBuilder.java | Change the declared field {@code field} in {@code source} Object to
* {@link MutableMetric} | 0 | Change the declared field {@code field} in {@code source} Object to
* {@link MutableMetric} | MetricsSourceBuilder.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,101 | MetricsSourceBuilder.java | // Create a new registry according to annotation | 0 | // Create a new registry according to annotation | MetricsSourceBuilder.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,102 | MetricsSourceBuilder.java | // Get the registry if it already exists. | 0 | // Get the registry if it already exists. | MetricsSourceBuilder.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,103 | MetricsSourceBuilder.java | Helper class to build {@link MetricsSource} object from annotations.
* <p>
* For a given source object:
* <ul>
* <li>Sets the {@link Field}s annotated with {@link Metric} to
* {@link MutableMetric} and adds it to the {@link MetricsRegistry}.</li>
* <li>
* For {@link Method}s annotated with {@link Metric} creates
* {@link MutableMetric} and adds it to the {@link MetricsRegistry}.</li>
* </ul> | 0 | Helper class to build {@link MetricsSource} object from annotations.
* <p>
* For a given source object:
* <ul>
* <li>Sets the {@link Field}s annotated with {@link Metric} to
* {@link MutableMetric} and adds it to the {@link MetricsRegistry}.</li>
* <li>
* For {@link Method}s annotated with {@link Metric} creates
* {@link MutableMetric} and adds it to the {@link MetricsRegistry}.</li>
* </ul> | MetricsSourceBuilder.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,104 | WorkingSetConfigsController.java | Contributors:
* QNX Software Systems - initial API and implementation | 0 | Contributors:
* QNX Software Systems - initial API and implementation | WorkingSetConfigsController.java | [
0,
1,
0,
0,
0,
0,
0
] |
6,105 | WorkingSetConfigsController.java | @author Christian W. Damus (cdamus) | 0 | @author Christian W. Damus (cdamus) | WorkingSetConfigsController.java | [
0,
1,
0,
0,
0,
0,
0
] |
6,106 | WorkingSetConfigsController.java | @since 6.0 | 0 | @since 6.0 | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,107 | WorkingSetConfigsController.java | @param tree
* my tree viewer | 0 | @param tree
* my tree viewer | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,108 | WorkingSetConfigsController.java |
* @param addButton
* my add button | 0 |
* @param addButton
* my add button | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,109 | WorkingSetConfigsController.java | @param removeButton
* my remove button | 0 | @param removeButton
* my remove button | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,110 | WorkingSetConfigsController.java | @param renameButton
* my rename button | 0 | @param renameButton
* my rename button | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,111 | WorkingSetConfigsController.java | @param activateButton
* my activate button | 0 | @param activateButton
* my activate button | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,112 | WorkingSetConfigsController.java | @param buildButton
* my build button | 0 | @param buildButton
* my build button | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,113 | WorkingSetConfigsController.java | @param controller
* my project configurations controller | 0 | @param controller
* my project configurations controller | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,114 | WorkingSetConfigsController.java | @param project
* the project configuration whose active configuration selections have changed | 0 | @param project
* the project configuration whose active configuration selections have changed | WorkingSetConfigsController.java | [
0,
0,
0,
1,
0,
0,
0
] |
6,115 | WorkingSetConfigsController.java | // depends on whether the ws config is active | 0 | // depends on whether the ws config is active | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,116 | WorkingSetConfigsController.java | Notification that the selection of configuration(s) in some project in the current working set
* configuration has changed. I accordingly update the visuals of the working-set configuration to
* indicate whether it is active or not. | 0 | Notification that the selection of configuration(s) in some project in the current working set
* configuration has changed. I accordingly update the visuals of the working-set configuration to
* indicate whether it is active or not. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,117 | WorkingSetConfigsController.java | Updates the enablement state of the action buttons according to the current selection. | 0 | Updates the enablement state of the action buttons according to the current selection. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,118 | WorkingSetConfigsController.java | // show the problem | 0 | // show the problem | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,119 | WorkingSetConfigsController.java | // it is possible that some project configurations had to applied in
// order to effect a build. Refresh to handle that case | 0 | // it is possible that some project configurations had to applied in
// order to effect a build. Refresh to handle that case | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,120 | WorkingSetConfigsController.java | * Handler for the "Build" button. | 0 | * Handler for the "Build" button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,121 | WorkingSetConfigsController.java | // lighter-weight updates of its configs | 0 | // lighter-weight updates of its configs | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,122 | WorkingSetConfigsController.java | // major change. Refresh it altogether | 0 | // major change. Refresh it altogether | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,123 | WorkingSetConfigsController.java | // update all working-set configs that intersect this config | 0 | // update all working-set configs that intersect this config | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,124 | WorkingSetConfigsController.java | Updates the display to reflect potential changes in project activation and the resulting changes in
* working-set config activation, if any. | 0 | Updates the display to reflect potential changes in project activation and the resulting changes in
* working-set config activation, if any. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,125 | WorkingSetConfigsController.java | Handler for the "Activate" button. | 0 | Handler for the "Activate" button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,126 | WorkingSetConfigsController.java | Handler for the "Rename..." button. | 0 | Handler for the "Rename..." button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,127 | WorkingSetConfigsController.java | Handler for the "Remove" button. | 0 | Handler for the "Remove" button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,128 | WorkingSetConfigsController.java | // this is a "recently used" working set | 0 | // this is a "recently used" working set | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,129 | WorkingSetConfigsController.java | Handler for the "Add..." button. | 0 | Handler for the "Add..." button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,130 | WorkingSetConfigsController.java | // tell the project controller | 0 | // tell the project controller | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,131 | WorkingSetConfigsController.java | Handles selection of working sets and their configurations. Among potentially other actions, this
* injects the working-set configuration selection into the project configurations controller and updates
* the enablement of the buttons. | 0 | Handles selection of working sets and their configurations. Among potentially other actions, this
* injects the working-set configuration selection into the project configurations controller and updates
* the enablement of the buttons. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,132 | WorkingSetConfigsController.java | // handle button press | 0 | // handle button press | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,133 | WorkingSetConfigsController.java | * Handles button presses in the working set configurations pane. | 0 | * Handles button presses in the working set configurations pane. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,134 | WorkingSetConfigsController.java | // not interesting | 0 | // not interesting | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,135 | WorkingSetConfigsController.java | Connects me to the controller for the project configurations pane, into which I inject the currently
* selected working set configuration. | 0 | Connects me to the controller for the project configurations pane, into which I inject the currently
* selected working set configuration. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,136 | WorkingSetConfigsController.java | * Assigns me my "Build" button. | 0 | * Assigns me my "Build" button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,137 | WorkingSetConfigsController.java | * Assigns me my "Activate" button. | 0 | * Assigns me my "Activate" button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,138 | WorkingSetConfigsController.java | * Assigns me my "Rename..." button. | 0 | * Assigns me my "Rename..." button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
6,139 | WorkingSetConfigsController.java | * Assigns me my "Remove" button. | 0 | * Assigns me my "Remove" button. | WorkingSetConfigsController.java | [
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.