Exemple #1
0
 public Cursor getCurrentCursor(Point pos, IPart host) {
   if (isCopyMove()) return MindMapUI.getImages().getCursor(IMindMapImages.CURSOR_ADD);
   return super.getCurrentCursor(pos, host);
 }
Exemple #2
0
 public GotoNotesViewAction() {
   super(MindMapMessages.EditInNotesView_text);
   setToolTipText(MindMapMessages.EditInNotesView_toolTip);
   setImageDescriptor(MindMapUI.getImages().get(IMindMapImages.NOTES, true));
   setDisabledImageDescriptor(MindMapUI.getImages().get(IMindMapImages.NOTES, false));
 }