Uses of Interface
org.eclipse.launchbar.core.ILaunchDescriptorType
-
Packages that use ILaunchDescriptorType Package Description org.eclipse.launchbar.core org.eclipse.launchbar.core.internal -
-
Uses of ILaunchDescriptorType in org.eclipse.launchbar.core
Fields in org.eclipse.launchbar.core declared as ILaunchDescriptorType Modifier and Type Field Description private ILaunchDescriptorTypeProjectLaunchDescriptor. typeMethods in org.eclipse.launchbar.core that return ILaunchDescriptorType Modifier and Type Method Description ILaunchDescriptorTypeILaunchDescriptor. getType()The type of launch descriptor.ILaunchDescriptorTypeProjectLaunchDescriptor. getType()Methods in org.eclipse.launchbar.core with parameters of type ILaunchDescriptorType Modifier and Type Method Description java.lang.StringILaunchBarManager. getDescriptorTypeId(ILaunchDescriptorType descType)Return the type id for the given launch descriptor type.Constructors in org.eclipse.launchbar.core with parameters of type ILaunchDescriptorType Constructor Description ProjectLaunchDescriptor(ILaunchDescriptorType type, org.eclipse.core.resources.IProject project) -
Uses of ILaunchDescriptorType in org.eclipse.launchbar.core.internal
Classes in org.eclipse.launchbar.core.internal that implement ILaunchDescriptorType Modifier and Type Class Description classDefaultLaunchDescriptorTypeA special descriptor type that managed configurations that aren't owned by other descriptor types.Fields in org.eclipse.launchbar.core.internal declared as ILaunchDescriptorType Modifier and Type Field Description private ILaunchDescriptorTypeLaunchDescriptorTypeInfo. typeFields in org.eclipse.launchbar.core.internal with type parameters of type ILaunchDescriptorType Modifier and Type Field Description private java.util.Map<ILaunchDescriptorType,LaunchDescriptorTypeInfo>LaunchBarManager. descriptorTypeInfoMethods in org.eclipse.launchbar.core.internal that return ILaunchDescriptorType Modifier and Type Method Description ILaunchDescriptorTypeDefaultLaunchDescriptor. getType()ILaunchDescriptorTypeLaunchDescriptorTypeInfo. getType()Methods in org.eclipse.launchbar.core.internal with parameters of type ILaunchDescriptorType Modifier and Type Method Description java.lang.StringLaunchBarManager. getDescriptorTypeId(ILaunchDescriptorType type)Constructors in org.eclipse.launchbar.core.internal with parameters of type ILaunchDescriptorType Constructor Description LaunchDescriptorTypeInfo(java.lang.String id, int priority, ILaunchDescriptorType type)
-