Searched refs:NAVIGATION_PANEL_VISIBLE (Results 1 – 6 of 6) sorted by relevance
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/applet/ |
H A D | AppletUserPreferences.java | 68 private static final String NAVIGATION_PANEL_VISIBLE = "navigationPanelVisible"; field in AppletUserPreferences 229 setNavigationPanelVisible(Boolean.parseBoolean(properties.getProperty(NAVIGATION_PANEL_VISIBLE, in AppletUserPreferences() 304 Property.NAVIGATION_PANEL_VISIBLE, in AppletUserPreferences() 397 … properties.setProperty(NAVIGATION_PANEL_VISIBLE, String.valueOf(isNavigationPanelVisible())); in write()
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/ |
H A D | UserPreferencesController.java | 41 …NAVIGATION_PANEL_VISIBLE, AERIAL_VIEW_CENTERED_ON_SELECTION_ENABLED, OBSERVER_CAMERA_SELECTED_AT_C… enumConstant 279 this.propertyChangeSupport.firePropertyChange(Property.NAVIGATION_PANEL_VISIBLE.name(), in setNavigationPanelVisible()
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/ |
H A D | UserPreferences.java | 57 … RECENT_HOMES, IGNORED_ACTION_TIP, FURNITURE_CATALOG_VIEWED_IN_TREE, NAVIGATION_PANEL_VISIBLE, enumConstant 638 this.propertyChangeSupport.firePropertyChange(Property.NAVIGATION_PANEL_VISIBLE.name(),
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/ |
H A D | FileUserPreferences.java | 95 private static final String NAVIGATION_PANEL_VISIBLE = "navigationPanelVisible"; field in FileUserPreferences 303 setNavigationPanelVisible(preferences.getBoolean(NAVIGATION_PANEL_VISIBLE, in FileUserPreferences() 958 preferences.putBoolean(NAVIGATION_PANEL_VISIBLE, isNavigationPanelVisible()); in write()
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/ |
H A D | UserPreferencesPanel.java | 361 if (controller.isPropertyEditable(UserPreferencesController.Property.NAVIGATION_PANEL_VISIBLE) in createComponents() 376 … controller.addPropertyChangeListener(UserPreferencesController.Property.NAVIGATION_PANEL_VISIBLE, in createComponents()
|
H A D | HomeComponent3D.java | 527 preferences.addPropertyChangeListener(UserPreferences.Property.NAVIGATION_PANEL_VISIBLE, in createComponent3D() 580 UserPreferences.Property.NAVIGATION_PANEL_VISIBLE, this); in propertyChange()
|