|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void collapseTwoLifelines(Lifeline lifeline1,
Lifeline lifeline2)
lifeline1 - - One of the lifeline to collapseLifeline2 - - The other lifeline to collapse with
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||