Class InfobaseEditorMatchingStrategy
java.lang.Object
com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase.InfobaseEditorMatchingStrategy
- All Implemented Interfaces:
org.eclipse.ui.IEditorMatchingStrategy
public class InfobaseEditorMatchingStrategy
extends Object
implements org.eclipse.ui.IEditorMatchingStrategy
Matching strategy for infobase editor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(org.eclipse.ui.IEditorReference editorRef, org.eclipse.ui.IEditorInput newInput)
-
Constructor Details
-
InfobaseEditorMatchingStrategy
public InfobaseEditorMatchingStrategy()
-
-
Method Details
-
matches
public boolean matches(org.eclipse.ui.IEditorReference editorRef, org.eclipse.ui.IEditorInput newInput) - Specified by:
matches
in interfaceorg.eclipse.ui.IEditorMatchingStrategy
-