|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
The interface DrawEditor defines the interface for accessing the object which contains the draw view.
DrawView| Method Summary | |
void |
addMenu(javax.swing.JMenu menu)
Adds a menu in the edotor' user interface |
jdraw.framework.DrawView |
getView()
Returns the editor's drawing view. |
void |
removeMenu(javax.swing.JMenu menu)
Removes a menu in the edotor' user interface |
void |
showStatus(java.lang.String msg)
Shows a status message in the editor's user interface |
void |
toolChanged()
Informs the draw editor that the tool has changed |
| Method Detail |
public jdraw.framework.DrawView getView()
public void showStatus(java.lang.String msg)
msg - the status message to be displayedpublic void addMenu(javax.swing.JMenu menu)
menu - the menu to be addedpublic void removeMenu(javax.swing.JMenu menu)
menu - the menu to be removedpublic void toolChanged()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||