Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFurnitureCatalog
Furniture default catalog read from resources localized in
.properties files. |
Modifier and Type | Method and Description |
---|---|
protected FurnitureCatalog |
FileUserPreferences.readFurnitureCatalogFromResource(java.io.File[] furniturePluginFolders)
Returns the furniture catalog contained in resources of the application and in the given plug-in folders.
|
Modifier and Type | Method and Description |
---|---|
FurnitureCatalog |
UserPreferences.getFurnitureCatalog()
Returns the furniture catalog.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UserPreferences.setFurnitureCatalog(FurnitureCatalog catalog)
Sets furniture catalog.
|
Modifier and Type | Method and Description |
---|---|
View |
SwingViewFactory.createFurnitureCatalogView(FurnitureCatalog catalog,
UserPreferences preferences,
FurnitureCatalogController furnitureCatalogController)
Returns a new view that displays furniture
catalog . |
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
View |
ViewFactoryAdapter.createFurnitureCatalogView(FurnitureCatalog catalog,
UserPreferences preferences,
FurnitureCatalogController furnitureCatalogController) |
View |
ViewFactory.createFurnitureCatalogView(FurnitureCatalog catalog,
UserPreferences preferences,
FurnitureCatalogController furnitureCatalogController)
Returns a new view that displays furniture
catalog . |
Constructor and Description |
---|
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.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License