Sweet Home 3D 4.1

Uses of Class
com.eteks.sweethome3d.model.HomePieceOfFurniture.SortableProperty

Packages that use HomePieceOfFurniture.SortableProperty
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. 
 

Uses of HomePieceOfFurniture.SortableProperty in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return HomePieceOfFurniture.SortableProperty
 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(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.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type HomePieceOfFurniture.SortableProperty
 List<HomePieceOfFurniture.SortableProperty> Home.getFurnitureVisibleProperties()
          Returns an unmodifiable list of the furniture properties that are visible.
 

Methods in com.eteks.sweethome3d.model with parameters of type HomePieceOfFurniture.SortableProperty
static 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.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type HomePieceOfFurniture.SortableProperty
 void Home.setFurnitureVisibleProperties(List<HomePieceOfFurniture.SortableProperty> furnitureVisibleProperties)
          Sets the furniture properties that are visible and the order in which they are visible, then fires a PropertyChangeEvent.
 

Uses of HomePieceOfFurniture.SortableProperty in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type HomePieceOfFurniture.SortableProperty
 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.
 

Method parameters in com.eteks.sweethome3d.viewcontroller with type arguments of type HomePieceOfFurniture.SortableProperty
 void FurnitureController.setFurnitureVisibleProperties(List<HomePieceOfFurniture.SortableProperty> furnitureVisibleProperties)
          Updates the furniture visible properties in home.
 


Sweet Home 3D 4.1

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