Package | Description |
---|---|
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 | Method and Description |
---|---|
protected FurnitureView |
FurnitureTablePanel.createFurnitureTable(Home home,
UserPreferences preferences,
FurnitureController controller)
Creates and returns the main furniture table displayed by this component.
|
View |
SwingViewFactory.createFurnitureView(Home home,
UserPreferences preferences,
FurnitureController furnitureController)
Returns a new table that displays
home furniture. |
Constructor and Description |
---|
FurnitureCatalogTransferHandler(ContentManager contentManager,
FurnitureCatalogController catalogController,
FurnitureController furnitureController)
Creates a handler able to transfer catalog selected furniture.
|
FurnitureTable(Home home,
UserPreferences preferences,
FurnitureController controller)
Creates a table controlled by
controller
that displays furniture of home . |
FurnitureTablePanel(Home home,
UserPreferences preferences,
FurnitureController controller) |
Modifier and Type | Class and Description |
---|---|
class |
PlanController
A MVC controller for the plan view.
|
Modifier and Type | Method and Description |
---|---|
FurnitureController |
HomeController.getFurnitureController()
Returns the furniture controller managed by this controller.
|
Modifier and Type | Method and Description |
---|---|
View |
ViewFactoryAdapter.createFurnitureView(Home home,
UserPreferences preferences,
FurnitureController furnitureController) |
View |
ViewFactory.createFurnitureView(Home home,
UserPreferences preferences,
FurnitureController furnitureController)
Returns a new view that displays
home furniture list. |
Constructor and Description |
---|
ImportedFurnitureWizardController(Home home,
java.lang.String modelName,
UserPreferences preferences,
FurnitureController furnitureController,
ViewFactory viewFactory,
ContentManager contentManager,
javax.swing.undo.UndoableEditSupport undoSupport)
Creates a controller that edits a new imported home piece of furniture
with a given
modelName . |
ImportedFurnitureWizardController(Home home,
UserPreferences preferences,
FurnitureController furnitureController,
ViewFactory viewFactory,
ContentManager contentManager,
javax.swing.undo.UndoableEditSupport undoSupport)
Creates a controller that edits a new imported home piece of furniture.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License