Java org.jfree.data.datasetextension DatasetSelectionExtension fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.datasetextension DatasetSelectionExtension fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.datasetextension DatasetSelectionExtension.

The text is from its open source code.

Method

voidaddSelectionChangeListener(SelectionChangeListener listener)
adds a label selection listener to the dataset extension

the listener is triggered if a data item changes its selection state except the notify flag is set to false (@link #setNotify(boolean)).
booleanisSelected(DatasetCursor cursor)