Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
CollectionEvent.Type |
CollectionEvent.getType()
Returns the type of event.
|
static CollectionEvent.Type |
CollectionEvent.Type.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
CollectionEvent(java.lang.Object source,
T item,
CollectionEvent.Type type)
Creates an event for an item that has no index.
|
CollectionEvent(java.lang.Object source,
T item,
int index,
CollectionEvent.Type type)
Creates an event for an item with its index.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License