All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.squirrel_sql.client.session.ISyntaxHighlightTokenMatcherFactory Maven / Gradle / Ivy

package net.sourceforge.squirrel_sql.client.session;

import javax.swing.*;
import javax.swing.text.JTextComponent;

public interface ISyntaxHighlightTokenMatcherFactory
{
   public ISyntaxHighlightTokenMatcher getSyntaxHighlightTokenMatcher(ISession sess, JTextComponent editorPane);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy