Together Workflow Editor 3.0-1 API

org.enhydra.jawe.base.tooltip
Interface TooltipGenerator

All Known Implementing Classes:
SharkTooltipGenerator, StandardTooltipGenerator

public interface TooltipGenerator

Used to generate tooltips for XML elements.

Author:
Sasa Bojanic

Method Summary
 Settings getSettings()
           
 java.lang.String getTooltip(org.enhydra.shark.xpdl.XMLElement el)
           
 

Method Detail

getTooltip

java.lang.String getTooltip(org.enhydra.shark.xpdl.XMLElement el)

getSettings

Settings getSettings()

Together Workflow Editor 3.0-1 API