Package com.iizigo.prop.editor.dialog
Class DateTimeDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.DateTimeDialog
The date/time dialog to choose a date and/or time.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionDateTimeDialog
(Shell parent, GDateTime dateTime, GDateTime.Type type, HashSet<GDateTime.Type> acceptedTypes) Create the dialog.Method Summary
Constructor Details
DateTimeDialog
public DateTimeDialog(Shell parent, GDateTime dateTime, GDateTime.Type type, HashSet<GDateTime.Type> acceptedTypes) Create the dialog.
Method Details
open
Open the dialog.- Returns:
- the result, or null for cancel.