Uses of Class
displayablecollections.ChangeNotification.ChangeType

Uses of ChangeNotification.ChangeType in displayablecollections
 

Methods in displayablecollections that return ChangeNotification.ChangeType
 ChangeNotification.ChangeType ChangeNotification.getType()
          Accessor for the type of change denoted by this object.
 ChangeNotification.ChangeType DisplayableCollection.CollectionChangedNotification.getType()
          Accessor for the type of change denoted by this object.
 ChangeNotification.ChangeType DisplayableMap.MapChangedNotification.getType()
          Accessor for the type of change denoted by this object.
static ChangeNotification.ChangeType ChangeNotification.ChangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeNotification.ChangeType[] ChangeNotification.ChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.