public interface IWFDStateStepExtension extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
POINTER_DIRECTION_DOWNWARDS |
static int |
POINTER_DIRECTION_DOWNWARDS_TO_THE_LEFT |
static int |
POINTER_DIRECTION_DOWNWARDS_TO_THE_RIGHT |
static int |
POINTER_DIRECTION_LEFT |
static int |
POINTER_DIRECTION_RIGHT |
static int |
POINTER_DIRECTION_UPWARDS |
static int |
POINTER_DIRECTION_UPWARDS_TO_THE_LEFT |
static int |
POINTER_DIRECTION_UPWARDS_TO_THE_RIGHT |
static int |
POINTER_TYPE_NONE |
static int |
POINTER_TYPE_PINCH |
static int |
POINTER_TYPE_POINTER |
static int |
POINTER_TYPE_PRESS_AND_HOLD |
static int |
POINTER_TYPE_ROTATE_CLOCKWISE |
static int |
POINTER_TYPE_ROTATE_COUNTERCLOCKWISE |
static int |
POINTER_TYPE_SLIDE |
static int |
POINTER_TYPE_SPREAD |
static int |
POINTER_TYPE_TAB |
static java.lang.String |
PROP_POINTER_DIRECTION |
static java.lang.String |
PROP_POINTER_DURATION |
static java.lang.String |
PROP_POINTER_TYPE |
static java.lang.String |
PROP_POINTER_X |
static java.lang.String |
PROP_POINTER_Y |
static java.lang.String |
PROP_STATE |
static java.lang.String |
PROP_STEP_EXTENSION |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
int |
getPointerDirection() |
java.lang.String |
getPointerDuration() |
int |
getPointerType() |
int |
getPointerX() |
int |
getPointerY() |
IWFDState |
getState() |
IModelElement |
getStepExtension() |
void |
setPointerDirection(int pointerDirection) |
void |
setPointerDuration(java.lang.String pointerDuration) |
void |
setPointerType(int pointerType) |
void |
setPointerX(int pointerX) |
void |
setPointerY(int pointerY) |
void |
setState(IWFDState state) |
void |
setStepExtension(IModelElement stepExtension) |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_STATE
static final java.lang.String PROP_POINTER_TYPE
static final int POINTER_TYPE_NONE
static final int POINTER_TYPE_TAB
static final int POINTER_TYPE_PRESS_AND_HOLD
static final int POINTER_TYPE_SLIDE
static final int POINTER_TYPE_PINCH
static final int POINTER_TYPE_SPREAD
static final int POINTER_TYPE_ROTATE_CLOCKWISE
static final int POINTER_TYPE_ROTATE_COUNTERCLOCKWISE
static final int POINTER_TYPE_POINTER
static final java.lang.String PROP_POINTER_X
static final java.lang.String PROP_POINTER_Y
static final java.lang.String PROP_POINTER_DURATION
static final java.lang.String PROP_POINTER_DIRECTION
static final int POINTER_DIRECTION_UPWARDS
static final int POINTER_DIRECTION_UPWARDS_TO_THE_RIGHT
static final int POINTER_DIRECTION_RIGHT
static final int POINTER_DIRECTION_DOWNWARDS_TO_THE_RIGHT
static final int POINTER_DIRECTION_DOWNWARDS
static final int POINTER_DIRECTION_DOWNWARDS_TO_THE_LEFT
static final int POINTER_DIRECTION_LEFT
static final int POINTER_DIRECTION_UPWARDS_TO_THE_LEFT
static final java.lang.String PROP_STEP_EXTENSION
void setState(IWFDState state)
IWFDState getState()
void setPointerType(int pointerType)
int getPointerType()
void setPointerX(int pointerX)
int getPointerX()
void setPointerY(int pointerY)
int getPointerY()
void setPointerDuration(java.lang.String pointerDuration)
java.lang.String getPointerDuration()
void setPointerDirection(int pointerDirection)
int getPointerDirection()
void setStepExtension(IModelElement stepExtension)
IModelElement getStepExtension()