|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.swing.event.ChangeEvent infovis.column.event.ColumnChangeEvent
public class ColumnChangeEvent
Event produced by columns containing a detail about their change.
Field Summary | |
---|---|
static int |
CHANGE_ALL
Value returned by getDetail when the whole column has changed. |
static int |
CHANGE_NONE
Value returned by getDetail when no value has changed. |
static int |
CHANGE_SIZE
Value returned by getDetail when the column size has changed. |
Constructor Summary | |
---|---|
ColumnChangeEvent(Object column)
Constructor. |
|
ColumnChangeEvent(Object column,
int detail)
Constructor. |
Method Summary | |
---|---|
int |
getDetail()
Returns the detail of changes. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CHANGE_SIZE
public static final int CHANGE_ALL
public static final int CHANGE_NONE
Constructor Detail |
---|
public ColumnChangeEvent(Object column, int detail)
column
- the columndetail
- the detail.public ColumnChangeEvent(Object column)
column
- the column.Method Detail |
---|
public int getDetail()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |