org.eclipse.datatools.sqltools.sqlbuilder
Class SQLBuilderMatchingStrategy
java.lang.Object
   org.eclipse.datatools.sqltools.sqlbuilder.SQLBuilderMatchingStrategy
org.eclipse.datatools.sqltools.sqlbuilder.SQLBuilderMatchingStrategy
- All Implemented Interfaces: 
- org.eclipse.ui.IEditorMatchingStrategy
- public class SQLBuilderMatchingStrategy 
- extends java.lang.Object- implements org.eclipse.ui.IEditorMatchingStrategy
An editor matching strategy (for the SQL Builder editor) that provides its own algorithm for matching 
 the input of an open editor of this type to a given editor input.
- Author:
- aoadio
 
 
| Method Summary | 
|  boolean | matches(org.eclipse.ui.IEditorReference editorRef,
        org.eclipse.ui.IEditorInput input)Returns whether the editor represented by the given editor reference matches the given editor input.
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SQL_BUILDER_ID
public static final java.lang.String SQL_BUILDER_ID
- See Also:
- Constant Field Values
SQLBuilderMatchingStrategy
public SQLBuilderMatchingStrategy()
matches
public boolean matches(org.eclipse.ui.IEditorReference editorRef,
                       org.eclipse.ui.IEditorInput input)
- Returns whether the editor represented by the given editor reference matches the given editor input.
 
- 
- Specified by:
- matchesin interface- org.eclipse.ui.IEditorMatchingStrategy
 
-