Sweet Home 3D 3.4

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


Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License