Sweet Home 3D 4.0

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

Packages that use ViewFactory
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. 
 

Uses of ViewFactory in com.eteks.sweethome3d
 

Methods in com.eteks.sweethome3d that return ViewFactory
protected  ViewFactory SweetHome3D.getViewFactory()
          Returns a Swing view factory.
 

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

Uses of ViewFactory in com.eteks.sweethome3d.applet
 

Methods in com.eteks.sweethome3d.applet that return ViewFactory
protected  ViewFactory AppletApplication.getViewFactory()
          Returns a Swing view factory.
 

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

Uses of ViewFactory in com.eteks.sweethome3d.plugin
 

Constructors in com.eteks.sweethome3d.plugin with parameters of type ViewFactory
HomePluginController(Home home, HomeApplication application, ViewFactory viewFactory, ContentManager contentManager, PluginManager pluginManager)
          Creates the controller of home view.
 

Uses of ViewFactory in com.eteks.sweethome3d.swing
 

Classes in com.eteks.sweethome3d.swing that implement ViewFactory
 class SwingViewFactory
          View factory that instantiates the Swing components of this package.
 

Uses of ViewFactory in com.eteks.sweethome3d.viewcontroller
 

Classes in com.eteks.sweethome3d.viewcontroller that implement ViewFactory
 class ViewFactoryAdapter
          A view factory with all its methods throwing UnsupportedOperationException exception.
 

Constructors in com.eteks.sweethome3d.viewcontroller with parameters of type ViewFactory
BackgroundImageWizardController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, UndoableEditSupport undoSupport)
           
CompassController(Home home, UserPreferences preferences, ViewFactory viewFactory, UndoableEditSupport undoSupport)
           
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.
FurnitureController(Home home, UserPreferences preferences, ViewFactory viewFactory)
          Creates the controller of home furniture view.
FurnitureController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, UndoableEditSupport undoSupport)
          Creates the controller of home furniture view with undo support.
HelpController(UserPreferences preferences, ViewFactory viewFactory)
           
Home3DAttributesController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, UndoableEditSupport undoSupport)
          Creates the controller of 3D view with undo support.
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.
HomeController(Home home, UserPreferences preferences, ViewFactory viewFactory)
          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, UndoableEditSupport undoSupport)
          Creates the controller of home 3D view.
HomeFurnitureController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, UndoableEditSupport undoSupport)
          Creates the controller of home furniture view with undo support.
HomeFurnitureController(Home home, UserPreferences preferences, ViewFactory viewFactory, 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, String modelName, UserPreferences preferences, FurnitureController furnitureController, ViewFactory viewFactory, ContentManager contentManager, 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, UndoableEditSupport undoSupport)
          Creates a controller that edits a new imported home piece of furniture.
ImportedFurnitureWizardController(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(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.
LabelController(Home home, float x, float y, UserPreferences preferences, ViewFactory viewFactory, UndoableEditSupport undoSupport)
          Creates the controller of label creation with undo support.
LabelController(Home home, UserPreferences preferences, ViewFactory viewFactory, UndoableEditSupport undoSupport)
          Creates the controller of label modifications with undo support.
LevelController(Home home, UserPreferences preferences, ViewFactory viewFactory, UndoableEditSupport undoSupport)
          Creates the controller of home levels view with undo support.
ModelMaterialsController(String title, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
           
ObserverCameraController(Home home, UserPreferences preferences, ViewFactory viewFactory)
          Creates the controller of 3D view with undo support.
PageSetupController(Home home, UserPreferences preferences, ViewFactory viewFactory, UndoableEditSupport undoSupport)
          Creates the controller of page setup with undo support.
PhotoController(Home home, UserPreferences preferences, View view3D, ViewFactory viewFactory, ContentManager contentManager)
           
PhotosController(Home home, UserPreferences preferences, View view3D, ViewFactory viewFactory, ContentManager contentManager)
           
PlanController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, UndoableEditSupport undoSupport)
          Creates the controller of plan view.
PrintPreviewController(Home home, UserPreferences preferences, HomeController homeController, ViewFactory viewFactory)
          Creates the controller of print preview with undo support.
RoomController(Home home, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager, UndoableEditSupport undoSupport)
          Creates the controller of room view with undo support.
TextureChoiceController(String title, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
           
ThreadedTaskController(Callable<Void> threadedTask, String taskMessage, ThreadedTaskController.ExceptionHandler exceptionHandler, UserPreferences preferences, ViewFactory viewFactory)
          Creates a controller that will execute in a separated thread the given task.
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, UndoableEditSupport undoSupport)
          Creates the controller of wall view with undo support.
WizardController(UserPreferences preferences, ViewFactory viewFactory)
           
 


Sweet Home 3D 4.0

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License