Searched refs:showListsValue (Results 1 – 1 of 1) sorted by relevance
94 private boolean showListsValue; field in Defaults136 showListsValue = true; in Defaults()154 showListsValue = old.showListsValue; in Defaults()164 showListsValue = old.showListsValue; in restoreValues()291 showListsValue = showLists.getState(); in setShowLists()324 return showListsValue; in getShowLists()367 outFile.println((new Boolean(showListsValue)).toString()); in saveToFile()391 showListsValue = true; in readFromFile()393 showListsValue = (new Boolean(s)).booleanValue(); in readFromFile()436 showLists.setState(showListsValue); in updateGuiComponents()