public abstract class AbstractAnnotationCommand extends Object implements com.google.gwt.user.client.Command
| Modifier and Type | Field and Description |
|---|---|
protected int |
annotationIndex |
protected AnnotationController |
controller |
protected AnnotationPopupMenu |
popupMenu |
protected String |
title |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAnnotationCommand(String title,
AnnotationController controller,
int annotationIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getTitle() |
protected abstract void |
onExecute() |
void |
setAnnotationPopupMenu(AnnotationPopupMenu popupMenu) |
protected AnnotationController controller
protected int annotationIndex
protected AnnotationPopupMenu popupMenu
protected AbstractAnnotationCommand(String title, AnnotationController controller, int annotationIndex)
public void setAnnotationPopupMenu(AnnotationPopupMenu popupMenu)
public void execute()
execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommandexecute in interface com.google.gwt.user.client.Commandprotected abstract void onExecute()
Copyright © 2019 Nuxeo. All rights reserved.