ncsa.hdf.view
Interface TextView

All Superinterfaces:
DataView
All Known Implementing Classes:
DefaultTextView

public interface TextView
extends DataView

Title: ncsa.hdf.view.TextView

The text view interface for displaying text data

Company: National Computational Science Alliance


Method Summary
 java.lang.String[] getText()
          return array of the text in this textview
 void updateValueInFile()
          Write the change of a dataset into file.
 
Methods inherited from interface ncsa.hdf.view.DataView
dispose, getDataObject
 

Method Detail

getText

public java.lang.String[] getText()
return array of the text in this textview


updateValueInFile

public void updateValueInFile()
Write the change of a dataset into file.