Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
HomePieceOfFurniture.SortableProperty |
Home.getFurnitureSortedProperty()
Returns the furniture property on which home is sorted or
null if
home furniture isn't sorted. |
static HomePieceOfFurniture.SortableProperty |
HomePieceOfFurniture.SortableProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HomePieceOfFurniture.SortableProperty[] |
HomePieceOfFurniture.SortableProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HomePieceOfFurniture.SortableProperty> |
Home.getFurnitureVisibleProperties()
Returns an unmodifiable list of the furniture properties that are visible.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<HomePieceOfFurniture> |
HomePieceOfFurniture.getFurnitureComparator(HomePieceOfFurniture.SortableProperty property)
Returns a comparator that compares furniture on a given
property in ascending order. |
void |
Home.setFurnitureSortedProperty(HomePieceOfFurniture.SortableProperty furnitureSortedProperty)
Sets the furniture property on which this home should be sorted
and fires a
PropertyChangeEvent . |
Modifier and Type | Method and Description |
---|---|
void |
Home.setFurnitureVisibleProperties(java.util.List<HomePieceOfFurniture.SortableProperty> furnitureVisibleProperties)
Sets the furniture properties that are visible and the order in which they are visible,
then fires a
PropertyChangeEvent . |
Modifier and Type | Method and Description |
---|---|
void |
FurnitureController.sortFurniture(HomePieceOfFurniture.SortableProperty furnitureProperty)
Controls the sort of the furniture in home.
|
void |
FurnitureController.toggleFurnitureSort(HomePieceOfFurniture.SortableProperty furnitureProperty)
Uses
furnitureProperty to sort home furniture
or cancels home furniture sort if home is already sorted on furnitureProperty |
void |
FurnitureController.toggleFurnitureVisibleProperty(HomePieceOfFurniture.SortableProperty furnitureProperty)
Toggles furniture property visibility in home.
|
Modifier and Type | Method and Description |
---|---|
void |
FurnitureController.setFurnitureVisibleProperties(java.util.List<HomePieceOfFurniture.SortableProperty> furnitureVisibleProperties)
Updates the furniture visible properties in home.
|
© Copyrights 2006-2014 eTeks - All rights reserved
Distributed under GNU General Public License