| 
Groovy 1.8.4 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
java.beans.PropertyChangeEvent
groovy.util.ObservableList.ElementEvent
public static abstract class ObservableList.ElementEvent extends PropertyChangeEvent
| Field Summary | |
|---|---|
        static int | 
        
            ADDED
            deprecated  | 
        
        static int | 
        
            CLEARED
            deprecated  | 
        
        static int | 
        
            MULTI_ADD
            deprecated  | 
        
        static int | 
        
            MULTI_REMOVE
            deprecated  | 
        
        static int | 
        
            REMOVED
            deprecated  | 
        
        static int | 
        
            UPDATED
            deprecated  | 
        
| Constructor Summary | |
            ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, int type)
            @deprecated  | 
        |
            ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, ChangeType type)
             | 
        |
| Method Summary | |
|---|---|
            ChangeType
         | 
        
            getChangeType()
             | 
        
            int
         | 
        
            getIndex()
             | 
        
            int
         | 
        
            getType()
             | 
        
            String
         | 
        
            getTypeAsString()
             | 
        
| Methods inherited from class PropertyChangeEvent | |
|---|---|
| toString, getNewValue, getOldValue, getPropagationId, setPropagationId, getPropertyName, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
| Methods inherited from class EventObject | |
|---|---|
| toString, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
| Field Detail | 
|---|
public static final int ADDED
public static final int CLEARED
public static final int MULTI_ADD
public static final int MULTI_REMOVE
public static final int REMOVED
public static final int UPDATED
| Constructor Detail | 
|---|
public ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, int type)
public ObservableList.ElementEvent(Object source, Object oldValue, Object newValue, int index, ChangeType type)
| Method Detail | 
|---|
public ChangeType getChangeType()
public int getIndex()
public int getType()
public String getTypeAsString()
Copyright © 2003-2011 The Codehaus. All rights reserved.