Eclipse >> Toolbar
<plugin>
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
locationURI="toolbar:org.eclipse.ui.main.toolbar">
<toolbar
id="org.eclipse.concept.snippets.preferences.instancescope.toolbars.GetPrefToolBar">
<command
commandId="org.eclipse.concept.snippets.preferences.instancescope.commands.GetPrefCommand"
label="Get preference"
style="push">
</command>
</toolbar>
</menuContribution>
</extension>
</plugin>