|
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 ISDGraphNodeSupporter
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 |
|---|
static final int LIFELINE
static final int SYNCMESSAGE
static final int SYNCMESSAGERETURN
static final int ASYNCMESSAGE
static final int ASYNCMESSAGERETURN
static final int STOP
| Method Detail |
|---|
boolean isNodeSupported(int nodeType)
java.lang.String getNodeName(int nodeType,
java.lang.String loaderClassName)
|
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 | ||||||||