Uses of Enum Class
com.iizix.gyro.IToaster.Position
Packages that use IToaster.Position
Uses of IToaster.Position in com.iizix.gyro
Methods in com.iizix.gyro that return IToaster.PositionModifier and TypeMethodDescriptionstatic IToaster.Position
Returns the enum constant of this class with the specified name.static IToaster.Position[]
IToaster.Position.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.gyro with parameters of type IToaster.PositionModifier and TypeMethodDescriptiondefault 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
(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
(String 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.Position in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IToaster.PositionModifier and TypeMethodDescriptionvoid
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.Position in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IToaster.PositionModifier and TypeMethodDescriptionvoid
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.