Uses of Class
net.runelite.client.config.RequestFocusType
-
Packages that use RequestFocusType Package Description net.runelite.client.config -
-
Uses of RequestFocusType in net.runelite.client.config
Methods in net.runelite.client.config that return RequestFocusType Modifier and Type Method Description RequestFocusType
Notification. getRequestFocus()
default RequestFocusType
RuneLiteConfig. notificationRequestFocus()
static RequestFocusType
RequestFocusType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestFocusType[]
RequestFocusType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.config with parameters of type RequestFocusType Modifier and Type Method Description Notification
Notification. withRequestFocus(RequestFocusType requestFocus)
Constructors in net.runelite.client.config with parameters of type RequestFocusType Constructor Description Notification(boolean enabled, boolean initialized, boolean override, boolean tray, TrayIcon.MessageType trayIconType, RequestFocusType requestFocus, Notifier.NativeCustomOff sound, int volume, int timeout, boolean gameMessage, FlashNotification flash, Color flashColor, boolean sendWhenFocused)
-