com.f1j.swing.ui.ss
Class DefRowHeightDlg

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Dialog
                          |
                          +--javax.swing.JDialog
                                |
                                +--com.f1j.swing.Dialog
                                      |
                                      +--com.f1j.swing.tools.Dialog
                                            |
                                            +--com.f1j.swing.ui.ss.Dialog
                                                  |
                                                  +--com.f1j.swing.ui.ss.DefRowHeightDlg
Direct Known Subclasses:
DefRowHeightDlg, RowHeightDlg

public class DefRowHeightDlg
extends com.f1j.swing.ui.ss.Dialog

This is the Default Row Height dialog box class.

See Also:
Serialized Form

Constructor Summary
DefRowHeightDlg(JBook jBook)
          Creates a Default Row Height dialog box.
 
Methods inherited from class com.f1j.swing.tools.Dialog
wasCanceled
 

Constructor Detail

DefRowHeightDlg

public DefRowHeightDlg(JBook jBook)
Creates a Default Row Height dialog box.
Parameters:
jBook - a reference to a workbook.