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.io |
Implements how to read and write
homes and
user preferences created in
model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.plugin |
Describes the super classes required to create Sweet Home 3D plug-ins.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Class and Description |
---|---|
class |
SweetHome3D
Sweet Home 3D main class.
|
Constructor and Description |
---|
HomeFrameController(Home home,
HomeApplication application,
ViewFactory viewFactory,
ContentManager contentManager,
PluginManager pluginManager) |
HomeFramePane(Home home,
HomeApplication application,
ContentManager contentManager,
HomeFrameController controller) |
Modifier and Type | Class and Description |
---|---|
class |
AppletApplication
An application wrapper working in applet.
|
Constructor and Description |
---|
HomeAppletController(Home home,
HomeApplication application,
ViewFactory viewFactory,
ContentManager contentManager,
PluginManager pluginManager,
boolean newHomeEnabled,
boolean openEnabled,
boolean saveEnabled,
boolean saveAsEnabled) |
HomeAppletController(Home home,
HomeApplication application,
ViewFactory viewFactory,
ContentManager contentManager,
PluginManager pluginManager,
boolean newHomeEnabled,
boolean openEnabled,
boolean saveEnabled,
boolean saveAsEnabled,
long homeMaximumLength) |
Constructor and Description |
---|
AutoRecoveryManager(HomeApplication application)
Creates a manager able to automatically recover
application homes. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Plugin> |
PluginManager.getPlugins(HomeApplication application,
Home home,
UserPreferences preferences,
javax.swing.undo.UndoableEditSupport undoSupport)
Returns an unmodifiable list of plug-in instances initialized with the
given parameters.
|
Constructor and Description |
---|
HomePluginController(Home home,
HomeApplication application,
ViewFactory viewFactory,
ContentManager contentManager,
PluginManager pluginManager)
Creates the controller of home view.
|
Constructor and Description |
---|
HomeController(Home home,
HomeApplication application,
ViewFactory viewFactory)
Creates the controller of home view.
|
HomeController(Home home,
HomeApplication application,
ViewFactory viewFactory,
ContentManager contentManager)
Creates the controller of home view.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License