| org.eclipse.ui.internal.ShowFastViewContribution
ShowFastViewContribution | public class ShowFastViewContribution extends ContributionItem (Code) | | A dynamic contribution item which supports to switch to other Contexts.
|
Method Summary | |
public void | fill(ToolBar parent, int index) The default implementation of this IContributionItem
method does nothing. | public static ToolItem | getItem(ToolBar toSearch, IWorkbenchPartReference ref) | public boolean | isDynamic() Returns whether the contribution is dynamic. |
ShowFastViewContribution | public ShowFastViewContribution(IWorkbenchWindow window)(Code) | | Lagacy constructor...automatically points to the legacy FastViewBar
Parameters: window - |
fill | public void fill(ToolBar parent, int index)(Code) | | The default implementation of this IContributionItem
method does nothing. Subclasses may override.
|
isDynamic | public boolean isDynamic()(Code) | | Returns whether the contribution is dynamic.
|
|
|