edu.stanford.smi.protegex.owl.ui.widget
Interface OWLToolTipGenerator


public interface OWLToolTipGenerator

An interface for objects that can generate tool tip texts for class trees, OWLTables, etc.

To change the default tool tip renderer use OWLUI.

Author:
Holger Knublauch

Method Summary
 String getToolTipText(RDFSClass aClass)
          Gets a tool tip text for a given RDFSClass.
 

Method Detail

getToolTipText

public String getToolTipText(RDFSClass aClass)
Gets a tool tip text for a given RDFSClass.

Parameters:
aClass - the RDFSClass to get the tool tip for
Returns:
the text or null if there is no tool tip available for aClass