|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HelpSystem interface - high-level abstraction between the interaction of the IDE from the underlying implementation of a Help System.
Method Summary | |
void |
clearHelpSystem()
|
void |
goTo(java.lang.String topicID)
Invokes the Help Viewer on topicID |
void |
registerClientWindow(java.awt.Window aWindow)
Registers the Window with the Help System so that when the
Window is modal, the Help Viewer will still operate properly. |
void |
registerHelpSetURL(java.net.URL url)
Registers the { @link URL} to a HelpSet file. |
void |
registerTopic(javax.swing.JComponent component,
java.lang.String topicID)
Registers the topicID with the JComponent for
context sensitive help. |
void |
showHelp(Context c)
Invokes the Help Viewer on help topic for the JComponent |
void |
showHelp(HelpInfo helpInfo)
Invokes the Help Viewer on the HelpInfo |
void |
showHelp(javax.swing.JComponent component)
Invokes the Help Viewer on help topic for the JComponent |
void |
showLanguageHelp(Context context,
java.lang.String symbolName)
Shows help on the language symbol symbolName |
void |
unregisterClientWindow(java.awt.Window aWindow)
Registers the Window with the Help System. |
Method Detail |
public void showHelp(javax.swing.JComponent component)
JComponent
JComponent
public void showHelp(Context c)
JComponent
JComponent
public void showHelp(HelpInfo helpInfo)
HelpInfo
HelpInfo
public void goTo(java.lang.String topicID)
topicID
public void registerTopic(javax.swing.JComponent component, java.lang.String topicID)
topicID
with the JComponent
for
context sensitive help.
JComponent
public void registerClientWindow(java.awt.Window aWindow)
Window
with the Help System so that when the
Window
is modal, the Help Viewer will still operate properly.
public void unregisterClientWindow(java.awt.Window aWindow)
Window
with the Help System.
public void showLanguageHelp(Context context, java.lang.String symbolName)
context
- The current context to use for resolving the symbolNamesymbolName
- the language token used for helppublic void registerHelpSetURL(java.net.URL url)
public void clearHelpSystem()
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.