Uses of Class
org.eclipse.launchbar.core.target.TargetStatus.Code
-
Packages that use TargetStatus.Code Package Description org.eclipse.launchbar.core.target -
-
Uses of TargetStatus.Code in org.eclipse.launchbar.core.target
Fields in org.eclipse.launchbar.core.target declared as TargetStatus.Code Modifier and Type Field Description private TargetStatus.CodeTargetStatus. codeMethods in org.eclipse.launchbar.core.target that return TargetStatus.Code Modifier and Type Method Description TargetStatus.CodeTargetStatus. getCode()static TargetStatus.CodeTargetStatus.Code. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TargetStatus.Code[]TargetStatus.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.launchbar.core.target with parameters of type TargetStatus.Code Constructor Description TargetStatus(TargetStatus.Code code, java.lang.String message)
-