|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Setting.Group | |
---|---|
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. |
Uses of Setting.Group in com.sun.electric.database.text |
---|
Subclasses of Setting.Group in com.sun.electric.database.text | |
---|---|
static class |
Setting.RootGroup
This class manages a tree of Settings. |
Methods in com.sun.electric.database.text that return Setting.Group | |
---|---|
Setting.Group |
Setting.Group.node(java.lang.String nodeName)
Returns subnode with specified node name |
Constructors in com.sun.electric.database.text with parameters of type Setting.Group | |
---|---|
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 |
Uses of Setting.Group in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology that return Setting.Group | |
---|---|
Setting.Group |
Technology.getProjectSettings()
|
Uses of Setting.Group in com.sun.electric.tool |
---|
Methods in com.sun.electric.tool that return Setting.Group | |
---|---|
Setting.Group |
Tool.getProjectSettings()
|
static Setting.Group |
ToolSettings.getToolSettings(java.lang.String groupName)
Returns project preference Group of a tool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |