Project

General

Profile

« Previous | Next » 

Revision 71b7253e

Added by Patrick Plitzner over 6 years ago

ref #6925 Rename utility getter methods

View differences:

eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/handler/ToggleLeftRightInsertionHandler.java
52 52

  
53 53
    @Override
54 54
    public void updateElement(UIElement element, @SuppressWarnings("rawtypes") Map parameters) {
55
        Object activeEditor = AbstractUtility.getActiveE4Editor();
55
        Object activeEditor = AbstractUtility.getActiveEditor();
56 56
        if (activeEditor instanceof AlignmentEditor) {
57 57
            setBaseEnabled(((AlignmentEditor)activeEditor).isInsertMode());
58 58
            if (((AlignmentEditor)activeEditor).isInsertLeftInPherogram()) {

Also available in: Unified diff