|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Graphical Visual Editor for a tool. Such an editor is able to perform editions of a graphical visual.
Fields inherited from interface ConForM.CoopnTools.CoKer.Visual.GraphicalVisualEditor |
BOTTOM, ELEMENT, ES, INFO, LABEL, LEFT, MIDDLE, RIGHT, SGE, SIE, TOP |
Method Summary | |
void |
addAndSelectEditable(GraphicalVisualElement editable,
GraphicalVisualRenderableGroup group)
Add and prepare the selction of an editable element to a particular renderable group. |
void |
addEditable(GraphicalVisualElement editable,
GraphicalVisualRenderableGroup group)
Add an editable element to a particular renderable group. |
void |
changeAndSelectEditable(GraphicalVisualElement editable,
GraphicalVisualRenderableGroup group)
Notify the change and prepare the selction of an editable element to a particular renderable group. |
void |
changeEditable(GraphicalVisualElement editable,
GraphicalVisualRenderableGroup group)
Notify the change of an editable element to a particular renderable group. |
void |
emptyEdition()
Add an empty edition. |
void |
newEditablesEdition()
Add an edition for taking into account a modification of the editables. |
void |
prepareSelection(GraphicalVisualElement editable)
Prepare the selection of an element. |
void |
removeEditable(GraphicalVisualElement editable)
Remove an editable element from its renderable group. |
void |
setEditables(GraphicalVisualElement[] editables)
Set the edited elements. |
Method Detail |
public void emptyEdition()
public void newEditablesEdition()
public void prepareSelection(GraphicalVisualElement editable)
public void setEditables(GraphicalVisualElement[] editables)
public void addEditable(GraphicalVisualElement editable, GraphicalVisualRenderableGroup group)
editable
- the editable to add; cannot be nullgroup
- the group (i.e. the picture or one of the
encompassed container) in which the editable
must be added; if null or if the group is not
found, the editable is added to the picture.public void addAndSelectEditable(GraphicalVisualElement editable, GraphicalVisualRenderableGroup group)
editable
- the editable to add; cannot be nullgroup
- the group (i.e. the picture or one of the
encompassed container) in which the editable
must be added; if null or if the group is not
found, the editable is added to the picture.public void removeEditable(GraphicalVisualElement editable)
editable
- the editable to add; cannot be nullpublic void changeEditable(GraphicalVisualElement editable, GraphicalVisualRenderableGroup group)
editable
- the editable to add; cannot be nullgroup
- the group (i.e. the picture or one of the
encompassed container) in which the editable
must be added; if null or if the group is not
found, the editable is added to the picture.public void changeAndSelectEditable(GraphicalVisualElement editable, GraphicalVisualRenderableGroup group)
editable
- the editable to add; cannot be nullgroup
- the group (i.e. the picture or one of the
encompassed container) in which the editable
must be added; if null or if the group is not
found, the editable is added to the picture.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |