|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobalActionHandler
Interface that needs to implemented by the IGlobalActionHandlerProvider
Method Summary | |
---|---|
boolean |
canHandle(IGlobalActionContext context)
Return true if the handler can handle the context |
ICommand |
getCommand(IGlobalActionContext context)
Return the ICommand for the context |
java.lang.String |
getLabel(IGlobalActionContext context)
Gets the label for this global action, given the context. |
Method Detail |
---|
boolean canHandle(IGlobalActionContext context)
context
- The context
ICommand getCommand(IGlobalActionContext context)
context
- The context
java.lang.String getLabel(IGlobalActionContext context)
null
if the default global action label
should be used.
context
- the global action context
null
if
the default label should be used.
|
Runtime | |||||||||
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., Borland Software Corp., and others 2005,2006. All rights reserved.