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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.data.extension.DatasetSelectionExtension has the following implementations.
Click this link to see all its implementation.

Method

voidaddChangeListener(T listener)
adds a change listener to the dataset extension

The listener is triggered if if changes occur except the notify flag is set to false (@link #setNotify(boolean)).
booleanisSelected(CURSOR cursor)
Returns true if the data item that the cursor points to is selected, and false otherwise.