Sweet Home 3D 4.0

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

Packages that use CatalogPieceOfFurniture
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.swing Implements views created by Sweet Home 3D controllers with Swing components. 
com.eteks.sweethome3d.viewcontroller Describes controller classes and view interfaces of Sweet Home 3D. 
 

Uses of CatalogPieceOfFurniture in com.eteks.sweethome3d.io
 

Methods in com.eteks.sweethome3d.io that return CatalogPieceOfFurniture
protected  CatalogPieceOfFurniture DefaultFurnitureCatalog.readPieceOfFurniture(ResourceBundle resource, int index, URL furnitureCatalogUrl, URL furnitureResourcesUrlBase)
          Returns the piece of furniture at the given index of a localized resource bundle.
 

Uses of CatalogPieceOfFurniture in com.eteks.sweethome3d.model
 

Subclasses of CatalogPieceOfFurniture in com.eteks.sweethome3d.model
 class CatalogDoorOrWindow
          A door or a window of the catalog.
 class CatalogLight
          A light of the catalog.
 

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

Methods in com.eteks.sweethome3d.model that return types with arguments of type CatalogPieceOfFurniture
 List<CatalogPieceOfFurniture> FurnitureCategory.getFurniture()
          Returns the furniture list of this category sorted by name.
 

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

Method parameters in com.eteks.sweethome3d.model with type arguments of type CatalogPieceOfFurniture
 void FurnitureCatalog.addFurnitureListener(CollectionListener<CatalogPieceOfFurniture> listener)
          Adds the furniture listener in parameter to this catalog.
 void FurnitureCatalog.removeFurnitureListener(CollectionListener<CatalogPieceOfFurniture> listener)
          Removes the furniture listener in parameter from this catalog.
 

Uses of CatalogPieceOfFurniture in com.eteks.sweethome3d.swing
 

Methods in com.eteks.sweethome3d.swing with parameters of type CatalogPieceOfFurniture
 ImportedFurnitureWizardStepsView SwingViewFactory.createImportedFurnitureWizardStepsView(CatalogPieceOfFurniture piece, String modelName, boolean importHomePiece, UserPreferences preferences, ImportedFurnitureWizardController importedFurnitureWizardController)
          Returns a new view that displays the different steps that helps user to import furniture.
 

Constructors in com.eteks.sweethome3d.swing with parameters of type CatalogPieceOfFurniture
ImportedFurnitureWizardStepsPanel(CatalogPieceOfFurniture piece, String modelName, boolean importHomePiece, UserPreferences preferences, ImportedFurnitureWizardController controller)
          Creates a view for furniture import.
 

Uses of CatalogPieceOfFurniture in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return types with arguments of type CatalogPieceOfFurniture
 List<CatalogPieceOfFurniture> FurnitureCatalogController.getSelectedFurniture()
          Returns an unmodifiable list of the selected furniture in catalog.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type CatalogPieceOfFurniture
 ImportedFurnitureWizardStepsView ViewFactoryAdapter.createImportedFurnitureWizardStepsView(CatalogPieceOfFurniture piece, String modelName, boolean importHomePiece, UserPreferences preferences, ImportedFurnitureWizardController importedFurnitureWizardController)
           
 ImportedFurnitureWizardStepsView ViewFactory.createImportedFurnitureWizardStepsView(CatalogPieceOfFurniture piece, String modelName, boolean importHomePiece, UserPreferences preferences, ImportedFurnitureWizardController importedFurnitureWizardController)
          Returns a new view that displays the different steps that helps the user to import furniture.
 

Method parameters in com.eteks.sweethome3d.viewcontroller with type arguments of type CatalogPieceOfFurniture
 void FurnitureCatalogController.setSelectedFurniture(List<CatalogPieceOfFurniture> selectedFurniture)
          Updates the selected furniture in catalog and notifies listeners selection change.
 

Constructors in com.eteks.sweethome3d.viewcontroller with parameters of type CatalogPieceOfFurniture
ImportedFurnitureWizardController(CatalogPieceOfFurniture piece, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits piece values.
 


Sweet Home 3D 4.0

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