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()
Deprecated.
Home.getFurnitureSortedProperty() and Home.setFurnitureSortedProperty(HomePieceOfFurniture.SortableProperty)
should be replaced by calls to Home.getFurnitureSortedPropertyName() and Home.setFurnitureSortedPropertyName(String)
to allow sorting on additional properties. |
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()
Deprecated.
Home.getFurnitureVisibleProperties() and #setFurnitureVisibleProperties(List
should be replaced by calls to Home.getFurnitureVisiblePropertyNames() and #setFurnitureSortedPropertyName(List
to allow displaying additional properties. |
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<HomePieceOfFurniture> |
HomePieceOfFurniture.getFurnitureComparator(HomePieceOfFurniture.SortableProperty property)
Returns a comparator which compares furniture on a given
property in ascending order. |
void |
Home.setFurnitureSortedProperty(HomePieceOfFurniture.SortableProperty furnitureSortedProperty)
Deprecated.
Home.getFurnitureSortedProperty() and Home.setFurnitureSortedProperty(HomePieceOfFurniture.SortableProperty)
should be replaced by calls to Home.getFurnitureSortedPropertyName() and Home.setFurnitureSortedPropertyName(String)
to allow sorting on additional properties. |
Modifier and Type | Method and Description |
---|---|
void |
Home.setFurnitureVisibleProperties(java.util.List<HomePieceOfFurniture.SortableProperty> furnitureVisibleProperties)
Deprecated.
Home.getFurnitureVisibleProperties() and #setFurnitureVisibleProperties(List
should be replaced by calls to Home.getFurnitureVisiblePropertyNames() and #setFurnitureSortedPropertyName(List
to allow displaying additional properties. |
Modifier and Type | Method and Description |
---|---|
void |
FurnitureController.setFurnitureVisibleProperties(java.util.List<HomePieceOfFurniture.SortableProperty> furnitureVisibleProperties)
Deprecated.
#setFurnitureVisibleProperties(List
should be replaced by calls to #setFurnitureVisiblePropertyNames(List
to allow displaying additional properties. |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License