Uses of Class
com.iizix.gyro.IToaster.Type
Packages that use IToaster.Type Package Description com.iizix.gyro com.iizix.prop.ui com.iizix.server.gyro Uses of IToaster.Type in com.iizix.gyro
Methods in com.iizix.gyro that return IToaster.Type Modifier and Type Method Description static IToaster.Type
IToaster.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IToaster.Type[]
IToaster.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.gyro with parameters of type IToaster.Type Modifier and Type Method Description default void
IToaster. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type)
Displays a simple, unobstructive and ephemeral text message to the user.void
IToaster. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)
Displays a simple, unobstructive and ephemeral text message to the user.default void
IToaster. toast(KString message, IToaster.Type type)
Displays a simple, unobstructive and ephemeral text message to the user.default void
IToaster. toast(java.lang.String message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type)
Displays a simple, unobstructive and ephemeral text message to the user.default void
IToaster. toast(java.lang.String message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)
Displays a simple, unobstructive and ephemeral text message to the user.default void
IToaster. toast(java.lang.String message, IToaster.Type type)
Displays a simple, unobstructive and ephemeral text message to the user.Uses of IToaster.Type in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IToaster.Type Modifier and Type Method Description void
Toaster. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)
Displays a simple, unobstructive and ephemeral text message to the user.Uses of IToaster.Type in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IToaster.Type Modifier and Type Method Description void
AppSessionGyro. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)
Displays a simple, unobstructive and ephemeral text message to the user.void
ClientSessionGyro. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)
Displays a simple, unobstructive and ephemeral text message to the user.