Sweet Home 3D 3.4

Uses of Interface
com.eteks.sweethome3d.viewcontroller.ContentManager

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

Methods in com.eteks.sweethome3d that return ContentManager
protected  ContentManager SweetHome3D.getContentManager()
          Returns a content manager able to handle files.
 

Constructors in com.eteks.sweethome3d with parameters of type ContentManager
HomeFrameController(Home home, HomeApplication application, ViewFactory viewFactory, ContentManager contentManager, PluginManager pluginManager)
           
HomeFramePane(Home home, HomeApplication application, ContentManager contentManager, HomeFrameController controller)
           
 

Uses of ContentManager in com.eteks.sweethome3d.applet
 

Classes in com.eteks.sweethome3d.applet that implement ContentManager
 class AppletContentManager
          Content manager for Sweet Home 3D files stored on server.
 

Methods in com.eteks.sweethome3d.applet that return ContentManager
protected  ContentManager AppletApplication.getContentManager()
          Returns a content manager able to handle files.
 

Constructors in com.eteks.sweethome3d.applet with parameters of type ContentManager
HomeAppletController(Home home, HomeApplication application, ViewFactory viewFactory, ContentManager contentManager, PluginManager pluginManager, boolean newHomeEnabled, boolean openEnabled, boolean saveEnabled, boolean saveAsEnabled)
           
 

Uses of ContentManager in com.eteks.sweethome3d.swing
 

Classes in com.eteks.sweethome3d.swing that implement ContentManager
 class FileContentManager
          Content manager for files with Swing file choosers.
 

Methods in com.eteks.sweethome3d.swing with parameters of type ContentManager
protected  java.util.List<java.lang.String> LocatedTransferHandler.getModelContents(java.util.List<java.io.File> files, ContentManager contentManager)
          Returns the model contents among files.
 

Constructors in com.eteks.sweethome3d.swing with parameters of type ContentManager
FurnitureCatalogTransferHandler(ContentManager contentManager, FurnitureCatalogController catalogController, FurnitureController furnitureController)
          Creates a handler able to transfer catalog selected furniture.
FurnitureTransferHandler(Home home, ContentManager contentManager, HomeController homeController)
          Creates a handler able to transfer home furniture.
PlanTransferHandler(Home home, ContentManager contentManager, HomeController homeController)
          Creates a handler able to transfer furniture and walls in plan.
 

Uses of ContentManager in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return ContentManager
 ContentManager ImportedFurnitureWizardController.getContentManager()
          Returns the content manager of this controller.
 ContentManager VideoController.getContentManager()
          Returns the content manager of this controller.
 ContentManager HomeController.getContentManager()
          Returns the content manager of this controller.
 ContentManager BackgroundImageWizardController.getContentManager()
          Returns the content manager of this controller.
 ContentManager ImportedTextureWizardController.getContentManager()
          Returns the content manager of this controller.
 ContentManager PhotoController.getContentManager()
          Returns the content manager of this controller.
 

Constructors in com.eteks.sweethome3d.viewcontroller with parameters of type ContentManager
BackgroundImageWizardController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
           
FurnitureCatalogController(FurnitureCatalog catalog, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller of the furniture catalog view.
FurnitureController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
          Creates the controller of home furniture view with undo support.
Home3DAttributesController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
          Creates the controller of 3D view with undo support.
HomeController(Home home, HomeApplication application, ViewFactory viewFactory, ContentManager contentManager, PluginManager pluginManager)
          Creates the controller of home view.
HomeController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates the controller of home view.
HomeController3D(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
          Creates the controller of home 3D view.
HomeFurnitureController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
          Creates the controller of home furniture view with undo support.
ImportedFurnitureWizardController(CatalogPieceOfFurniture piece, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits piece values.
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.
ImportedFurnitureWizardController(java.lang.String modelName, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits a new catalog piece of furniture with a given modelName.
ImportedFurnitureWizardController(UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits a new catalog piece of furniture.
ImportedTextureWizardController(CatalogTexture texture, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits texture values.
ImportedTextureWizardController(java.lang.String textureName, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits a new catalog texture with a given textureName.
ImportedTextureWizardController(UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits a new catalog texture.
PhotoController(Home home, UserPreferences preferences, View view3D, ViewFactory viewFactory, ContentManager contentManager)
           
PlanController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
          Creates the controller of plan view.
RoomController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
          Creates the controller of room view with undo support.
TextureChoiceController(java.lang.String title, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
           
UserPreferencesController(UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates the controller of user preferences view.
UserPreferencesController(UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, HomeController homeController)
          Creates the controller of user preferences view.
VideoController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
           
WallController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, javax.swing.undo.UndoableEditSupport undoSupport)
          Creates the controller of wall view with undo support.
 


Sweet Home 3D 3.4

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