Home
last modified time | relevance | path

Searched refs:ignoredActionTipEntry (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/applet/
H A DAppletUserPreferences.java428 Entry<String, Boolean> ignoredActionTipEntry = it.next(); in write() local
429 if (ignoredActionTipEntry.getValue()) { in write()
430 properties.setProperty(IGNORED_ACTION_TIP + i++, ignoredActionTipEntry.getKey()); in write()
545 Entry<String, Boolean> ignoredActionTipEntry = it.next(); in resetIgnoredActionTips() local
546 ignoredActionTipEntry.setValue(false); in resetIgnoredActionTips()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DFileUserPreferences.java1018 Entry<String, Boolean> ignoredActionTipEntry = it.next(); in write() local
1019 if (ignoredActionTipEntry.getValue()) { in write()
1020 preferences.put(IGNORED_ACTION_TIP + i++, ignoredActionTipEntry.getKey()); in write()
1500 Entry<String, Boolean> ignoredActionTipEntry = it.next(); in resetIgnoredActionTips() local
1501 ignoredActionTipEntry.setValue(false); in resetIgnoredActionTips()