|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pref | |
---|---|
com.sun.electric.database.text | Package for handling text. |
com.sun.electric.plugins.j3d.utils | |
com.sun.electric.technology | Package for handling technology information. |
com.sun.electric.tool.simulation | Package for handling the simulation tool. |
com.sun.electric.tool.user | Package for handling the user-interface tool. |
com.sun.electric.tool.user.dialogs |
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.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.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.makeStringPref(java.lang.String name,
java.util.prefs.Preferences prefs,
java.lang.String factory)
|
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.plugins.j3d.utils |
---|
Methods in com.sun.electric.plugins.j3d.utils that return Pref | |
---|---|
static Pref |
J3DUtils.get3DColorAmbientLightPref()
|
static Pref |
J3DUtils.get3DColorDirectionalLightPref()
|
static Pref |
J3DUtils.get3DColorHighlightedPref()
|
static Pref |
J3DUtils.get3DColorInstanceCellPref()
|
Uses of Pref in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology that return Pref | |
---|---|
Pref |
Layer.getBooleanPref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
boolean factory)
Method to get a boolean preference for this Layer and a specific purpose. |
Pref |
Layer.getDoublePref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
double factory)
Method to get a double-precision preference for this Layer and a specific purpose. |
Pref |
Layer.getIntegerPref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
int factory)
Method to get an integer preference for this Layer and a specific purpose. |
Pref |
Layer.getStringPref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
java.lang.String factory)
Method to get a string preference for this Layer and a specific purpose. |
Method parameters in com.sun.electric.technology with type arguments of type Pref | |
---|---|
Pref |
Layer.getBooleanPref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
boolean factory)
Method to get a boolean preference for this Layer and a specific purpose. |
Pref |
Layer.getDoublePref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
double factory)
Method to get a double-precision preference for this Layer and a specific purpose. |
Pref |
Layer.getIntegerPref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
int factory)
Method to get an integer preference for this Layer and a specific purpose. |
Pref |
Layer.getStringPref(java.lang.String what,
java.util.HashMap<Layer,Pref> map,
java.lang.String factory)
Method to get a string preference for this Layer and a specific purpose. |
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
|
Uses of Pref in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user that return Pref | |
---|---|
static Pref |
User.getColorPref(User.ColorPrefType pref)
|
Uses of Pref in com.sun.electric.tool.user.dialogs |
---|
Fields in com.sun.electric.tool.user.dialogs declared as Pref | |
---|---|
Pref |
ColorPatternPanel.Info.theColor
|
Constructors in com.sun.electric.tool.user.dialogs with parameters of type Pref | |
---|---|
ColorPatternPanel.Info(Pref colorPref)
Constructor for class to load a pure color. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |