7576777879808182
protected void doAction(ActionEvent event) { final IArticle article = GlobalModel.SINGLETON.getSelectedArticle(); if (article != null) { new ArticlePropertiesDialog(GlobalController.SINGLETON.getMainFrame(), article).open(); } }