view
Interface HelpSupplier

All Known Implementing Classes:
HotButton

public interface HelpSupplier

Interface defining the possibility of offering help to a special component. The algorithm of how to bring up the help dialog is not specified here, but normally it should be invoked via a right mouse click.


Method Summary
 void popUpHelp()
           
 

Method Detail

popUpHelp

void popUpHelp()