|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--draw2d.Figure
|
+--draw2d.Window
|
+--draw2d.Dialog
|
+--draw2d.AnnotationDialog
Use this class to modifie the text in an annotation figure.
Version: 0.9.14
Author: Andreas Herz
Defined in AnnotationDialog.js
| Constructor Summary | |
draw2d.AnnotationDialog
( <Annotation> annotationFigure)
|
|
| Method Summary | |
void
|
onOk()
This method will be called if the user pressed the OK button in buttonbar of the dialog. Sub classes can override this method to implement there own stuff. Don't forget to call the super method after you have done your stuff with Dialog.prototype.onOk.call(this);
|
| Methods inherited from class draw2d.Dialog |
onCancel, setDimension, setFocus, onSetDocumentDirty
|
| Methods inherited from class draw2d.Window |
hasFixedPosition, hasTitleBar, onDragstart, setCanDrag, setTitle, getMinWidth, getMinHeight, isResizeable, setBackgroundColor, setColor, setLineWidth, onSelectionChanged
|
| Constructor Detail |
draw2d.AnnotationDialog( <Annotation> annotationFigure)
annotationFigure - The annotation figure which should be modfied with this dialog.
| Method Detail |
void onOk()
Dialog.prototype.onOk.call(this);
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||