Sweet Home 3D 3.4

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

Packages that use FurnitureCatalog
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 FurnitureCatalog in com.eteks.sweethome3d.io
 

Subclasses of FurnitureCatalog in com.eteks.sweethome3d.io
 class DefaultFurnitureCatalog
          Furniture default catalog read from resources localized in .properties files.
 

Uses of FurnitureCatalog in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return FurnitureCatalog
 FurnitureCatalog UserPreferences.getFurnitureCatalog()
          Returns the furniture catalog.
 

Methods in com.eteks.sweethome3d.model with parameters of type FurnitureCatalog
protected  void UserPreferences.setFurnitureCatalog(FurnitureCatalog catalog)
          Sets furniture catalog.
 

Uses of FurnitureCatalog in com.eteks.sweethome3d.swing
 

Methods in com.eteks.sweethome3d.swing with parameters of type FurnitureCatalog
 View SwingViewFactory.createFurnitureCatalogView(FurnitureCatalog catalog, UserPreferences preferences, FurnitureCatalogController furnitureCatalogController)
          Returns a new view that displays furniture catalog.
 

Constructors in com.eteks.sweethome3d.swing with parameters of type FurnitureCatalog
FurnitureCatalogListPanel(FurnitureCatalog catalog, UserPreferences preferences, FurnitureCatalogController controller)
          Creates a panel that displays catalog furniture in a list with a filter combo box and a search field.
FurnitureCatalogTree(FurnitureCatalog catalog)
          Creates a tree that displays catalog content.
FurnitureCatalogTree(FurnitureCatalog catalog, FurnitureCatalogController controller)
          Creates a tree controlled by controller that displays catalog content and its selection.
FurnitureCatalogTree(FurnitureCatalog catalog, UserPreferences preferences, FurnitureCatalogController controller)
          Creates a tree controlled by controller that displays catalog content and its selection.
 

Uses of FurnitureCatalog in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type FurnitureCatalog
 View ViewFactory.createFurnitureCatalogView(FurnitureCatalog catalog, UserPreferences preferences, FurnitureCatalogController furnitureCatalogController)
          Returns a new view that displays furniture catalog.
 

Constructors in com.eteks.sweethome3d.viewcontroller with parameters of type FurnitureCatalog
FurnitureCatalogController(FurnitureCatalog catalog, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller of the furniture catalog view.
FurnitureCatalogController(FurnitureCatalog catalog, ViewFactory viewFactory)
          Creates a controller of the furniture catalog view.
 


Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License