|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pref | |
---|---|
com.sun.electric.database.text | Package for handling text. |
com.sun.electric.tool.simulation | Package for handling the simulation tool. |
Uses of Pref in com.sun.electric.database.text |
---|
Methods in com.sun.electric.database.text that return Pref | |
---|---|
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. |
Methods in com.sun.electric.database.text that return types with arguments of type Pref | |
---|---|
java.util.Collection<Pref> |
Pref.Group.getPrefs()
|
Methods in com.sun.electric.database.text with parameters of type Pref | |
---|---|
int |
TextUtils.PrefsByName.compare(Pref p1,
Pref p2)
Method to sort Preferences by their name. |
Uses of Pref in com.sun.electric.tool.simulation |
---|
Fields in com.sun.electric.tool.simulation declared as Pref | |
---|---|
static Pref |
Simulation.cacheParasiticsBackAnnotateLayout
|
static Pref |
Simulation.cacheParasiticsExtractPowerGround
|
static Pref |
Simulation.cacheParasiticsExtractsC
|
static Pref |
Simulation.cacheParasiticsExtractsR
|
static Pref |
Simulation.cacheParasiticsIgnoreExemptedNets
|
static Pref |
Simulation.cacheParasiticsUseExemptedNetsFile
|
static Pref |
Simulation.cacheParasiticsUseVerboseNaming
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |