Uses of Class
ui.accessibility.Context

Packages that use Context
ui.accessibility   
 

Uses of Context in ui.accessibility
 

Fields in ui.accessibility declared as Context
(package private)  Context ContextualHelp.context
          context
 

Methods in ui.accessibility with parameters of type Context
 void ContextualHelp.addContext(Context c, java.lang.Boolean b)
          Sert à lier le fichier .properties au bouton.
 void ContextualHelp.setParameters(javax.swing.JComponent jc, java.lang.String helpid, Context ctext)
          sets parameters
 

Constructors in ui.accessibility with parameters of type Context
ContextualHelp(javax.swing.JComponent jc, Context ctext)
          Constructor with context (implements tooltip,name,description)
ContextualHelp(javax.swing.JComponent jc, java.lang.String helpid, Context ctext)
          Constructor with context (implements tooltip,name,description)