Interface ClientPluginAction<C extends BaseContext>
Deprecated.
since 5.0.103 with no replacement
Interface representing a client plugin action
- Since:
- 4.2.434
- See Also:
-
Method Summary
-
Method Details
-
getLabel
Deprecated.since 5.0.103 with no replacementReturns a lable representing this action.- Returns:
- the label for this plugin action.
- Since:
- 4.2.434
-
isVisible
Deprecated.since 5.0.103 with no replacementIndicates whether this action is visible in the given context.- Parameters:
context
- the context to check the visible state for- Returns:
true
if this plugin action should be visible in the given context,false
otherwise- Since:
- 4.2.434
-
isEnabled
Deprecated.since 5.0.103 with no replacementIndicates whether this action is enabled in the given context.- Parameters:
context
- the context to check the enabled state for- Returns:
true
if this plugin action should be enabled in the given context,false
otherwise- Since:
- 4.2.434
-