|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.jdesktop.swingx.decorator.PipelineEvent
public class PipelineEvent
Defines an event that encapsulates changes to a pipeline.
| Field Summary | |
|---|---|
static int |
CONTENTS_CHANGED
Identifies one or more changes in the pipeline. |
static int |
SORT_ORDER_CHANGED
Identifies a order change of the interactive sorter. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PipelineEvent(Object source,
int type)
Constructs a PipelineEvent object. |
|
| Method Summary | |
|---|---|
int |
getType()
Returns the event type. |
String |
toString()
Returns a string representation of this event. |
| 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 CONTENTS_CHANGED
public static final int SORT_ORDER_CHANGED
| Constructor Detail |
|---|
public PipelineEvent(Object source,
int type)
source - the source Object (typically this)type - an int specifying the event type| Method Detail |
|---|
public int getType()
public String toString()
null.
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||