|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.visualize.AttributePanelEvent
Class encapsulating a change in the AttributePanel's selected x and y attributes.
Field Summary | |
int |
m_indexVal
The index for the new attribute |
boolean |
m_xChange
True if the x selection changed |
boolean |
m_yChange
True if the y selection changed |
Constructor Summary | |
AttributePanelEvent(boolean xChange,
boolean yChange,
int indexVal)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean m_xChange
public boolean m_yChange
public int m_indexVal
Constructor Detail |
public AttributePanelEvent(boolean xChange, boolean yChange, int indexVal)
xChange
- true if a change occured to the x selectionyChange
- true if a change occured to the y selectionindexVal
- the index of the new attribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |