Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.debug.core.ILogicalStructureType

Packages that use ILogicalStructureType
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
 

Uses of ILogicalStructureType in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return ILogicalStructureType
 ILogicalStructureType[] ILogicalStructureProvider.getLogicalStructureTypes(IValue value)
          Returns the logical structure types which are applicable to the given value.
static ILogicalStructureType[] DebugPlugin.getLogicalStructureTypes(IValue value)
          Returns any logical structure types that have been contributed for the given value.
static ILogicalStructureType DebugPlugin.getDefaultStructureType(ILogicalStructureType[] types)
          Returns the default logical structure type among the given combination of logical structure types, or null if none.
 

Methods in org.eclipse.debug.core with parameters of type ILogicalStructureType
static ILogicalStructureType DebugPlugin.getDefaultStructureType(ILogicalStructureType[] types)
          Returns the default logical structure type among the given combination of logical structure types, or null if none.
static void DebugPlugin.setDefaultStructureType(ILogicalStructureType[] types, ILogicalStructureType def)
          Sets the default logical structure type among the given combination of logical structure types.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.