com.sun.electric.technology
Class Technology.TechSetting

java.lang.Object
  extended by com.sun.electric.database.text.Setting
      extended by com.sun.electric.technology.Technology.TechSetting
Enclosing class:
Technology

public static class Technology.TechSetting
extends Setting

Class to extend prefs so that changes to MOSIS CMOS options will update the display.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.database.text.Setting
Setting.SettingChangeBatch
 
Field Summary
 
Fields inherited from class com.sun.electric.database.text.Setting
SETTINGS_BY_PREF_NAME
 
Method Summary
protected  void setSideEffect()
          Method called when this Pref is changed.
 
Methods inherited from class com.sun.electric.database.text.Setting
finishSettingReconcilation, getBoolean, getDescription, getDouble, getDoubleFactoryValue, getFactoryValue, getInt, getLocation, getLong, getPrefName, getSetting, getSettingByPrefPath, getSettings, getString, getTrueMeaning, getValue, getXmlPath, implementSettingChanges, isValidOption, makeBooleanSetting, makeDoubleSetting, makeIntSetting, makeLongSetting, makeStringSetting, reconcileSettings, resetContext, restoreContext, set, setTrueMeaning, setValidOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSideEffect

protected void setSideEffect()
Description copied from class: Setting
Method called when this Pref is changed. This method is overridden in subclasses that want notification.

Overrides:
setSideEffect in class Setting