ncsa.hdf.view
Interface HelpView


public interface HelpView

Title: ncsa.hdf.view.DataView

The helpview interface for displaying user help information

Company: National Computational Science Alliance


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

public void show()
display help informaion


getLabel

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


getActionCommand

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