Uses of Class
com.sun.electric.database.text.PrefPackage.BooleanPref

Packages that use PrefPackage.BooleanPref
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
com.sun.electric.tool.erc Package for handling the Electrical-rules checking tools. 
 

Uses of PrefPackage.BooleanPref in com.sun.electric.tool.drc
 

Fields in com.sun.electric.tool.drc with annotations of type PrefPackage.BooleanPref
 boolean DRC.DRCPreferences.ignoreAreaCheck
          Whether DRC should ignore minimum/enclosed area checking.
 boolean DRC.DRCPreferences.ignoreCenterCuts
          Whether DRC should ignore center cuts in large contacts.
 boolean DRC.DRCPreferences.ignoreExtensionRuleChecking
          Whether DRC should should check extension rules.
 boolean DRC.DRCPreferences.incrementalDRC
          Whether DRC should DRC should be done incrementally.
 boolean DRC.DRCPreferences.interactiveDRCDrag
          Whether DRC violations should be shown while nodes and arcs are dragged.
 boolean DRC.DRCPreferences.interactiveLog
          Whether DRC loggers should be displayed in Explorer immediately.
 boolean DRC.DRCPreferences.isMultiThreaded
          Whether DRC should run in a single thread or multi-threaded.
 boolean DRC.DRCPreferences.storeDatesInMemory
          Whether DRC dates should be stored in memory or not.
 

Uses of PrefPackage.BooleanPref in com.sun.electric.tool.erc
 

Fields in com.sun.electric.tool.erc with annotations of type PrefPackage.BooleanPref
 boolean ERCWellCheck.WellCheckPreferences.drcCheck
          Whether ERC should check DRC Spacing condition.
 boolean ERCWellCheck.WellCheckPreferences.findWorstCaseWell
          Whether ERC should find the contact that is farthest from the well edge.
 boolean ERCWellCheck.WellCheckPreferences.mustConnectNWellToPower
          Whether ERC should check that all N-Well contacts connect to power.
 boolean ERCWellCheck.WellCheckPreferences.mustConnectPWellToGround
          Whether ERC should check that all P-Well contacts connect to ground.
 boolean ERCWellCheck.WellCheckPreferences.parallelWellAnalysis
          Whether ERC should do well analysis using multiple processors.