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
-
JHVDataFrame(JHVImageFrame, Rectangle)
- Constructor of the class.
-
actionPerformed(ActionEvent)
- Called if an action occurs in the Component
-
adjustmentValueChanged(AdjustmentEvent)
-
-
createSpreadsheetGUI()
- create Spreadsheet
-
getFont()
-
get the font for the spreadsheet
-
itemStateChanged(ItemEvent)
-
-
popup()
- popup the new frame actually
-
setCursor(Cursor)
-
-
setTitle()
- setup the frame tittle
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
setTitle
public void setTitle()
- setup the frame tittle
createSpreadsheetGUI
public void createSpreadsheetGUI()
- create Spreadsheet
popup
public void popup()
- popup the new frame actually
getFont
public Font getFont()
- get the font for the spreadsheet
- Overrides:
- getFont in class Component
- See Also:
- getFont
adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
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
setCursor
public void setCursor(Cursor cursor)
- Overrides:
- setCursor in class Component
itemStateChanged
public void itemStateChanged(ItemEvent e)
All Packages Class Hierarchy This Package Previous Next Index