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

net.sourceforge.squirrel_sql.plugins.graph.TableToolTipProvider Maven / Gradle / Ivy

package net.sourceforge.squirrel_sql.plugins.graph;

import java.awt.event.MouseEvent;

public interface TableToolTipProvider
{
   String getToolTipText(MouseEvent event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy