Uses of Class
com.intellij.util.Alarm.ThreadToUse
-
Packages that use Alarm.ThreadToUse Package Description com.intellij.util -
-
Uses of Alarm.ThreadToUse in com.intellij.util
Methods in com.intellij.util that return Alarm.ThreadToUse Modifier and Type Method Description static Alarm.ThreadToUse
Alarm.ThreadToUse. valueOf(String name)
Returns the enum constant of this type with the specified name.static Alarm.ThreadToUse[]
Alarm.ThreadToUse. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.intellij.util with parameters of type Alarm.ThreadToUse Constructor Description Alarm(Alarm.ThreadToUse threadToUse)
Alarm(Alarm.ThreadToUse threadToUse, Disposable parentDisposable)
-