KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > event > ListDataEvent

javax.swing.event
Class ListDataEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.ListDataEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, XMLEncoder

public static final int CONTENTS_CHANGED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIndex0()
See Also:
getIndex1()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIndex1()
See Also:
getIndex0()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getType()
See Also:
INTERVAL_REMOVED, INTERVAL_ADDED, CONTENTS_CHANGED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INTERVAL_ADDED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INTERVAL_REMOVED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ListDataEvent(Object source,
                     int type,
                     int index0,
                     int index1)
See Also:
INTERVAL_REMOVED, INTERVAL_ADDED, CONTENTS_CHANGED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
EventObject
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags