public interface IBreakpointTypeCategory extends IAdaptable
A breakpoint type category is an adaptable that must provide an
IWorkbenchAdapter
such that it can be rendered in the
breakpoints view.
Implementations should ensure that equals
and hashCode
are implemented properly to reflect the equality of type categories.
Clients may implement this interface.
BreakpointTypeCategory
getAdapter
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.