| java.awt.Dialog com.ibm.richtext.awtui.NumberDialog
NumberDialog | final class NumberDialog extends Dialog implements ActionListener(Code) | | Simple dialog which gets a number, and sends an appropriate command
|
Constructor Summary | |
| NumberDialog(Frame parent, String title, String message, MTextPanel textPanel, Object key, boolean character, float multiplier) Parameters: multiplier - the factor by which to multiply the user'sselection before creating the attribute value. |
NumberDialog | NumberDialog(Frame parent, String title, String message, MTextPanel textPanel, Object key, boolean character, float multiplier)(Code) | | Parameters: multiplier - the factor by which to multiply the user'sselection before creating the attribute value. Thisis useful for subscripting. |
Fields inherited from java.awt.Dialog | final public static ModalityType DEFAULT_MODALITY_TYPE(Code)(Java Doc)
|
|
|