Uses of Enum Class
com.iizix.prop.GDateTime.Type
Packages that use GDateTime.Type
Package
Description
Uses of GDateTime.Type in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return GDateTime.TypeModifier and TypeMethodDescriptionEUIDateTime.getSupportedDataTypes(Atom editedProperty) Returns the list of supported datatypes.Uses of GDateTime.Type in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GDateTime.TypeModifier and TypeMethodDescriptionIDateTimeTypesProvider.getSupportedDataTypes(Atom editedProperty) Returns the list of supported datatypes.Uses of GDateTime.Type in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type GDateTime.TypeModifierConstructorDescriptionDateTimeDialog(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, HashSet<GDateTime.Type> acceptedTypes) Create the dialog.Constructor parameters in com.iizigo.prop.editor.dialog with type arguments of type GDateTime.TypeModifierConstructorDescriptionDateTimeDialog(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
Methods in com.iizix.prop that return GDateTime.TypeModifier and TypeMethodDescriptionGDateTime.getType()Returns the date/time type for this instance value.static GDateTime.TypeGets the type from an Object.static GDateTime.TypeReturns 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.Methods in com.iizix.prop with parameters of type GDateTime.TypeModifier and TypeMethodDescriptionstatic GDateTimeGDateTime.fromString(GDateTime.Type type, String string) Creates a new GDateTime value from a type and a String.static GDateTimeGDateTime.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
Methods in com.iizix.prop.ui.datetime that return GDateTime.TypeModifier 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.Methods in com.iizix.prop.ui.datetime with parameters of type GDateTime.TypeModifier and TypeMethodDescriptionbooleanUIDateTimeType.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
Methods in com.iizix.prop.ui.mlist that return GDateTime.TypeModifier and TypeMethodDescriptionMLDateTime.getGDateTimeType()Returns the GDateTime datatype for this component.