Package | Description |
---|---|
com.eteks.sweethome3d |
Instantiates the required classes to run Sweet Home 3D as a stand-alone application.
|
com.eteks.sweethome3d.applet |
Instantiates the required classes to run Sweet Home 3D as an
applet.
|
com.eteks.sweethome3d.plugin |
Describes the super classes required to create Sweet Home 3D plug-ins.
|
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 |
---|---|
HomeController |
HomeFrameController.getHomeController()
Returns the home controller managed by this controller.
|
Modifier and Type | Class and Description |
---|---|
class |
HomeAppletController
Home applet pane controller.
|
Modifier and Type | Method and Description |
---|---|
protected HomeController |
AppletApplication.createHomeController(Home home)
Returns a new instance of a home controller after
home was created. |
Modifier and Type | Class and Description |
---|---|
class |
HomePluginController
A MVC controller for the home view able to manage plug-ins.
|
Modifier and Type | Method and Description |
---|---|
HomeController |
Plugin.getHomeController()
Returns the controller of the home of this plug-in.
|
Modifier and Type | Method and Description |
---|---|
HomeView |
SwingViewFactory.createHomeView(Home home,
UserPreferences preferences,
HomeController homeController)
Returns a new view that displays
home and its sub views. |
DialogView |
SwingViewFactory.createPrintPreviewView(Home home,
UserPreferences preferences,
HomeController homeController,
PrintPreviewController printPreviewController)
Returns a new view that displays
home print preview. |
protected void |
HomePane.updateOpenRecentHomeMenu(javax.swing.JMenu openRecentHomeMenu,
HomeController controller)
Updates
openRecentHomeMenu from current recent homes in preferences. |
Constructor and Description |
---|
Component3DTransferHandler(Home home,
HomeController homeController)
Creates a handler able to transfer furniture and walls in plan.
|
FurnitureTransferHandler(Home home,
ContentManager contentManager,
HomeController homeController)
Creates a handler able to transfer home furniture.
|
HomePane(Home home,
UserPreferences preferences,
HomeController controller)
Creates home view associated with its controller.
|
HomePDFPrinter(Home home,
UserPreferences preferences,
HomeController controller,
java.awt.Font defaultFont)
Creates a PDF printer able to write to an output stream.
|
HomePrintableComponent(Home home,
HomeController controller,
java.awt.Font defaultFont)
Creates a printable component that will print or display the
furniture view, the plan view and 3D view of the
home
managed by controller . |
PlanTransferHandler(Home home,
ContentManager contentManager,
HomeController homeController)
Creates a handler able to transfer furniture and walls in plan.
|
PrintPreviewPanel(Home home,
UserPreferences preferences,
HomeController homeController,
PrintPreviewController printPreviewController)
Creates a panel that displays print preview.
|
Modifier and Type | Method and Description |
---|---|
HomeView |
ViewFactoryAdapter.createHomeView(Home home,
UserPreferences preferences,
HomeController homeController) |
HomeView |
ViewFactory.createHomeView(Home home,
UserPreferences preferences,
HomeController homeController)
Returns a new view that displays
home and its sub views. |
DialogView |
ViewFactoryAdapter.createPrintPreviewView(Home home,
UserPreferences preferences,
HomeController homeController,
PrintPreviewController printPreviewController) |
DialogView |
ViewFactory.createPrintPreviewView(Home home,
UserPreferences preferences,
HomeController homeController,
PrintPreviewController printPreviewController)
Returns a new view that displays home print preview.
|
Constructor and Description |
---|
PrintPreviewController(Home home,
UserPreferences preferences,
HomeController homeController,
ViewFactory viewFactory)
Creates the controller of print preview with undo support.
|
UserPreferencesController(UserPreferences preferences,
ViewFactory viewFactory,
ContentManager contentManager,
HomeController homeController)
Creates the controller of user preferences view.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License