public class ViewFactoryAdapter extends Object implements ViewFactory
UnsupportedOperationException exception.| Constructor and Description |
|---|
ViewFactoryAdapter() |
| Modifier and Type | Method and Description |
|---|---|
View |
createBackgroundImageWizardStepsView(BackgroundImage backgroundImage,
UserPreferences preferences,
BackgroundImageWizardController backgroundImageWizardController)
Returns a new view that displays the different steps that helps the user to choose a background image.
|
View |
createBaseboardChoiceView(UserPreferences preferences,
BaseboardChoiceController baseboardChoiceController)
Returns a new view that edits the baseboard of its controller.
|
DialogView |
createCompassView(UserPreferences preferences,
CompassController compassController)
Returns a new view that edits compass values.
|
View |
createFurnitureCatalogView(FurnitureCatalog catalog,
UserPreferences preferences,
FurnitureCatalogController furnitureCatalogController)
Returns a new view that displays furniture
catalog. |
View |
createFurnitureView(Home home,
UserPreferences preferences,
FurnitureController furnitureController)
Returns a new view that displays
home furniture list. |
HelpView |
createHelpView(UserPreferences preferences,
HelpController helpController)
Returns a new view that displays Sweet Home 3D help.
|
DialogView |
createHome3DAttributesView(UserPreferences preferences,
Home3DAttributesController home3DAttributesController)
Returns a new view that edits 3D attributes.
|
DialogView |
createHomeFurnitureView(UserPreferences preferences,
HomeFurnitureController homeFurnitureController)
Returns a new view that edits furniture values.
|
HomeView |
createHomeView(Home home,
UserPreferences preferences,
HomeController homeController)
Returns a new view that displays
home and its sub views. |
ImportedFurnitureWizardStepsView |
createImportedFurnitureWizardStepsView(CatalogPieceOfFurniture piece,
String modelName,
boolean importHomePiece,
UserPreferences preferences,
ImportedFurnitureWizardController importedFurnitureWizardController)
Returns a new view that displays the different steps that helps the user to import furniture.
|
View |
createImportedTextureWizardStepsView(CatalogTexture texture,
String textureName,
UserPreferences preferences,
ImportedTextureWizardController importedTextureWizardController)
Returns a new view that displays the different steps that helps the user to import a texture.
|
DialogView |
createLabelView(boolean modification,
UserPreferences preferences,
LabelController labelController)
Returns a new view that edits label values.
|
DialogView |
createLevelView(UserPreferences preferences,
LevelController levelController)
Returns a new view that edits level values.
|
View |
createModelMaterialsView(UserPreferences preferences,
ModelMaterialsController modelMaterialsController)
Returns a new view that edits the materials of its controller.
|
DialogView |
createObserverCameraView(UserPreferences preferences,
ObserverCameraController home3dAttributesController)
Returns a new view that edits observer camera values.
|
DialogView |
createPageSetupView(UserPreferences preferences,
PageSetupController pageSetupController)
Creates a new view that edits page setup.
|
DialogView |
createPhotosView(Home home,
UserPreferences preferences,
PhotosController photosController)
Returns a new view able to compute a photos of a home from its stored points of view.
|
DialogView |
createPhotoView(Home home,
UserPreferences preferences,
PhotoController photoController)
Returns a new view able to compute a photo realistic image of a home.
|
PlanView |
createPlanView(Home home,
UserPreferences preferences,
PlanController planController)
Returns a new view that displays
home on a plan. |
DialogView |
createPolylineView(UserPreferences preferences,
PolylineController polylineController)
Returns a new view that edits polyline values.
|
DialogView |
createPrintPreviewView(Home home,
UserPreferences preferences,
HomeController homeController,
PrintPreviewController printPreviewController)
Returns a new view that displays home print preview.
|
DialogView |
createRoomView(UserPreferences preferences,
RoomController roomController)
Returns a new view that edits room values.
|
TextureChoiceView |
createTextureChoiceView(UserPreferences preferences,
TextureChoiceController textureChoiceController)
Returns a new view that edits the texture of its controller.
|
ThreadedTaskView |
createThreadedTaskView(String taskMessage,
UserPreferences preferences,
ThreadedTaskController controller)
Returns a new view that displays message for a threaded task.
|
DialogView |
createUserPreferencesView(UserPreferences preferences,
UserPreferencesController userPreferencesController)
Returns a new view that edits user preferences.
|
DialogView |
createVideoView(Home home,
UserPreferences preferences,
VideoController videoController)
Returns a new view able to compute a 3D video of a home.
|
View |
createView3D(Home home,
UserPreferences preferences,
HomeController3D controller)
Returns a new view that displays
home in 3D. |
DialogView |
createWallView(UserPreferences preferences,
WallController wallController)
Returns a new view that edits wall values.
|
DialogView |
createWizardView(UserPreferences preferences,
WizardController wizardController)
Returns a new view that displays a wizard.
|
public View createBackgroundImageWizardStepsView(BackgroundImage backgroundImage, UserPreferences preferences, BackgroundImageWizardController backgroundImageWizardController)
ViewFactorycreateBackgroundImageWizardStepsView in interface ViewFactoryUnsupportedOperationExceptionpublic View createFurnitureCatalogView(FurnitureCatalog catalog, UserPreferences preferences, FurnitureCatalogController furnitureCatalogController)
ViewFactorycatalog.createFurnitureCatalogView in interface ViewFactoryUnsupportedOperationExceptionpublic View createFurnitureView(Home home, UserPreferences preferences, FurnitureController furnitureController)
ViewFactoryhome furniture list.createFurnitureView in interface ViewFactoryUnsupportedOperationExceptionpublic HelpView createHelpView(UserPreferences preferences, HelpController helpController)
ViewFactorycreateHelpView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createHome3DAttributesView(UserPreferences preferences, Home3DAttributesController home3DAttributesController)
ViewFactorycreateHome3DAttributesView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createLevelView(UserPreferences preferences, LevelController levelController)
ViewFactorycreateLevelView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createHomeFurnitureView(UserPreferences preferences, HomeFurnitureController homeFurnitureController)
ViewFactorycreateHomeFurnitureView in interface ViewFactoryUnsupportedOperationExceptionpublic HomeView createHomeView(Home home, UserPreferences preferences, HomeController homeController)
ViewFactoryhome and its sub views.createHomeView in interface ViewFactoryUnsupportedOperationExceptionpublic ImportedFurnitureWizardStepsView createImportedFurnitureWizardStepsView(CatalogPieceOfFurniture piece, String modelName, boolean importHomePiece, UserPreferences preferences, ImportedFurnitureWizardController importedFurnitureWizardController)
ViewFactorycreateImportedFurnitureWizardStepsView in interface ViewFactoryUnsupportedOperationExceptionpublic View createImportedTextureWizardStepsView(CatalogTexture texture, String textureName, UserPreferences preferences, ImportedTextureWizardController importedTextureWizardController)
ViewFactorycreateImportedTextureWizardStepsView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createLabelView(boolean modification, UserPreferences preferences, LabelController labelController)
ViewFactorycreateLabelView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createPageSetupView(UserPreferences preferences, PageSetupController pageSetupController)
ViewFactorycreatePageSetupView in interface ViewFactoryUnsupportedOperationExceptionpublic PlanView createPlanView(Home home, UserPreferences preferences, PlanController planController)
ViewFactoryhome on a plan.createPlanView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createPrintPreviewView(Home home, UserPreferences preferences, HomeController homeController, PrintPreviewController printPreviewController)
ViewFactorycreatePrintPreviewView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createRoomView(UserPreferences preferences, RoomController roomController)
ViewFactorycreateRoomView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createPolylineView(UserPreferences preferences, PolylineController polylineController)
ViewFactorycreatePolylineView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createCompassView(UserPreferences preferences, CompassController compassController)
ViewFactorycreateCompassView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createObserverCameraView(UserPreferences preferences, ObserverCameraController home3dAttributesController)
ViewFactorycreateObserverCameraView in interface ViewFactoryUnsupportedOperationExceptionpublic TextureChoiceView createTextureChoiceView(UserPreferences preferences, TextureChoiceController textureChoiceController)
ViewFactorycreateTextureChoiceView in interface ViewFactoryUnsupportedOperationExceptionpublic View createBaseboardChoiceView(UserPreferences preferences, BaseboardChoiceController baseboardChoiceController)
ViewFactorycreateBaseboardChoiceView in interface ViewFactoryUnsupportedOperationExceptionpublic View createModelMaterialsView(UserPreferences preferences, ModelMaterialsController modelMaterialsController)
ViewFactorycreateModelMaterialsView in interface ViewFactoryUnsupportedOperationExceptionpublic ThreadedTaskView createThreadedTaskView(String taskMessage, UserPreferences preferences, ThreadedTaskController controller)
ViewFactorycreateThreadedTaskView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createUserPreferencesView(UserPreferences preferences, UserPreferencesController userPreferencesController)
ViewFactorycreateUserPreferencesView in interface ViewFactoryUnsupportedOperationExceptionpublic View createView3D(Home home, UserPreferences preferences, HomeController3D controller)
ViewFactoryhome in 3D.createView3D in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createWallView(UserPreferences preferences, WallController wallController)
ViewFactorycreateWallView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createWizardView(UserPreferences preferences, WizardController wizardController)
ViewFactorycreateWizardView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createPhotoView(Home home, UserPreferences preferences, PhotoController photoController)
ViewFactorycreatePhotoView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createPhotosView(Home home, UserPreferences preferences, PhotosController photosController)
ViewFactorycreatePhotosView in interface ViewFactoryUnsupportedOperationExceptionpublic DialogView createVideoView(Home home, UserPreferences preferences, VideoController videoController)
ViewFactorycreateVideoView in interface ViewFactoryUnsupportedOperationException

© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License