ncsa.hdf.view
Interface HelpView


public interface HelpView

The helpview interface for displaying user help information

Version:
2.4 9/6/2007
Author:
Peter X. Cao

Method Summary
 java.lang.String getActionCommand()
          Returns the action command for this HelpView.
 java.lang.String getLabel()
          Returns the HelpView's label, which is used to displayed in the HDFVIew help menu.
 void show()
          display help informaion
 

Method Detail

show

void show()
display help informaion


getLabel

java.lang.String getLabel()
Returns the HelpView's label, which is used to displayed in the HDFVIew help menu.


getActionCommand

java.lang.String getActionCommand()
Returns the action command for this HelpView.