Package | Description |
---|---|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
Modifier and Type | Method and Description |
---|---|
static Pref |
Pref.makeBooleanPref(java.lang.String name,
Pref.Group group,
boolean factory)
Factory methods to create a boolean Pref objects.
|
static Pref |
Pref.makeBooleanServerPref(java.lang.String name,
Pref.Group group,
boolean factory)
Factory methods to create a boolean Pref objects.
|
static Pref |
Pref.makeDoublePref(java.lang.String name,
Pref.Group group,
double factory)
Factory methods to create a double Pref objects.
|
static Pref |
Pref.makeIntPref(java.lang.String name,
Pref.Group group,
int factory)
Factory methods to create an integer Pref objects.
|
static Pref |
Pref.makeIntServerPref(java.lang.String name,
Pref.Group group,
int factory)
Factory methods to create an integer Pref objects.
|
static Pref |
Pref.makeLongPref(java.lang.String name,
Pref.Group group,
long factory)
Factory methods to create a long Pref objects.
|
static Pref |
Pref.makeStringPref(java.lang.String name,
Pref.Group group,
java.lang.String factory)
Factory methods to create a string Pref objects.
|
static Pref |
Pref.makeStringServerPref(java.lang.String name,
Pref.Group group,
java.lang.String factory)
Factory methods to create a string Pref objects.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Pref> |
Pref.Group.getPrefs() |
Modifier and Type | Method and Description |
---|---|
int |
TextUtils.PrefsByName.compare(Pref p1,
Pref p2)
Method to sort Preferences by their name.
|
Modifier and Type | Field and Description |
---|---|
static Pref |
SimulationTool.cacheParasiticsBackAnnotateLayout |
static Pref |
SimulationTool.cacheParasiticsExtractPowerGround |
static Pref |
SimulationTool.cacheParasiticsExtractsC |
static Pref |
SimulationTool.cacheParasiticsExtractsR |
static Pref |
SimulationTool.cacheParasiticsIgnoreExemptedNets |
static Pref |
SimulationTool.cacheParasiticsUseExemptedNetsFile |
static Pref |
SimulationTool.cacheParasiticsUseVerboseNaming |
Modifier and Type | Field and Description |
---|---|
static Pref |
User.cacheWindowLoc |
static Pref |
User.prefScriptList |
static Pref |
User.prefSortLexically |
static Pref |
User.savedConfigurations |
static Pref |
User.toolbarFilesPref |
static Pref |
User.toolbarOrderPref |