Class ApplicationMatchingStrategy
java.lang.Object
com.e1c.g5.dt.internal.applications.ui.editor.ApplicationMatchingStrategy
- All Implemented Interfaces:
org.eclipse.ui.IEditorMatchingStrategy
public class ApplicationMatchingStrategy
extends Object
implements org.eclipse.ui.IEditorMatchingStrategy
The matching strategy for Application editors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(org.eclipse.ui.IEditorReference editorRef, org.eclipse.ui.IEditorInput input)
-
Constructor Details
-
ApplicationMatchingStrategy
public ApplicationMatchingStrategy()
-
-
Method Details
-
matches
public boolean matches(org.eclipse.ui.IEditorReference editorRef, org.eclipse.ui.IEditorInput input) - Specified by:
matches
in interfaceorg.eclipse.ui.IEditorMatchingStrategy
-