Sweet Home 3D 4.0

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

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

Classes in com.eteks.sweethome3d.swing that implement DialogView
 class CompassPanel
          Compass editing panel.
 class Home3DAttributesPanel
          Home 3D attributes editing panel.
 class HomeFurniturePanel
          Home furniture editing panel.
 class LabelPanel
          Label editing panel.
 class LevelPanel
          Level editing panel.
 class ObserverCameraPanel
          Observer camera editing panel.
 class PageSetupPanel
          Home page setup editing panel.
 class PhotoPanel
          A panel to edit photo creation.
 class PhotosPanel
          A panel to edit photos created at home points of view.
 class PrintPreviewPanel
          Home print preview editing panel.
 class RoomPanel
          Room editing panel.
 class UserPreferencesPanel
          User preferences panel.
 class VideoPanel
          A panel used for video creation.
 class WallPanel
          Wall editing panel.
 class WizardPane
          Wizard pane.
 

Methods in com.eteks.sweethome3d.swing that return DialogView
 DialogView SwingViewFactory.createCompassView(UserPreferences preferences, CompassController compassController)
          Returns a new view that edits compass values.
 DialogView SwingViewFactory.createHome3DAttributesView(UserPreferences preferences, Home3DAttributesController home3DAttributesController)
          Returns a new view that edits 3D attributes.
 DialogView SwingViewFactory.createHomeFurnitureView(UserPreferences preferences, HomeFurnitureController homeFurnitureController)
          Returns a new view that edits furniture values.
 DialogView SwingViewFactory.createLabelView(boolean modification, UserPreferences preferences, LabelController labelController)
          Returns a new view that edits label values.
 DialogView SwingViewFactory.createLevelView(UserPreferences preferences, LevelController levelController)
          Returns a new view that edits level values.
 DialogView SwingViewFactory.createObserverCameraView(UserPreferences preferences, ObserverCameraController observerCameraController)
          Returns a new view that edits observer camera values.
 DialogView SwingViewFactory.createPageSetupView(UserPreferences preferences, PageSetupController pageSetupController)
          Creates a new view that edits page setup.
 DialogView SwingViewFactory.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 SwingViewFactory.createPhotoView(Home home, UserPreferences preferences, PhotoController photoController)
          Returns a new view able to create photo realistic images of the given home.
 DialogView SwingViewFactory.createPrintPreviewView(Home home, UserPreferences preferences, HomeController homeController, PrintPreviewController printPreviewController)
          Returns a new view that displays home print preview.
 DialogView SwingViewFactory.createRoomView(UserPreferences preferences, RoomController roomController)
          Returns a new view that edits room values.
 DialogView SwingViewFactory.createUserPreferencesView(UserPreferences preferences, UserPreferencesController userPreferencesController)
          Returns a new view that edits user preferences.
 DialogView SwingViewFactory.createVideoView(Home home, UserPreferences preferences, VideoController videoController)
          Returns a new view able to create 3D videos of the given home.
 DialogView SwingViewFactory.createWallView(UserPreferences preferences, WallController wallController)
          Returns a new view that edits wall values.
 DialogView SwingViewFactory.createWizardView(UserPreferences preferences, WizardController wizardController)
          Returns a new view that displays a wizard.
 

