All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.jhv.JHVDataFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ncsa.hdf.jhv.JHVDataFrame

public class JHVDataFrame
extends Frame
implements AdjustmentListener, ActionListener, ItemListener

Constructor Index

 o JHVDataFrame(JHVImageFrame, Rectangle)
Constructor of the class.

Method Index

 o actionPerformed(ActionEvent)
Called if an action occurs in the Component
 o adjustmentValueChanged(AdjustmentEvent)
 o createSpreadsheetGUI()
create Spreadsheet
 o getFont()
get the font for the spreadsheet
 o itemStateChanged(ItemEvent)
 o popup()
popup the new frame actually
 o setCursor(Cursor)
 o setTitle()
setup the frame tittle

Constructors

 o JHVDataFrame
 public JHVDataFrame(JHVImageFrame frame,
                     Rectangle rect)
Constructor of the class.

Parameters:
frame - the object.
rect - the rectangle to specify the range of the dataset

Methods

 o setTitle
 public void setTitle()
setup the frame tittle

 o createSpreadsheetGUI
 public void createSpreadsheetGUI()
create Spreadsheet

 o popup
 public void popup()
popup the new frame actually

 o getFont
 public Font getFont()
get the font for the spreadsheet

Overrides:
getFont in class Component
See Also:
getFont
 o adjustmentValueChanged
 public void adjustmentValueChanged(AdjustmentEvent e)
 o actionPerformed
 public void actionPerformed(ActionEvent e)
Called if an action occurs in the Component

Parameters:
evt - the event
what - the action that's occuring
See Also:
action
 o setCursor
 public void setCursor(Cursor cursor)
Overrides:
setCursor in class Component
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index