index
int64
1
10.7k
class
stringclasses
782 values
comment_sentence
stringlengths
1
1.78k
partition
int64
0
0
combo
stringlengths
17
1.81k
labels
listlengths
7
7
9,935
Panel.java
@param content * the content used in the panel.
0
@param content * the content used in the panel. | Panel.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,936
Panel.java
@see AbstractComponent#setCaption(String)
0
@see AbstractComponent#setCaption(String) | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,937
Panel.java
@see com.vaadin.server.LegacyComponent#paintContent(com.vaadin.server * .PaintTarget)
0
@see com.vaadin.server.LegacyComponent#paintContent(com.vaadin.server * .PaintTarget) | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,939
Panel.java
* @see com.vaadin.server.Scrollable#setScrollable(boolean)
0
* @see com.vaadin.server.Scrollable#setScrollable(boolean) | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,941
Panel.java
* @see com.vaadin.server.Scrollable#setScrollLeft(int)
0
* @see com.vaadin.server.Scrollable#setScrollLeft(int) | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,942
Panel.java
* @see com.vaadin.server.Scrollable#setScrollTop(int)
0
* @see com.vaadin.server.Scrollable#setScrollTop(int) | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,944
Panel.java
* @deprecated As of 7.0, replaced by
0
* @deprecated As of 7.0, replaced by | Panel.java
[ 0, 0, 0, 0, 0, 1, 0 ]
9,945
Panel.java
@see Focusable#focus()
0
@see Focusable#focus() | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,947
Panel.java
* {@inheritDoc}
0
* {@inheritDoc} | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,948
Panel.java
* {@link #removeClickListener(ClickListener)}
0
* {@link #removeClickListener(ClickListener)} | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,949
Panel.java
* been added using {@link #addListener(ClickListener)}.
0
* been added using {@link #addListener(ClickListener)}. | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,950
Panel.java
* {@link #addClickListener(ClickListener)}
0
* {@link #addClickListener(ClickListener)} | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,951
Panel.java
* Use {@link #removeListener(ClickListener)} to remove the listener.
0
* Use {@link #removeListener(ClickListener)} to remove the listener. | Panel.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,953
Panel.java
* Creates a new empty panel.
0
* Creates a new empty panel. | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,954
Panel.java
* Creates a new empty panel which contains the given content.
0
* Creates a new empty panel which contains the given content. | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,955
Panel.java
* Creates a new empty panel with caption.
0
* Creates a new empty panel with caption. | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,956
Panel.java
* Creates a new empty panel with the given caption and content.
0
* Creates a new empty panel with the given caption and content. | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,957
Panel.java
* Sets the caption of the panel.
0
* Sets the caption of the panel. | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,958
Panel.java
Note that the caption is interpreted as HTML and therefore care should be * taken not to enable HTML injection and XSS attacks using panel captions. * This behavior may change in future versions.
0
Note that the caption is interpreted as HTML and therefore care should be * taken not to enable HTML injection and XSS attacks using panel captions. * This behavior may change in future versions. | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,959
Panel.java
Called when one or more variables handled by the implementing class are * changed.
0
Called when one or more variables handled by the implementing class are * changed. | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,961
Panel.java
Scrolling
0
Scrolling | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,962
Panel.java
// set internally, not to fire request repaint
0
// set internally, not to fire request repaint | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,963
Panel.java
// set internally, not to fire request repaint
0
// set internally, not to fire request repaint | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,964
Panel.java
// Actions
0
// Actions | Panel.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,965
IncreaseContainersResourceRequest.java
* @see ContainerManagementProtocol#increaseContainersResource(IncreaseContainersResourceRequest)
0
* @see ContainerManagementProtocol#increaseContainersResource(IncreaseContainersResourceRequest) | IncreaseContainersResourceRequest.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,966
IncreaseContainersResourceRequest.java
* @see NMToken
0
* @see NMToken | IncreaseContainersResourceRequest.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,970
IncreaseContainersResourceRequest.java
@param containersToIncrease the list of container tokens to be used * for container resource increase.
0
@param containersToIncrease the list of container tokens to be used * for container resource increase. | IncreaseContainersResourceRequest.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,971
IncreaseContainersResourceRequest.java
Set container tokens to be used during container resource increase. * The token is acquired from * <code>AllocateResponse.getIncreasedContainers</code>. * The token contains the container id and resource capability required for * container resource increase.
0
Set container tokens to be used during container resource increase. * The token is acquired from * <code>AllocateResponse.getIncreasedContainers</code>. * The token contains the container id and resource capability required for * container resource increase. | IncreaseContainersResourceRequest.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,974
BuilderUtils.java
* Builder utilities to construct various objects.
0
* Builder utilities to construct various objects. | BuilderUtils.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,975
BuilderUtils.java
// RPC layer client expects ip:port as service for tokens
0
// RPC layer client expects ip:port as service for tokens | BuilderUtils.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,976
StatsDSink.java
* Class that sends UDP packets to StatsD daemon.
0
* Class that sends UDP packets to StatsD daemon. | StatsDSink.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,978
StatsDSink.java
// Get StatsD host configurations.
0
// Get StatsD host configurations. | StatsDSink.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,979
StatsDSink.java
/** * A metrics sink that writes metrics to a StatsD daemon. * This sink will produce metrics of the form * '[hostname].servicename.context.name.metricname:value|type' * where hostname is optional. This is useful when sending to * a daemon that is running on the localhost and will add the * hostname to the metric (such as the * <a href="https://collectd.org/">CollectD</a> StatsD plugin). * <br/> * To configure this plugin, you will need to add the following * entries to your hadoop-metrics2.properties file: * <br/> * <pre> * *.sink.statsd.class=org.apache.hadoop.metrics2.sink.StatsDSink * [prefix].sink.statsd.server.host= * [prefix].sink.statsd.server.port= * [prefix].sink.statsd.skip.hostname=true|false (optional) * [prefix].sink.statsd.service.name=NameNode (name you want for service) * </pre> */
0
/** * A metrics sink that writes metrics to a StatsD daemon. * This sink will produce metrics of the form * '[hostname].servicename.context.name.metricname:value|type' * where hostname is optional. This is useful when sending to * a daemon that is running on the localhost and will add the * hostname to the metric (such as the * <a href="https://collectd.org/">CollectD</a> StatsD plugin). * <br/> * To configure this plugin, you will need to add the following * entries to your hadoop-metrics2.properties file: * <br/> * <pre> * *.sink.statsd.class=org.apache.hadoop.metrics2.sink.StatsDSink * [prefix].sink.statsd.server.host= * [prefix].sink.statsd.server.port= * [prefix].sink.statsd.skip.hostname=true|false (optional) * [prefix].sink.statsd.service.name=NameNode (name you want for service) * </pre> */ | StatsDSink.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,980
ConfigurationContentProvider.java
Contributors: * IBM Rational Software - Initial API and implementation * Red Hat Inc. - Copy from CDT 3.1.2 to here
0
Contributors: * IBM Rational Software - Initial API and implementation * Red Hat Inc. - Copy from CDT 3.1.2 to here | ConfigurationContentProvider.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,981
ConfigurationContentProvider.java
// The contents of the parent of the table is a list of configurations
0
// The contents of the parent of the table is a list of configurations | ConfigurationContentProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,982
ConfigurationContentProvider.java
// The content is an array of configurations
0
// The content is an array of configurations | ConfigurationContentProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,983
TestFileContextDeleteOnExit.java
@link FileContext.#deleteOnExit(Path)
0
@link FileContext.#deleteOnExit(Path) | TestFileContextDeleteOnExit.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,984
TestFileContextDeleteOnExit.java
* Tests {@link FileContext.#deleteOnExit(Path)} functionality.
0
* Tests {@link FileContext.#deleteOnExit(Path)} functionality. | TestFileContextDeleteOnExit.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,986
TestFileContextDeleteOnExit.java
// Ensure shutdown hook is added
0
// Ensure shutdown hook is added | TestFileContextDeleteOnExit.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,987
TestFileContextDeleteOnExit.java
// trigger deleteOnExit and ensure the registered // paths are cleaned up
0
// trigger deleteOnExit and ensure the registered // paths are cleaned up | TestFileContextDeleteOnExit.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,991
TimersVMProvider.java
/** Enumeration of possible layouts for the timers view model */
0
/** Enumeration of possible layouts for the timers view model */ | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,992
TimersVMProvider.java
// Add ourselves as listener for DM events events.
0
// Add ourselves as listener for DM events events. | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,993
TimersVMProvider.java
/** Have we registered ourselves as a listener for DM events? */
0
/** Have we registered ourselves as a listener for DM events? */ | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,994
TimersVMProvider.java
} catch (RejectedExecutionException e) {
0
} catch (RejectedExecutionException e) { | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,995
TimersVMProvider.java
* @see org.eclipse.cdt.dsf.ui.viewmodel.AbstractVMProvider#dispose()
0
* @see org.eclipse.cdt.dsf.ui.viewmodel.AbstractVMProvider#dispose() | TimersVMProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,997
TimersVMProvider.java
// Session shut down, not much we can do but wait to be disposed.
0
// Session shut down, not much we can do but wait to be disposed. | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,998
TimersVMProvider.java
// Remove ourselves as listener for DM events events. In practice, we // get called after the session has shut down, so we'll end up with a // RejectedExecutionException. We put this here all the same for // completeness sake.
0
// Remove ourselves as listener for DM events events. In practice, we // get called after the session has shut down, so we'll end up with a // RejectedExecutionException. We put this here all the same for // completeness sake. | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,999
TimersVMProvider.java
// Session shut down, not much we can do but wait to be disposed.
0
// Session shut down, not much we can do but wait to be disposed. | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,000
TimersVMProvider.java
* Configures a new layout for the timers view model.
0
* Configures a new layout for the timers view model. | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,001
TimersVMProvider.java
// Add a handler for the triggers and timers changed events. The // AbstractDMVMProvider superclass automatically registers this provider // for all IDMEvent events, however these two events do not implement // IDMEvent
0
// Add a handler for the triggers and timers changed events. The // AbstractDMVMProvider superclass automatically registers this provider // for all IDMEvent events, however these two events do not implement // IDMEvent | TimersVMProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,003
LinkedProposalModelPresenter.java
Contributors: * IBM Corporation - initial API and implementation * Sergey Prigogin (Google)
0
Contributors: * IBM Corporation - initial API and implementation * Sergey Prigogin (Google) | LinkedProposalModelPresenter.java
[ 0, 1, 0, 0, 0, 0, 0 ]
10,004
LinkedProposalModelPresenter.java
@link LinkedProposalModel
0
@link LinkedProposalModel | LinkedProposalModelPresenter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,005
LinkedProposalModelPresenter.java
* @see org.eclipse.jface.text.contentassist.ICompletionProposalExtension2#apply(org.eclipse.jface.text.ITextViewer, char, int, int)
0
* @see org.eclipse.jface.text.contentassist.ICompletionProposalExtension2#apply(org.eclipse.jface.text.ITextViewer, char, int, int) | LinkedProposalModelPresenter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,006
LinkedProposalModelPresenter.java
* @see org.eclipse.jface.text.contentassist.ICompletionProposal#getDisplayString()
0
* @see org.eclipse.jface.text.contentassist.ICompletionProposal#getDisplayString() | LinkedProposalModelPresenter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,007
LinkedProposalModelPresenter.java
* @see org.eclipse.jface.text.contentassist.ICompletionProposal#getImage()
0
* @see org.eclipse.jface.text.contentassist.ICompletionProposal#getImage() | LinkedProposalModelPresenter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,008
LinkedProposalModelPresenter.java
* @see org.eclipse.cdt.ui.text.ICCompletionProposal#getRelevance()
0
* @see org.eclipse.cdt.ui.text.ICCompletionProposal#getRelevance() | LinkedProposalModelPresenter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,009
LinkedProposalModelPresenter.java
* @see org.eclipse.jface.text.contentassist.ICompletionProposal#apply(org.eclipse.jface.text.IDocument)
0
* @see org.eclipse.jface.text.contentassist.ICompletionProposal#apply(org.eclipse.jface.text.IDocument) | LinkedProposalModelPresenter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,011
LinkedProposalModelPresenter.java
* @see org.eclipse.jface.text.contentassist.ICompletionProposalExtension2#validate(org.eclipse.jface.text.IDocument, int, org.eclipse.jface.text.DocumentEvent)
0
* @see org.eclipse.jface.text.contentassist.ICompletionProposalExtension2#validate(org.eclipse.jface.text.IDocument, int, org.eclipse.jface.text.DocumentEvent) | LinkedProposalModelPresenter.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,012
LinkedProposalModelPresenter.java
// only set up UI if there are any positions set
0
// only set up UI if there are any positions set | LinkedProposalModelPresenter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,013
LinkedProposalModelPresenter.java
* Does the setup of the linked mode from a {@link LinkedProposalModel}
0
* Does the setup of the linked mode from a {@link LinkedProposalModel} | LinkedProposalModelPresenter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,014
PreemptionCandidatesSelector.java
* @param selectedCandidates already selected candidates from previous policies
0
* @param selectedCandidates already selected candidates from previous policies | PreemptionCandidatesSelector.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,016
PreemptionCandidatesSelector.java
@param totalPreemptedResourceAllowed how many resources allowed to be * preempted in this round
0
@param totalPreemptedResourceAllowed how many resources allowed to be * preempted in this round | PreemptionCandidatesSelector.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,017
PreemptionCandidatesSelector.java
* @return merged selected candidates.
0
* @return merged selected candidates. | PreemptionCandidatesSelector.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,018
PreemptionCandidatesSelector.java
Get preemption candidates from computed resource sharing and already * selected candidates.
0
Get preemption candidates from computed resource sharing and already * selected candidates. | PreemptionCandidatesSelector.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,019
ICExclusionPatternPathEntry.java
Contributors: * Intel Corporation - initial API and implementation
0
Contributors: * Intel Corporation - initial API and implementation | ICExclusionPatternPathEntry.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,021
ICExclusionPatternPathEntry.java
Returns an array of inclusion paths affecting the * source folder when looking for files recursively.
0
Returns an array of inclusion paths affecting the * source folder when looking for files recursively. | ICExclusionPatternPathEntry.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,022
ICExclusionPatternPathEntry.java
* Returns a char based representation of the exclusions patterns full path.
0
* Returns a char based representation of the exclusions patterns full path. | ICExclusionPatternPathEntry.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,023
CompletionProposalCategory.java
Contributors: * IBM Corporation - initial API and implementation * Anton Leherbauer (Wind River Systems)
0
Contributors: * IBM Corporation - initial API and implementation * Anton Leherbauer (Wind River Systems) | CompletionProposalCategory.java
[ 0, 1, 0, 0, 0, 0, 0 ]
10,024
CompletionProposalCategory.java
* @since 4.0
0
* @since 4.0 | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,025
CompletionProposalCategory.java
* @param value the element to be checked
0
* @param value the element to be checked | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,026
CompletionProposalCategory.java
* @param attribute the attribute
0
* @param attribute the attribute | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,027
CompletionProposalCategory.java
* @return Returns the id
0
* @return Returns the id | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,028
CompletionProposalCategory.java
* @return Returns the name
0
* @return Returns the name | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,029
CompletionProposalCategory.java
* @return Returns the name
0
* @return Returns the name | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,030
CompletionProposalCategory.java
* @return the image descriptor of the described category
0
* @return the image descriptor of the described category | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,031
CompletionProposalCategory.java
* @param enabled the new enabled state.
0
* @param enabled the new enabled state. | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,032
CompletionProposalCategory.java
* @return the enablement state of the category
0
* @return the enablement state of the category | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,033
CompletionProposalCategory.java
* @param included the included
0
* @param included the included | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,034
CompletionProposalCategory.java
* @return included
0
* @return included | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,036
CompletionProposalCategory.java
* @param partition the partition
0
* @param partition the partition | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,037
CompletionProposalCategory.java
* @return {@code true} if the category contains any computers, {@code false} otherwise
0
* @return {@code true} if the category contains any computers, {@code false} otherwise | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,038
CompletionProposalCategory.java
* @return sortOrder
0
* @return sortOrder | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,039
CompletionProposalCategory.java
* @param sortOrder the sortOrder
0
* @param sortOrder the sortOrder | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,040
CompletionProposalCategory.java
* @param partition the partition type where to invocation occurred
0
* @param partition the partition type where to invocation occurred | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,042
CompletionProposalCategory.java
* @param monitor the progress monitor passed on to the extension
0
* @param monitor the progress monitor passed on to the extension | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,043
CompletionProposalCategory.java
* @return the list of computed completion proposals (element type:
0
* @return the list of computed completion proposals (element type: | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,045
CompletionProposalCategory.java
* @param partition the partition type where to invocation occurred
0
* @param partition the partition type where to invocation occurred | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,046
CompletionProposalCategory.java
* @param monitor the progress monitor passed on to the extension
0
* @param monitor the progress monitor passed on to the extension | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,047
CompletionProposalCategory.java
* @return the list of computed context information objects (element type:
0
* @return the list of computed context information objects (element type: | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,048
CompletionProposalCategory.java
* @return the error message from the computers in this category
0
* @return the error message from the computers in this category | CompletionProposalCategory.java
[ 0, 0, 0, 1, 0, 0, 0 ]
10,049
CompletionProposalCategory.java
@link org.eclipse.jface.text.contentassist.IContextInformation}
0
@link org.eclipse.jface.text.contentassist.IContextInformation} | CompletionProposalCategory.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,050
CompletionProposalCategory.java
@link org.eclipse.jface.text.contentassist.ICompletionProposal}
0
@link org.eclipse.jface.text.contentassist.ICompletionProposal} | CompletionProposalCategory.java
[ 0, 0, 0, 0, 1, 0, 0 ]
10,062
CompletionProposalCategory.java
* Describes a category extension to the "completionProposalComputer" extension point.
0
* Describes a category extension to the "completionProposalComputer" extension point. | CompletionProposalCategory.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,063
CompletionProposalCategory.java
/** The extension schema name of the icon attribute. */
0
/** The extension schema name of the icon attribute. */ | CompletionProposalCategory.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,065
CompletionProposalCategory.java
* Checks that the given attribute value is not {@code null}.
0
* Checks that the given attribute value is not {@code null}. | CompletionProposalCategory.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,066
CompletionProposalCategory.java
Safely computes context information objects of all computers of this category through their * extension. If an extension is disabled, throws an exception or otherwise does not adhere to * the contract described in {@link ICompletionProposalComputer}, it is disabled.
0
Safely computes context information objects of all computers of this category through their * extension. If an extension is disabled, throws an exception or otherwise does not adhere to * the contract described in {@link ICompletionProposalComputer}, it is disabled. | CompletionProposalCategory.java
[ 0, 0, 0, 0, 0, 0, 1 ]
10,068
CompletionProposalCategory.java
* Notifies the computers in this category of a proposal computation session start.
0
* Notifies the computers in this category of a proposal computation session start. | CompletionProposalCategory.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,072
CompletionProposalCategory.java
* Sets the separate command state of the category.
0
* Sets the separate command state of the category. | CompletionProposalCategory.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,073
CompletionProposalCategory.java
* Returns the image descriptor of the described category.
0
* Returns the image descriptor of the described category. | CompletionProposalCategory.java
[ 1, 0, 0, 0, 0, 0, 0 ]
10,074
CompletionProposalCategory.java
Returns the name of the described extension * without mnemonic hint in order to be displayed * in a message.
0
Returns the name of the described extension * without mnemonic hint in order to be displayed * in a message. | CompletionProposalCategory.java
[ 1, 0, 0, 0, 0, 0, 0 ]