public class ViewFactoryAdapter extends java.lang.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.
|
DialogView |
createDimensionLineView(boolean modification,
UserPreferences preferences,
DimensionLineController dimensionLineController)
Returns a new view that edits dimension line 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,
java.lang.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,
java.lang.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(java.lang.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 ViewFactoryjava.lang.UnsupportedOperationExceptionpublic View createFurnitureCatalogView(FurnitureCatalog catalog, UserPreferences preferences, FurnitureCatalogController furnitureCatalogController)
ViewFactorycatalog.createFurnitureCatalogView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic View createFurnitureView(Home home, UserPreferences preferences, FurnitureController furnitureController)
ViewFactoryhome furniture list.createFurnitureView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic HelpView createHelpView(UserPreferences preferences, HelpController helpController)
ViewFactorycreateHelpView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createHome3DAttributesView(UserPreferences preferences, Home3DAttributesController home3DAttributesController)
ViewFactorycreateHome3DAttributesView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createLevelView(UserPreferences preferences, LevelController levelController)
ViewFactorycreateLevelView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createHomeFurnitureView(UserPreferences preferences, HomeFurnitureController homeFurnitureController)
ViewFactorycreateHomeFurnitureView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic HomeView createHomeView(Home home, UserPreferences preferences, HomeController homeController)
ViewFactoryhome and its sub views.createHomeView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic ImportedFurnitureWizardStepsView createImportedFurnitureWizardStepsView(CatalogPieceOfFurniture piece, java.lang.String modelName, boolean importHomePiece, UserPreferences preferences, ImportedFurnitureWizardController importedFurnitureWizardController)
ViewFactorycreateImportedFurnitureWizardStepsView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic View createImportedTextureWizardStepsView(CatalogTexture texture, java.lang.String textureName, UserPreferences preferences, ImportedTextureWizardController importedTextureWizardController)
ViewFactorycreateImportedTextureWizardStepsView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createLabelView(boolean modification, UserPreferences preferences, LabelController labelController)
ViewFactorycreateLabelView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createPageSetupView(UserPreferences preferences, PageSetupController pageSetupController)
ViewFactorycreatePageSetupView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic PlanView createPlanView(Home home, UserPreferences preferences, PlanController planController)
ViewFactoryhome on a plan.createPlanView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createPrintPreviewView(Home home, UserPreferences preferences, HomeController homeController, PrintPreviewController printPreviewController)
ViewFactorycreatePrintPreviewView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createRoomView(UserPreferences preferences, RoomController roomController)
ViewFactorycreateRoomView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createPolylineView(UserPreferences preferences, PolylineController polylineController)
ViewFactorycreatePolylineView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createCompassView(UserPreferences preferences, CompassController compassController)
ViewFactorycreateCompassView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createObserverCameraView(UserPreferences preferences, ObserverCameraController home3dAttributesController)
ViewFactorycreateObserverCameraView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic TextureChoiceView createTextureChoiceView(UserPreferences preferences, TextureChoiceController textureChoiceController)
ViewFactorycreateTextureChoiceView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic View createBaseboardChoiceView(UserPreferences preferences, BaseboardChoiceController baseboardChoiceController)
ViewFactorycreateBaseboardChoiceView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic View createModelMaterialsView(UserPreferences preferences, ModelMaterialsController modelMaterialsController)
ViewFactorycreateModelMaterialsView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic ThreadedTaskView createThreadedTaskView(java.lang.String taskMessage, UserPreferences preferences, ThreadedTaskController controller)
ViewFactorycreateThreadedTaskView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createUserPreferencesView(UserPreferences preferences, UserPreferencesController userPreferencesController)
ViewFactorycreateUserPreferencesView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic View createView3D(Home home, UserPreferences preferences, HomeController3D controller)
ViewFactoryhome in 3D.createView3D in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createWallView(UserPreferences preferences, WallController wallController)
ViewFactorycreateWallView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createWizardView(UserPreferences preferences, WizardController wizardController)
ViewFactorycreateWizardView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createPhotoView(Home home, UserPreferences preferences, PhotoController photoController)
ViewFactorycreatePhotoView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createPhotosView(Home home, UserPreferences preferences, PhotosController photosController)
ViewFactorycreatePhotosView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createVideoView(Home home, UserPreferences preferences, VideoController videoController)
ViewFactorycreateVideoView in interface ViewFactoryjava.lang.UnsupportedOperationExceptionpublic DialogView createDimensionLineView(boolean modification, UserPreferences preferences, DimensionLineController dimensionLineController)
ViewFactorycreateDimensionLineView in interface ViewFactoryjava.lang.UnsupportedOperationException

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License