Uses of Class
com.iizix.prop.GDateTime.Type
Packages that use GDateTime.Type Package Description com.iizigo.panel.prop com.iizigo.prop.editor com.iizigo.prop.editor.dialog com.iizix.prop com.iizix.prop.ui.datetime com.iizix.prop.ui.mlist Uses of GDateTime.Type in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return GDateTime.Type Modifier and Type Method Description GDateTime.Type[]
EUIDateTime. 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.Type Modifier and Type Method Description GDateTime.Type[]
IDateTimeTypesProvider. 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.Type Constructor Description DateTimeDialog(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, java.util.HashSet<GDateTime.Type> acceptedTypes)
Create the dialog.Constructor parameters in com.iizigo.prop.editor.dialog with type arguments of type GDateTime.Type Constructor Description DateTimeDialog(org.eclipse.swt.widgets.Shell parent, GDateTime dateTime, GDateTime.Type type, java.util.HashSet<GDateTime.Type> acceptedTypes)
Create the dialog.Uses of GDateTime.Type in com.iizix.prop
Methods in com.iizix.prop that return GDateTime.Type Modifier and Type Method Description GDateTime.Type
GDateTime. getType()
Returns the date/time type for this instance value.static GDateTime.Type
GDateTime. getType(java.lang.Object value)
Gets the type from an Object.static GDateTime.Type
GDateTime.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GDateTime.Type[]
GDateTime.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop with parameters of type GDateTime.Type Modifier and Type Method Description static GDateTime
GDateTime. fromString(GDateTime.Type type, java.lang.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
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.Type Modifier and Type Method Description GDateTime.Type
IUIDateTime. getGDateTimeType()
Returns the GDateTime datatype for this component.GDateTime.Type
UIDateTime. getGDateTimeType()
Returns the GDateTime datatype for this component.GDateTime.Type
UIDateTimeDataType. getGDateTimeType()
Returns the corresponding type for GDateTime.GDateTime.Type[]
UIDateTimeType. getSupportedGDateTimeTypes()
Returns the supported GDateTime types for this type.Methods in com.iizix.prop.ui.datetime with parameters of type GDateTime.Type Modifier and Type Method Description boolean
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
Methods in com.iizix.prop.ui.mlist that return GDateTime.Type Modifier and Type Method Description GDateTime.Type
MLDateTime. getGDateTimeType()
Returns the GDateTime datatype for this component.