use of org.yakindu.sct.ui.editor.proposals.ContentProposalViewerKeyHandler in project statecharts by Yakindu.
the class StatechartDiagramEditor method createContentProposalViewerKeyHandler.
protected void createContentProposalViewerKeyHandler() {
ContentProposalViewerKeyHandler contentProposalHandler = new ContentProposalViewerKeyHandler(getGraphicalViewer());
contentProposalHandler.setParent(new DiagramGraphicalViewerKeyHandler(getGraphicalViewer()).setParent(getKeyHandler()));
getGraphicalViewer().setKeyHandler(contentProposalHandler);
}
Aggregations