24252627282930313233
@Override protected Object run(Presentation context) { SapphireDiagramEditorPagePart editorPart = context.part().nearest(SapphireDiagramEditorPagePart.class); editorPart.selectAllNodes(); return null; } }