|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jubula.rc.rcp.gef.identifier.StaticEditPartIdentifier
public class StaticEditPartIdentifier
Provides a static String as an identifier. This class does not take the
state of the org.eclipse.gef.EditPart
into account, so it is useful
for stateless org.eclipse.gef.EditPart
s (ex. containers).
Constructor Summary | |
---|---|
StaticEditPartIdentifier(java.lang.String id)
Constructor |
Method Summary | |
---|---|
java.util.Map |
getConnectionAnchors()
|
java.lang.String |
getIdentifier()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticEditPartIdentifier(java.lang.String id)
id
- The static identifier String that will always be returned.Method Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in interface IEditPartIdentifier
public java.util.Map getConnectionAnchors()
getConnectionAnchors
in interface IEditPartIdentifier
String
s) with
ConnectionAnchor
s.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |