TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.uml2sd.ui.actions.provider
Interface ISDExtendedActionBarProvider

All Known Implementing Classes:
BaseTraceInteractions, TraceInteractions

public interface ISDExtendedActionBarProvider

Sequence Diagram loaders which implement this interface provide their own action to the action bar. Action provider are associated to a Sequence Diagram SDWidget calling SDViewer.setExtendedActionBarProvider()


Method Summary
 void supplementCoolbarContent(org.eclipse.ui.IActionBars bar)
          The callee is supposed to add its own actions in the cool bar and the dropdown menu.
 

Method Detail

supplementCoolbarContent

void supplementCoolbarContent(org.eclipse.ui.IActionBars bar)
The callee is supposed to add its own actions in the cool bar and the dropdown menu.
See examples in SDView.createCoolbarContent().

Parameters:
bar - the bar

TPTP 4.5.0 Platform Project
Public API Specification