public class AssignTicklersWorkbenchActionDelegate extends TelesalesWorkbenchActionDelegate
This class may be instantiated; it is not intended to be sub-classed.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field
|
Constructor and Description |
---|
AssignTicklersWorkbenchActionDelegate() |
Modifier and Type | Method and Description |
---|---|
protected boolean | checkAssignAuthority(java.util.List ticklers)
This method checks whether the active operator has the necessary authority to assign ticklers.
|
java.lang.String | getActionDefinitionId()
This method returns the command identifier.
|
protected java.lang.String[] | getAssignRoleIds()
This method retrieves the role identifiers that have the authority to assign ticklers.
|
java.lang.String | getDelegateActionId()
This method returns the delegate action identifier.
|
java.lang.String | getHelpContextId()
This method returns the help identifier.
|
void | init(org.eclipse.jface.action.IAction action)
Initializes the action object with default values.
|
void | selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
This method listens to the selection within viewers.
|
public static final java.lang.String COPYRIGHT
public AssignTicklersWorkbenchActionDelegate()
public void init(org.eclipse.jface.action.IAction action)
public java.lang.String getActionDefinitionId()
public java.lang.String getDelegateActionId()
public java.lang.String getHelpContextId()
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
protected java.lang.String[] getAssignRoleIds()
protected boolean checkAssignAuthority(java.util.List ticklers)