Package jaxx.runtime.swing.help
Interface JAXXHelpUI<B extends JAXXHelpBroker>
-
- Type Parameters:
B- type of broker.
public interface JAXXHelpUI<B extends JAXXHelpBroker>Contract to be added on JAXXObject which wants to use javax help.- Since:
- 1.3
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
JAXXHelpBroker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BgetBroker()voidregisterHelpId(B broker, Component component, String helpId)voidshowHelp(String helpId)
-