public interface HelpView
The helpview interface for displaying user help information
- Version:
- 2.4 9/6/2007
- Author:
- Peter X. Cao
-
Method Summary
Modifier and Type Method Description String
getActionCommand()
String
getLabel()
void
show()
Display help information
-
Method Details
-
show
void show()Display help information -
getLabel
String getLabel()- Returns:
- the HelpView's label, which is displayed in the HDFView help menu.
-
getActionCommand
String getActionCommand()- Returns:
- the action command for this HelpView.
-