@API(type=EXTENDABLE,
src=PUBLIC)
public abstract class CalloutActionsProvider
extends java.lang.Object
Constructor and Description |
---|
CalloutActionsProvider() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<javax.swing.AbstractAction> |
getActions(AuthorAccess authorAccess,
AuthorPersistentHighlight highlight,
java.util.List<javax.swing.AbstractAction> defaultActionsList)
Get the list of actions to show for a callout.
|
public abstract java.util.List<javax.swing.AbstractAction> getActions(AuthorAccess authorAccess, AuthorPersistentHighlight highlight, java.util.List<javax.swing.AbstractAction> defaultActionsList)
authorAccess
- The Author access.highlight
- The highlight for which the actions will be presented.defaultActionsList
- The default list of actions which would be contributed by the standard implementation.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.