|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITriggerPointManager
Contains a collection of known trigger points. An instance of this class may
be obtained from
IWorkbenchActivitySupport.getTriggerPointManager()
.
This interface is not intended to be extended or implemented by clients.
ITriggerPoint
Field Summary | |
---|---|
static java.lang.String |
UNKNOWN_TRIGGER_POINT_ID
Constant representing the id of an unknown trigger point. |
Method Summary | |
---|---|
java.util.Set |
getDefinedTriggerPointIds()
Return the set of defined trigger point ids. |
ITriggerPoint |
getTriggerPoint(java.lang.String id)
Return the trigger point with the given id. |
Field Detail |
---|
static final java.lang.String UNKNOWN_TRIGGER_POINT_ID
WorkbenchActivityHelper.allowUseOf(Object)
for trigger point
determination logic.
Method Detail |
---|
ITriggerPoint getTriggerPoint(java.lang.String id)
id
- the trigger point id
null
java.util.Set getDefinedTriggerPointIds()
null
but may be empty.
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.