Package | Description |
---|---|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
Modifier and Type | Class and Description |
---|---|
static class |
Setting.RootGroup
This class manages a tree of Settings.
|
Modifier and Type | Method and Description |
---|---|
Setting.Group |
Setting.Group.node(java.lang.String nodeName)
Returns subnode with specified node name
|
Constructor and Description |
---|
Setting(java.lang.String prefName,
java.lang.String prefGroup,
Setting.Group xmlGroup,
java.lang.String xmlName,
java.lang.String location,
java.lang.String description,
java.lang.Object factoryObj,
java.lang.String... trueMeaning)
Creates a new instance of Setting
|
Modifier and Type | Method and Description |
---|---|
Setting.Group |
Technology.getProjectSettings() |
Modifier and Type | Method and Description |
---|---|
Setting.Group |
Tool.getProjectSettings() |
static Setting.Group |
ToolSettings.getToolSettings(java.lang.String groupName)
Returns project preference Group of a tool.
|