Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DDefaults.java94 private boolean showListsValue; field in Defaults
136 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()