|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrawingEditor
DrawingEditor defines the interface for coordinating the different objects that participate in a drawing editor.
Mediator
DrawingEditor is the mediator. It decouples the participants
of a drawing editor.
Tool
,
DrawingView
,
Drawing
Method Summary | |
---|---|
Drawing |
drawing()
Gets the editor's drawing. |
void |
selectionChanged(DrawingView view)
Informs that the current selection has changed. |
void |
showStatus(java.lang.String string)
Shows a status message in the editor's user interface |
Tool |
tool()
Gets the editor's current tool. |
void |
toolDone()
Informs the editor that a tool has done its interaction. |
DrawingView |
view()
Gets the editor's drawing view. |
Method Detail |
---|
DrawingView view()
Drawing drawing()
Tool tool()
void toolDone()
void selectionChanged(DrawingView view)
void showStatus(java.lang.String string)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |