All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.hdf.jhv.JHVVdataFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ncsa.hdf.jhv.JHVVdataFrame
- public class JHVVdataFrame
- extends Frame
- implements ActionListener, AdjustmentListener
This class will create the spreadsheet to display Vdata value of an HDF file
-
JHVVdataFrame(JHV, HDFVdata)
- Constructor with given JHV viewer and HDFObject
-
actionPerformed(ActionEvent)
- Handles Action Events
-
adjustmentValueChanged(AdjustmentEvent)
- Handles the event.
-
createFileMenu(String)
- create a file menu by provoded title
-
createMenuBar()
-
-
createSpreadsheetGUI()
- create Spreadsheet
-
handleMenuEvent(String)
-
-
popup()
- popup the new frame actually
-
save(boolean)
- save the data into HDF file or ASCII file
-
setTitle(String)
- setup the frame tittle
-
setup(JHV, HDFVdata)
- setup vdata
JHVVdataFrame
public JHVVdataFrame(JHV jhv,
HDFVdata vdataObject)
- Constructor with given JHV viewer and HDFObject
- Parameters:
- jhv - The JHV viewer
- vdataObject - The HDFVdata object containing information and data
setup
public void setup(JHV jhv,
HDFVdata vdataObject)
- setup vdata
- Parameters:
- jhv - The JHV viewer
- vdataObject - The HDFVdata object containing information and data
setTitle
public void setTitle(String title)
- setup the frame tittle
- Parameters:
- title - a frame title
- Overrides:
- setTitle in class Frame
createSpreadsheetGUI
public void createSpreadsheetGUI()
- create Spreadsheet
popup
public void popup()
- popup the new frame actually
adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
- Handles the event. Returns true if the event is handled and
should not be passed to the parent of this component. The default
event handler calls some helper methods to make life easier
on the programmer.
- Parameters:
- evt - the event
- See Also:
- handleEvent
actionPerformed
public void actionPerformed(ActionEvent e)
- Handles Action Events
handleMenuEvent
public void handleMenuEvent(String arg)
createMenuBar
public MenuBar createMenuBar()
createFileMenu
public Menu createFileMenu(String menuTitle)
- create a file menu by provoded title
- Parameters:
- menuTitle - the menu title
save
public void save(boolean isHDF)
- save the data into HDF file or ASCII file
All Packages Class Hierarchy This Package Previous Next Index