Sweet Home 3D 4.0

Uses of Class
com.eteks.sweethome3d.model.CollectionEvent.Type

Packages that use CollectionEvent.Type
com.eteks.sweethome3d.model Describes model classes of Sweet Home 3D. 
 

Uses of CollectionEvent.Type in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return CollectionEvent.Type
 CollectionEvent.Type CollectionEvent.getType()
          Returns the type of event.
static CollectionEvent.Type CollectionEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CollectionEvent.Type[] CollectionEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eteks.sweethome3d.model with parameters of type CollectionEvent.Type
 void CollectionChangeSupport.fireCollectionChanged(T item, CollectionEvent.Type eventType)
          Fires a collection event about item.
 void CollectionChangeSupport.fireCollectionChanged(T item, int index, CollectionEvent.Type eventType)
          Fires a collection event about item at a given index.
 

Constructors in com.eteks.sweethome3d.model with parameters of type CollectionEvent.Type
CollectionEvent(Object source, T item, CollectionEvent.Type type)
          Creates an event for an item that has no index.
CollectionEvent(Object source, T item, int index, CollectionEvent.Type type)
          Creates an event for an item with its index.
 


Sweet Home 3D 4.0

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License