Project

General

Profile

« Previous | Next » 

Revision ab5959ce

Added by Patrick Plitzner over 4 years ago

ref #8450 Remove charts and tooltip button

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrixToolbar.java
76 76

  
77 77
        wsLabel = new Label(this, SWT.NONE);
78 78

  
79
        Button btnToggleTooltips = new Button(this, SWT.TOGGLE);
80 79
        Button btnToggleTree = new Button(this, SWT.PUSH);
81 80
        Button btnToggleFlat = new Button(this, SWT.PUSH);
82 81
        Button btnCollapseAll = new Button(this, SWT.PUSH);
......
86 85
        Button btnManageState = new Button(this, SWT.PUSH);
87 86
        Button btnExcelExport = new Button(this, SWT.PUSH);
88 87

  
89
        /**
90
         * Toggle tooltips button
91
         */
92
        initButton(
93
                btnToggleTooltips,
94
                ImageResources.getImage(ImageResources.LIGHT_BULB),
95
                "Show tooltips",
96
                null,
97
                true,
98
                true,
99
                (e)->matrix.toogleIsShowTooltips()
100
                );
101 88
        /**
102 89
         * Toogle tree button
103 90
         */

Also available in: Unified diff