| Home >> All >> com >> flexstor >> common >> awt >> [ dialogs Javadoc ] |
com.flexstor.common.awt.dialogs: Javadoc index of package com.flexstor.common.awt.dialogs.
Package Samples:
com.flexstor.common.awt.dialogs
Classes:
OptionDlg: This class adds default buttons to a modal dialog as well as default action and cancel behavior for enter key and escape. It builds a button panel on the bottom depending on the option passed into the constructor. These are the options: YES_NO YES_NO_CANCEL OK_CANCEL OK APPLY_DISCARD_CANCEL OK_CANCEL_HELP Predefined return values are: ACTION_OK ACTION_CANCEL ACTION_YES ACTION_NO ACTION_APPLY ACTION_DISCARD, _HELP Custom buttons can be added by adding ActionButtons to the vector vButtons. Action ids should start at ACTION_CUSTOM + 1. These buttons will automatically be created and added to the button ...
InputDialog: InputDialog A input modal dialog which contains a label, a combo field, and OK/Cancel buttons. The width is calculated based on the length of the entry field. The height depends on the field type and the wrapping label contents.
ModalDlg: Super class for modal dialogs, contains common GUI functionality.
MessageBox
| Home | Contact Us | Privacy Policy | Terms of Service |