|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject java.awt.AWTEvent com.jidesoft.grid.FilterEvent
public class FilterEvent
An AWTEvent
that adds support for Filter
objects as the event source.
Field Summary | |
---|---|
static int |
FILTER_CONTENT_CHANGED
This event is delivered when the Filter 's filtering criteria is changed. |
static int |
FILTER_DISABLED
This event is delivered when the Filter is disabled. |
static int |
FILTER_ENABLED
This event is delivered when the Filter is enabled. |
static int |
FILTER_EVENT_FIRST
The first number in the range of IDs used for Filter events. |
static int |
FILTER_EVENT_LAST
The last number in the range of IDs used for Filter events. |
static int |
FILTER_NAME_CHANGED
This event is delivered when the Filter 's name is changed. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FilterEvent(Object source,
int id)
Constructs an FilterEvent object. |
Method Summary |
---|
Methods inherited from class java.awt.AWTEvent |
---|
consume, getID, isConsumed, paramString, setSource, toString |
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 |
Field Detail |
---|
public static final int FILTER_EVENT_FIRST
Filter
events.
public static final int FILTER_EVENT_LAST
Filter
events.
public static final int FILTER_ENABLED
Filter
is enabled.
public static final int FILTER_DISABLED
Filter
is disabled.
public static final int FILTER_NAME_CHANGED
Filter
's name is changed.
public static final int FILTER_CONTENT_CHANGED
Filter
's filtering criteria is changed.
Constructor Detail |
---|
public FilterEvent(Object source, int id)
FilterEvent
object.
source
- the Filter
object that originated the eventid
- an integer indicating the type of event
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |