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)
ViewFactory
createBackgroundImageWizardStepsView
in interface ViewFactory
java.lang.UnsupportedOperationException
public View createFurnitureCatalogView(FurnitureCatalog catalog, UserPreferences preferences, FurnitureCatalogController furnitureCatalogController)
ViewFactory
catalog
.createFurnitureCatalogView
in interface ViewFactory
java.lang.UnsupportedOperationException
public View createFurnitureView(Home home, UserPreferences preferences, FurnitureController furnitureController)
ViewFactory
home
furniture list.createFurnitureView
in interface ViewFactory
java.lang.UnsupportedOperationException
public HelpView createHelpView(UserPreferences preferences, HelpController helpController)
ViewFactory
createHelpView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createHome3DAttributesView(UserPreferences preferences, Home3DAttributesController home3DAttributesController)
ViewFactory
createHome3DAttributesView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createLevelView(UserPreferences preferences, LevelController levelController)
ViewFactory
createLevelView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createHomeFurnitureView(UserPreferences preferences, HomeFurnitureController homeFurnitureController)
ViewFactory
createHomeFurnitureView
in interface ViewFactory
java.lang.UnsupportedOperationException
public HomeView createHomeView(Home home, UserPreferences preferences, HomeController homeController)
ViewFactory
home
and its sub views.createHomeView
in interface ViewFactory
java.lang.UnsupportedOperationException
public ImportedFurnitureWizardStepsView createImportedFurnitureWizardStepsView(CatalogPieceOfFurniture piece, java.lang.String modelName, boolean importHomePiece, UserPreferences preferences, ImportedFurnitureWizardController importedFurnitureWizardController)
ViewFactory
createImportedFurnitureWizardStepsView
in interface ViewFactory
java.lang.UnsupportedOperationException
public View createImportedTextureWizardStepsView(CatalogTexture texture, java.lang.String textureName, UserPreferences preferences, ImportedTextureWizardController importedTextureWizardController)
ViewFactory
createImportedTextureWizardStepsView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createLabelView(boolean modification, UserPreferences preferences, LabelController labelController)
ViewFactory
createLabelView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createPageSetupView(UserPreferences preferences, PageSetupController pageSetupController)
ViewFactory
createPageSetupView
in interface ViewFactory
java.lang.UnsupportedOperationException
public PlanView createPlanView(Home home, UserPreferences preferences, PlanController planController)
ViewFactory
home
on a plan.createPlanView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createPrintPreviewView(Home home, UserPreferences preferences, HomeController homeController, PrintPreviewController printPreviewController)
ViewFactory
createPrintPreviewView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createRoomView(UserPreferences preferences, RoomController roomController)
ViewFactory
createRoomView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createPolylineView(UserPreferences preferences, PolylineController polylineController)
ViewFactory
createPolylineView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createCompassView(UserPreferences preferences, CompassController compassController)
ViewFactory
createCompassView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createObserverCameraView(UserPreferences preferences, ObserverCameraController home3dAttributesController)
ViewFactory
createObserverCameraView
in interface ViewFactory
java.lang.UnsupportedOperationException
public TextureChoiceView createTextureChoiceView(UserPreferences preferences, TextureChoiceController textureChoiceController)
ViewFactory
createTextureChoiceView
in interface ViewFactory
java.lang.UnsupportedOperationException
public View createBaseboardChoiceView(UserPreferences preferences, BaseboardChoiceController baseboardChoiceController)
ViewFactory
createBaseboardChoiceView
in interface ViewFactory
java.lang.UnsupportedOperationException
public View createModelMaterialsView(UserPreferences preferences, ModelMaterialsController modelMaterialsController)
ViewFactory
createModelMaterialsView
in interface ViewFactory
java.lang.UnsupportedOperationException
public ThreadedTaskView createThreadedTaskView(java.lang.String taskMessage, UserPreferences preferences, ThreadedTaskController controller)
ViewFactory
createThreadedTaskView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createUserPreferencesView(UserPreferences preferences, UserPreferencesController userPreferencesController)
ViewFactory
createUserPreferencesView
in interface ViewFactory
java.lang.UnsupportedOperationException
public View createView3D(Home home, UserPreferences preferences, HomeController3D controller)
ViewFactory
home
in 3D.createView3D
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createWallView(UserPreferences preferences, WallController wallController)
ViewFactory
createWallView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createWizardView(UserPreferences preferences, WizardController wizardController)
ViewFactory
createWizardView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createPhotoView(Home home, UserPreferences preferences, PhotoController photoController)
ViewFactory
createPhotoView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createPhotosView(Home home, UserPreferences preferences, PhotosController photosController)
ViewFactory
createPhotosView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createVideoView(Home home, UserPreferences preferences, VideoController videoController)
ViewFactory
createVideoView
in interface ViewFactory
java.lang.UnsupportedOperationException
public DialogView createDimensionLineView(boolean modification, UserPreferences preferences, DimensionLineController dimensionLineController)
ViewFactory
createDimensionLineView
in interface ViewFactory
java.lang.UnsupportedOperationException
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License