TPTP 4.6.0 Platform Project
Public API Specification

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

All Known Implementing Classes:
TraceInteractions

public interface ISDCollapseProvider

Sequence diagram loaders which want to support Drag and Drop collapsing in the sequence diagram must implement this interface and register this implementation using SDViewer.setCollapsingProvider();


Method Summary
 void collapseTwoLifelines(Lifeline lifeline1, Lifeline lifeline2)
          Called back when the sequence diagram is requesting 2 lifelines collapsing
 

Method Detail

collapseTwoLifelines

void collapseTwoLifelines(Lifeline lifeline1,
                          Lifeline lifeline2)
Called back when the sequence diagram is requesting 2 lifelines collapsing

Parameters:
lifeline1 - - One of the lifeline to collapse
Lifeline2 - - The other lifeline to collapse with

TPTP 4.6.0 Platform Project
Public API Specification