Report message to a moderator
public class GraphicalEditor extends GraphicalEditorWithFlyoutPalette { ... public void createActions() { super.createActions(); ... PasteNodeAction pasteNodeAction = new PasteNodeAction(this, super.getGraphicalViewer()); ... } ... }
[Updated on: Mon, 20 June 2011 06:35]
[Updated on: Mon, 20 June 2011 15:57]