|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectEditingInfo
The information provided by the IDirectEditingInfo is needed to switch
automatically
into the direct editing mode. (e.g. after creation of a new object)
The direct editing field will be opened on the figure
which represents the graphics algorithm.
Pictogram element and graphics algorithm will be used to find the correct
direct editing feature.
The main pictogram element is used by the editor to locate the graphical
shape on the diagram.
Method Summary | |
---|---|
GraphicsAlgorithm |
getGraphicsAlgorithm()
Gets the graphics algorithm. |
PictogramElement |
getMainPictogramElement()
Gets the main pictogram element. |
PictogramElement |
getPictogramElement()
Gets the pictogram element. |
boolean |
isActive()
Checks if is active. |
void |
reset()
sets all the infos to null. |
void |
setActive(boolean isActive)
Sets the active state. |
void |
setGraphicsAlgorithm(GraphicsAlgorithm graphicsAlgorithm)
Sets the graphics algorithm. |
void |
setMainPictogramElement(PictogramElement pictogramElement)
Sets the main pictogram element. |
void |
setPictogramElement(PictogramElement pictogramElement)
Sets the pictogram element. |
Method Detail |
---|
void setMainPictogramElement(PictogramElement pictogramElement)
pictogramElement
- the pictogram elementvoid setPictogramElement(PictogramElement pictogramElement)
pictogramElement
- the pictogram elementvoid setGraphicsAlgorithm(GraphicsAlgorithm graphicsAlgorithm)
graphicsAlgorithm
- the graphics algorithmPictogramElement getMainPictogramElement()
PictogramElement getPictogramElement()
GraphicsAlgorithm getGraphicsAlgorithm()
void reset()
boolean isActive()
void setActive(boolean isActive)
isActive
- the is active
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |