public abstract class DynamicActionsContribution
extends org.eclipse.jface.action.ContributionItem
Constructor and Description |
---|
DynamicActionsContribution() |
Modifier and Type | Method and Description |
---|---|
void |
fill(org.eclipse.swt.widgets.Composite parent) |
void |
fill(org.eclipse.swt.widgets.CoolBar parent,
int index) |
void |
fill(org.eclipse.swt.widgets.Menu menu,
int index) |
void |
fill(org.eclipse.swt.widgets.ToolBar parent,
int index) |
protected abstract Iterable<org.eclipse.jface.action.IAction> |
getActions()
Get the actions that are to be displayed in the contribution.
|
boolean |
isDynamic() |
protected abstract Iterable<org.eclipse.jface.action.IAction> getActions()
null
action represents a separator.public void fill(org.eclipse.swt.widgets.Composite parent)
fill
in interface org.eclipse.jface.action.IContributionItem
fill
in class org.eclipse.jface.action.ContributionItem
ContributionItem.fill(Composite)
public void fill(org.eclipse.swt.widgets.Menu menu, int index)
fill
in interface org.eclipse.jface.action.IContributionItem
fill
in class org.eclipse.jface.action.ContributionItem
ContributionItem.fill(Menu, int)
public void fill(org.eclipse.swt.widgets.ToolBar parent, int index)
fill
in interface org.eclipse.jface.action.IContributionItem
fill
in class org.eclipse.jface.action.ContributionItem
ContributionItem.fill(ToolBar, int)
public void fill(org.eclipse.swt.widgets.CoolBar parent, int index)
fill
in interface org.eclipse.jface.action.IContributionItem
fill
in class org.eclipse.jface.action.ContributionItem
ContributionItem.fill(CoolBar, int)
public boolean isDynamic()
isDynamic
in interface org.eclipse.jface.action.IContributionItem
isDynamic
in class org.eclipse.jface.action.ContributionItem
ContributionItem.isDynamic()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a