Klasse RegExContentProposalProvider
java.lang.Object
org.eclipse.net4j.util.ui.proposals.RegExContentProposalProvider
- Alle implementierten Schnittstellen:
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
- Seit:
- 3.2
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRegExContentProposalProvider
(boolean isFind) Creates a new completion proposal provider. -
Methodenübersicht
-
Konstruktordetails
-
RegExContentProposalProvider
public RegExContentProposalProvider(boolean isFind) Creates a new completion proposal provider.- Parameter:
isFind
-true
if the provider is used for the 'find' fieldfalse
if the provider is used for the 'reaplce' field
-
-
Methodendetails
-
getProposals
- Angegeben von:
getProposals
in SchnittstelleIContentProposalProvider
-