Uses of Class
org.eclipse.launchbar.core.target.TargetStatus
-
Packages that use TargetStatus Package Description org.eclipse.launchbar.core.internal.target org.eclipse.launchbar.core.target org.eclipse.launchbar.remote.core -
-
Uses of TargetStatus in org.eclipse.launchbar.core.internal.target
Methods in org.eclipse.launchbar.core.internal.target that return TargetStatus Modifier and Type Method Description TargetStatusLaunchTargetManager. getStatus(ILaunchTarget target)TargetStatusLocalLaunchTargetProvider. getStatus(ILaunchTarget target) -
Uses of TargetStatus in org.eclipse.launchbar.core.target
Fields in org.eclipse.launchbar.core.target declared as TargetStatus Modifier and Type Field Description static TargetStatusTargetStatus. OK_STATUSMethods in org.eclipse.launchbar.core.target that return TargetStatus Modifier and Type Method Description TargetStatusILaunchTargetManager. getStatus(ILaunchTarget target)Return the status of the launch target.TargetStatusILaunchTargetProvider. getStatus(ILaunchTarget target)Fetch the status for the launch target. -
Uses of TargetStatus in org.eclipse.launchbar.remote.core
Fields in org.eclipse.launchbar.remote.core declared as TargetStatus Modifier and Type Field Description private static TargetStatusRemoteLaunchTargetProvider. CLOSEDMethods in org.eclipse.launchbar.remote.core that return TargetStatus Modifier and Type Method Description TargetStatusRemoteLaunchTargetProvider. getStatus(ILaunchTarget target)
-