|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientPluginAction<C extends BaseContext>
Interface representing a client plugin action
ClientPlugin.getActions(ClientPluginScope)
Method Summary | |
---|---|
String |
getLabel()
Returns a lable representing this action. |
boolean |
isEnabled(C context)
Indicates whether this action is enabled in the given context. |
boolean |
isVisible(C context)
Indicates whether this action is visible in the given context. |
Method Detail |
---|
String getLabel()
boolean isVisible(C context)
context
- the context to check the visible state for
true
if this plugin action should be visible in the given context, false
otherwiseboolean isEnabled(C context)
context
- the context to check the enabled state for
true
if this plugin action should be enabled in the given context, false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |