All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.visualize.AttributePanelEvent

java.lang.Object
   |
   +----weka.gui.visualize.AttributePanelEvent

public class AttributePanelEvent
extends Object
Class encapsulating a change in the AttributePanel's selected x and y attributes.

Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Variable Index

 o m_indexVal
The index for the new attribute
 o m_xChange
True if the x selection changed
 o m_yChange
True if the y selection changed

Constructor Index

 o AttributePanelEvent(boolean, boolean, int)
Constructor

Variables

 o m_xChange
 public boolean m_xChange
True if the x selection changed

 o m_yChange
 public boolean m_yChange
True if the y selection changed

 o m_indexVal
 public int m_indexVal
The index for the new attribute

Constructors

 o AttributePanelEvent
 public AttributePanelEvent(boolean xChange,
                            boolean yChange,
                            int indexVal)
Constructor

Parameters:
xChange - true if a change occured to the x selection
yChange - true if a change occured to the y selection
indexVal - the index of the new attribute

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home