|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides a common help interface for snapins which need to provide a help system
| Method Summary | |
boolean |
hasHelp()
Determines the state of the Help button. |
void |
showHelp()
Displays Help information when the hasHelp() method has returned true. |
| Method Detail |
public boolean hasHelp()
You should override this method and return true if you wish to provide Help for your snap-in, and have the Help button enabled.
showHelp()public void showHelp()
The showHelp() method is called when the user presses the Help button. To provide help for your snap-in, you must return true, then implement the showHelp() method.
hasHelp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||