Uses of DialogView in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return DialogView
 DialogView ViewFactoryAdapter.createCompassView(UserPreferences preferences, CompassController compassController)
           
 DialogView ViewFactory.createCompassView(UserPreferences preferences, CompassController compassController)
          Returns a new view that edits compass values.
 DialogView ViewFactoryAdapter.createHome3DAttributesView(UserPreferences preferences, Home3DAttributesController home3DAttributesController)
           
 DialogView ViewFactory.createHome3DAttributesView(UserPreferences preferences, Home3DAttributesController home3DAttributesController)
          Returns a new view that edits 3D attributes.
 DialogView ViewFactoryAdapter.createHomeFurnitureView(UserPreferences preferences, HomeFurnitureController homeFurnitureController)
           
 DialogView ViewFactory.createHomeFurnitureView(UserPreferences preferences, HomeFurnitureController homeFurnitureController)
          Returns a new view that edits furniture values.
 DialogView ViewFactoryAdapter.createLabelView(boolean modification, UserPreferences preferences, LabelController labelController)
           
 DialogView ViewFactory.createLabelView(boolean modification, UserPreferences preferences, LabelController labelController)
          Returns a new view that edits label values.
 DialogView ViewFactoryAdapter.createLevelView(UserPreferences preferences, LevelController levelController)
           
 DialogView ViewFactory.createLevelView(UserPreferences preferences, LevelController levelController)
          Returns a new view that edits level values.
 DialogView ViewFactoryAdapter.createObserverCameraView(UserPreferences preferences, ObserverCameraController home3dAttributesController)
           
 DialogView ViewFactory.createObserverCameraView(UserPreferences preferences, ObserverCameraController home3DAttributesController)
          Returns a new view that edits observer camera values.
 DialogView ViewFactoryAdapter.createPageSetupView(UserPreferences preferences, PageSetupController pageSetupController)
           
 DialogView ViewFactory.createPageSetupView(UserPreferences preferences, PageSetupController pageSetupController)
          Creates a new view that edits page setup.
 DialogView ViewFactoryAdapter.createPhotosView(Home home, UserPreferences preferences, PhotosController photosController)
           
 DialogView ViewFactory.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 ViewFactoryAdapter.createPhotoView(Home home, UserPreferences preferences, PhotoController photoController)
           
 DialogView ViewFactory.createPhotoView(Home home, UserPreferences preferences, PhotoController photoController)
          Returns a new view able to compute a photo realistic image of a home.
 DialogView ViewFactoryAdapter.createPrintPreviewView(Home home, UserPreferences preferences, HomeController homeController, PrintPreviewController printPreviewController)
           
 DialogView ViewFactory.createPrintPreviewView(Home home, UserPreferences preferences, HomeController homeController, PrintPreviewController printPreviewController)
          Returns a new view that displays home print preview.
 DialogView ViewFactoryAdapter.createRoomView(UserPreferences preferences, RoomController roomController)
           
 DialogView ViewFactory.createRoomView(UserPreferences preferences, RoomController roomController)
          Returns a new view that edits room values.
 DialogView ViewFactoryAdapter.createUserPreferencesView(UserPreferences preferences, UserPreferencesController userPreferencesController)
           
 DialogView ViewFactory.createUserPreferencesView(UserPreferences preferences, UserPreferencesController userPreferencesController)
          Returns a new view that edits user preferences.
 DialogView ViewFactoryAdapter.createVideoView(Home home, UserPreferences preferences, VideoController videoController)
           
 DialogView ViewFactory.createVideoView(Home home, UserPreferences preferences, VideoController videoController)
          Returns a new view able to compute a 3D video of a home.
 DialogView ViewFactoryAdapter.createWallView(UserPreferences preferences, WallController wallController)
           
 DialogView ViewFactory.createWallView(UserPreferences preferences, WallController wallController)
          Returns a new view that edits wall values.
 DialogView ViewFactoryAdapter.createWizardView(UserPreferences preferences, WizardController wizardController)
           
 DialogView ViewFactory.createWizardView(UserPreferences preferences, WizardController wizardController)
          Returns a new view that displays a wizard.
 DialogView WizardController.getView()
          Returns the view associated with this controller.
 DialogView WallController.getView()
          Returns the view associated with this controller.
 DialogView VideoController.getView()
          Returns the view associated with this controller.
 DialogView UserPreferencesController.getView()
          Returns the view associated with this controller.
 DialogView RoomController.getView()
          Returns the view associated with this controller.
 DialogView PrintPreviewController.getView()
          Returns the view associated with this controller.
 DialogView PhotosController.getView()
          Returns the view associated with this controller.
 DialogView PhotoController.getView()
          Returns the view associated with this controller.
 DialogView PageSetupController.getView()
          Returns the view associated with this controller.
 DialogView ObserverCameraController.getView()
          Returns the view associated with this controller.
 DialogView LevelController.getView()
          Returns the view associated with this controller.
 DialogView LabelController.getView()
          Returns the view associated with this controller.
 DialogView HomeFurnitureController.getView()
          Returns the view associated with this controller.
 DialogView Home3DAttributesController.getView()
          Returns the view associated with this controller.
 DialogView CompassController.getView()
          Returns the view associated with this controller.
 


Sweet Home 3D 4.0

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