Package com.e1c.langtool.ui.editor.regex
Class RegExEditorMatchingStrategy
java.lang.Object
com.e1c.langtool.ui.editor.regex.RegExEditorMatchingStrategy
- All Implemented Interfaces:
org.eclipse.ui.IEditorMatchingStrategy
public class RegExEditorMatchingStrategy
extends Object
implements org.eclipse.ui.IEditorMatchingStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.eclipse.ui.IEditorReference editorRef, org.eclipse.ui.IEditorInput input)
-
Constructor Details
-
RegExEditorMatchingStrategy
public RegExEditorMatchingStrategy()
-
-
Method Details
-
matches
public boolean matches(org.eclipse.ui.IEditorReference editorRef, org.eclipse.ui.IEditorInput input) - Specified by:
matchesin interfaceorg.eclipse.ui.IEditorMatchingStrategy
-