Project

General

Profile

« Previous | Next » 

Revision e2e88c52

Added by Patrick Plitzner almost 6 years ago

ref #7549 Rename categorical tooltip class

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java
231 231

  
232 232

  
233 233
        //add tooltip to table
234
        new ChartTooltip(this);
234
        new CategoricalChartTooltip(this);
235 235

  
236 236
        this.layout();
237 237
        natTable.doCommand(new ClientAreaResizeCommand(natTable));

Also available in: Unified diff