|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jfree.beans.events.CategoryItemClickEvent
public class CategoryItemClickEvent
An event object that carries information about a mouse click on an item
in an AbstractCategoryChart
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CategoryItemClickEvent(java.lang.Object source,
org.jfree.data.category.CategoryDataset dataset,
java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
Creates a new section click event. |
Method Summary | |
---|---|
java.lang.Comparable |
getColumnKey()
Returns the column key. |
org.jfree.data.category.CategoryDataset |
getDataset()
Returns the dataset. |
java.lang.Comparable |
getRowKey()
Returns the row key. |
java.lang.String |
toString()
Returns a string that represents the state of this instance (suitable for debugging purposes). |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CategoryItemClickEvent(java.lang.Object source, org.jfree.data.category.CategoryDataset dataset, java.lang.Comparable rowKey, java.lang.Comparable columnKey)
source
- the event source (typically the chart).dataset
- the dataset.rowKey
- the row key.columnKey
- the column key.Method Detail |
---|
public org.jfree.data.category.CategoryDataset getDataset()
public java.lang.Comparable getRowKey()
public java.lang.Comparable getColumnKey()
public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |