222223224225226227228
* Add an action for editing the table of contents. */ public void addEditTocAction() { addPossibleAction( new SimpleAction(GT._("Edit table of contents"), new MWPaneEditTocAction())); }