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:
tchemit
See Also:
JAXXHelpBroker

Method Summary
 B getBroker()
           
 void registerHelpId(B broker, Component component, String helpId)
           
 void showHelp(String helpId)
           
 

Method Detail

getBroker

B getBroker()

registerHelpId

void registerHelpId(B broker,
                    Component component,
                    String helpId)

showHelp

void showHelp(String helpId)


Copyright © 2008-2012 CodeLutin. All Rights Reserved.