Uses of Enum Class
com.iizix.prop.GDateTime.Type
Package
Description
Uses of GDateTime.Type in com.iizigo.panel.prop
Modifier and TypeMethodDescriptionEUIDateTime.getSupportedDataTypes
(Atom editedProperty) Returns the list of supported datatypes.Uses of GDateTime.Type in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionIDateTimeTypesProvider.getSupportedDataTypes
(Atom editedProperty) Returns the list of supported datatypes.Uses of GDateTime.Type in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionDateTimeDialog
(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, HashSet<GDateTime.Type> acceptedTypes) Create the dialog.ModifierConstructorDescriptionDateTimeDialog
(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, HashSet<GDateTime.Type> acceptedTypes) Create the dialog.Uses of GDateTime.Type in com.iizix.prop
Modifier and TypeMethodDescriptionGDateTime.getType()
Returns the date/time type for this instance value.static GDateTime.Type
Gets the type from an Object.static GDateTime.Type
Returns the enum constant of this class with the specified name.static GDateTime.Type[]
GDateTime.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic GDateTime
GDateTime.fromString
(GDateTime.Type type, String string) Creates a new GDateTime value from a type and a String.static GDateTime
GDateTime.now
(GDateTime.Type type, LocaleInfo localeInfo) Create a new GDateTime with the current date and/or time for a type.GDateTime.toType
(GDateTime.Type type, LocaleInfo localeInfo) Converts a date/time value to another type.Uses of GDateTime.Type in com.iizix.prop.ui.datetime
Modifier and TypeMethodDescriptionIUIDateTime.getGDateTimeType()
Returns the GDateTime datatype for this component.UIDateTime.getGDateTimeType()
Returns the GDateTime datatype for this component.UIDateTimeDataType.getGDateTimeType()
Returns the corresponding type for GDateTime.UIDateTimeType.getSupportedGDateTimeTypes()
Returns the supported GDateTime types for this type.Modifier and TypeMethodDescriptionboolean
UIDateTimeType.isValid
(GDateTime.Type dateTimeType) Returns if a GDateType type is valid for this date-time type.Uses of GDateTime.Type in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionMLDateTime.getGDateTimeType()
Returns the GDateTime datatype for this component.