Package | Description |
---|---|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
Modifier and Type | Method and Description |
---|---|
static Pref.Group |
Pref.groupForPackage(java.lang.Class classFromPackage) |
static Pref.Group |
Pref.groupForPackage(java.lang.String relativePath) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Pref.Group> |
Pref.getAllGroups() |
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.
|
Constructor and Description |
---|
Pref(Pref.Group group,
java.lang.String name,
boolean serverAccessible,
java.lang.Object factoryObj)
The constructor for the Pref.
|
Modifier and Type | Field and Description |
---|---|
Pref.Group |
Tool.prefs
Preferences for this Tool
|