ncsa.hdf.view
Interface TextView

All Superinterfaces:
DataView
All Known Implementing Classes:
DefaultTextView

public interface TextView
extends DataView

The text view interface for displaying text data

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

Field Summary
 
Fields inherited from interface ncsa.hdf.view.DataView
DATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_TEXT, DATAVIEW_UNKNOWN
 
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

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


updateValueInFile

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