|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HelpFlavor
Nested Class Summary | |
---|---|
static interface |
HelpFlavor.HelpListener
The HelpListener implements a method to show a help page |
Method Summary | |
---|---|
String |
getHelpDocument()
Returns the name of the HTML root help document |
Class<?> |
getHelpHandle()
Returns the class which is the root of the help page file system. |
Icon |
getHelpIcon()
Returns an help icon |
String |
getHelpPath()
Returns a path to the help HTML file. |
String |
getHelpStyleSheet()
Returns the name of the style sheet file to use for this help pages |
String |
getHelpTitle()
Returns the title for these help pages |
void |
setHelpListener(HelpFlavor.HelpListener l)
Sets the help listener which implements help functionality of the controller |
Method Detail |
---|
String getHelpDocument()
HelpFlavor#getHelpHandle()}
Class<?> getHelpHandle()
String location =
getHelpPath()
+ getHelpDocument()
InputStream in =
getHelpHandle()
.getResourceAsStream(location)
Icon getHelpIcon()
String getHelpPath()
HelpFlavor#getHelpHandle()}
String getHelpStyleSheet()
String getHelpTitle()
void setHelpListener(HelpFlavor.HelpListener l)
l
- the listener
|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |