Package com.iizigo.prop.editor.dialog
Class DateTimeDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.DateTimeDialog
public class DateTimeDialog extends org.eclipse.swt.widgets.Dialog
The date/time dialog to choose a date and/or time.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionDateTimeDialog
(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, HashSet<GDateTime.Type> acceptedTypes) Create the dialog.Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
Constructor Details
DateTimeDialog
public DateTimeDialog(org.eclipse.swt.widgets.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.