Class RegExContentProposalProvider
java.lang.Object
org.eclipse.net4j.util.ui.proposals.RegExContentProposalProvider
- All Implemented Interfaces:
IContentProposalProvider
Content assist proposal provider for regular expressions.
Note: Replaces RegExContentAssistProcessor
which was introduced in 3.0.
Needed by org.eclipse.mylyn.internal.team.ui.preferences.workaround.MylynTeamPreferencePage.
TODO Ask platform guys to open this API
- Since:
- 3.2
-
Constructor Summary
ConstructorDescriptionRegExContentProposalProvider
(boolean isFind) Creates a new completion proposal provider. -
Method Summary
-
Constructor Details
-
RegExContentProposalProvider
public RegExContentProposalProvider(boolean isFind) Creates a new completion proposal provider.- Parameters:
isFind
-true
if the provider is used for the 'find' fieldfalse
if the provider is used for the 'reaplce' field
-
-
Method Details
-
getProposals
- Specified by:
getProposals
in interfaceIContentProposalProvider
-