|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Sequence Diagram loaders which implement this class provide the actions for finding or filtering the sequence diagram. This interface also allow the implemententor to set wich action/feature are supported Action provider are associated to a Sequence Diagram SDWidget calling SDViewer.setSDFindProvider() or SDViewer.setSDFilterProvider
| Field Summary | |
|---|---|
static int |
ASYNCMESSAGE
|
static int |
ASYNCMESSAGERETURN
|
static int |
LIFELINE
|
static int |
STOP
|
static int |
SYNCMESSAGE
|
static int |
SYNCMESSAGERETURN
|
| Method Summary | |
|---|---|
java.lang.String |
getNodeName(int nodeType,
java.lang.String loaderClassName)
Return the name to use in dialogs Not called if isNodeSupported return false |
boolean |
isNodeSupported(int nodeType)
Return true to enable this options, false otherwise |
| Field Detail |
public static final int LIFELINE
public static final int SYNCMESSAGE
public static final int SYNCMESSAGERETURN
public static final int ASYNCMESSAGE
public static final int ASYNCMESSAGERETURN
public static final int STOP
| Method Detail |
public boolean isNodeSupported(int nodeType)
public java.lang.String getNodeName(int nodeType,
java.lang.String loaderClassName)
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||