public interface ITriggerPointManager
IWorkbenchActivitySupport.getTriggerPointManager()
.
This interface is not intended to be extended or implemented by clients.
ITriggerPoint
Modifier and Type | Field and Description |
---|---|
static String |
UNKNOWN_TRIGGER_POINT_ID
Constant representing the id of an unknown trigger point.
|
Modifier and Type | Method and Description |
---|---|
Set |
getDefinedTriggerPointIds()
Return the set of defined trigger point ids.
|
ITriggerPoint |
getTriggerPoint(String id)
Return the trigger point with the given id.
|
static final String UNKNOWN_TRIGGER_POINT_ID
WorkbenchActivityHelper.allowUseOf(Object)
for trigger point
determination logic.ITriggerPoint getTriggerPoint(String id)
id
- the trigger point idnull
Set getDefinedTriggerPointIds()
null
but may be empty.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.