Sweet Home 3D 4.0

Uses of Class
com.eteks.sweethome3d.model.FurnitureCategory

Packages that use FurnitureCategory
com.eteks.sweethome3d.io Implements how to read and write homes and user preferences created in model classes of Sweet Home 3D. 
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 FurnitureCategory in com.eteks.sweethome3d.io
 

Methods in com.eteks.sweethome3d.io that return FurnitureCategory
protected  FurnitureCategory DefaultFurnitureCatalog.readFurnitureCategory(ResourceBundle resource, int index)
          Returns the furniture category of a piece at the given index of a localized resource bundle.
 

Uses of FurnitureCategory in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return FurnitureCategory
 FurnitureCategory CatalogPieceOfFurniture.getCategory()
          Returns the category of this piece of furniture.
 FurnitureCategory FurnitureCatalog.getCategory(int index)
          Returns the category at a given index.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type FurnitureCategory
 List<FurnitureCategory> FurnitureCatalog.getCategories()
          Returns the categories list sorted by name.
 

Methods in com.eteks.sweethome3d.model with parameters of type FurnitureCategory
 void FurnitureCatalog.add(FurnitureCategory category, CatalogPieceOfFurniture piece)
          Adds piece of a given category to this catalog.
 int FurnitureCategory.compareTo(FurnitureCategory category)
          Compares the names of this category and the one in parameter.
 

Uses of FurnitureCategory in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return FurnitureCategory
 FurnitureCategory ImportedFurnitureWizardController.getCategory()
          Returns the category of the imported piece.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type FurnitureCategory
 void ImportedFurnitureWizardController.setCategory(FurnitureCategory category)
          Sets the category of the imported piece.
 


Sweet Home 3D 4.0

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