|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EDatabase | |
---|---|
com.sun.electric | Package for all of Electric. |
com.sun.electric.database | Package for the Electric database. |
com.sun.electric.database.hierarchy | Package for hierarchy (cell instances inside of cells). |
com.sun.electric.database.id | Package for Ids in the Electric database. |
com.sun.electric.database.network | Package for handling network control in Electric. |
com.sun.electric.database.topology | Package for connected Nodes and Arcs. |
com.sun.electric.database.variable | Package for handling variables. |
com.sun.electric.technology | Package for handling technology information. |
com.sun.electric.tool | Package for all synthesis and analysis tools. |
com.sun.electric.tool.io.output | |
com.sun.electric.tool.user | Package for handling the user-interface tool. |
com.sun.electric.tool.user.projectSettings | |
com.sun.electric.tool.user.redisplay |
Uses of EDatabase in com.sun.electric |
---|
Methods in com.sun.electric that return EDatabase | |
---|---|
EDatabase |
Main.UserInterfaceDummy.getDatabase()
|
Uses of EDatabase in com.sun.electric.database |
---|
Methods in com.sun.electric.database that return EDatabase | |
---|---|
EDatabase |
EObjectOutputStream.getDatabase()
|
EDatabase |
EObjectInputStream.getDatabase()
|
Constructors in com.sun.electric.database with parameters of type EDatabase | |
---|---|
EObjectInputStream(java.io.InputStream in,
EDatabase database)
Creates a new instance of EObjectInputStream |
|
EObjectOutputStream(java.io.OutputStream out,
EDatabase database)
|
Uses of EDatabase in com.sun.electric.database.hierarchy |
---|
Methods in com.sun.electric.database.hierarchy that return EDatabase | |
---|---|
static EDatabase |
EDatabase.clientDatabase()
|
static EDatabase |
EDatabase.currentDatabase()
|
EDatabase |
Library.getDatabase()
Returns database to which this Library belongs. |
EDatabase |
Cell.getDatabase()
Returns database to which this Cell belongs. |
EDatabase |
Cell.CellGroup.getDatabase()
|
EDatabase |
Export.getDatabase()
Returns database to which this Export belongs. |
static EDatabase |
EDatabase.serverDatabase()
|
Methods in com.sun.electric.database.hierarchy with parameters of type EDatabase | |
---|---|
static void |
EDatabase.setClientDatabase(EDatabase database)
|
static void |
EDatabase.setServerDatabase(EDatabase database)
|
Uses of EDatabase in com.sun.electric.database.id |
---|
Methods in com.sun.electric.database.id with parameters of type EDatabase | |
---|---|
Cell |
CellUsage.getParent(EDatabase database)
Method to return the Cell that contains this Geometric object. |
Cell |
CellUsage.getProto(EDatabase database)
Method to return the prototype of this NodeUsage. |
Export |
ExportId.inDatabase(EDatabase database)
Method to return the Export representing ExportId in the specified EDatabase. |
Technology |
TechId.inDatabase(EDatabase database)
Method to return the Technology representing TechId in the specified EDatabase. |
ArcProto |
ArcProtoId.inDatabase(EDatabase database)
Method to return the ArcProto representing ArcProtoId in the specified EDatabase. |
Layer |
LayerId.inDatabase(EDatabase database)
Method to return the Layer representing LayerId in the specified EDatabase. |
abstract PortProto |
PortProtoId.inDatabase(EDatabase database)
Method to return the PortProto representing PortProtoId in the specified EDatabase. |
Cell |
CellId.inDatabase(EDatabase database)
Method to return the Cell representing CellId in the specified EDatabase. |
PrimitiveNode |
PrimitiveNodeId.inDatabase(EDatabase database)
Method to return the NodeProto representing NodeProtoId in the specified EDatabase. |
NodeProto |
NodeProtoId.inDatabase(EDatabase database)
Method to return the NodeProto representing NodeProtoId in the specified EDatabase. |
PrimitivePort |
PrimitivePortId.inDatabase(EDatabase database)
Method to return the PortProto representing PortProtoId in the specified EDatabase. |
Library |
LibId.inDatabase(EDatabase database)
Method to return the Library representing LibId in the specified EDatabase. |
Uses of EDatabase in com.sun.electric.database.network |
---|
Constructors in com.sun.electric.database.network with parameters of type EDatabase | |
---|---|
NetworkManager(EDatabase database)
Creates a new instance of NetworkManager |
Uses of EDatabase in com.sun.electric.database.topology |
---|
Methods in com.sun.electric.database.topology that return EDatabase | |
---|---|
EDatabase |
Geometric.getDatabase()
Returns database to which this Geometric belongs. |
EDatabase |
PortInst.getDatabase()
Returns database to which this PortInst belongs. |
Uses of EDatabase in com.sun.electric.database.variable |
---|
Methods in com.sun.electric.database.variable that return EDatabase | |
---|---|
abstract EDatabase |
ElectricObject.getDatabase()
Returns database to which this ElectricObject belongs. |
EDatabase |
UserInterface.getDatabase()
Method to return the current database object. |
Uses of EDatabase in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology with parameters of type EDatabase | |
---|---|
static void |
Technology.initAllTechnologies(EDatabase database,
java.util.Map<java.lang.String,java.lang.Object> paramValuesByXmlPath,
java.lang.String softTechnologies)
This is called once, at the start of Electric, to initialize the technologies. |
Uses of EDatabase in com.sun.electric.tool |
---|
Methods in com.sun.electric.tool that return EDatabase | |
---|---|
EDatabase |
UserInterfaceExec.getDatabase()
Method to return the current database object. |
EDatabase |
Job.getDatabase()
|
EDatabase |
AbstractUserInterface.getDatabase()
|
Uses of EDatabase in com.sun.electric.tool.io.output |
---|
Methods in com.sun.electric.tool.io.output with parameters of type EDatabase | |
---|---|
java.util.Map<Cell,java.lang.String> |
CellModelPrefs.getUnfilteredFileNames(EDatabase database)
|
Uses of EDatabase in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user that return EDatabase | |
---|---|
EDatabase |
UserInterfaceMain.getDatabase()
|
Methods in com.sun.electric.tool.user with parameters of type EDatabase | |
---|---|
void |
ErrorHighlight.addToHighlighter(Highlighter h,
EDatabase database)
|
Cell |
ErrorHighlight.getCell(EDatabase database)
|
boolean |
ErrorLogger.MessageLog.isValid(EDatabase database)
Returns true if this error log is still valid (In a linked Cell, and all highlights are still valid) |
Uses of EDatabase in com.sun.electric.tool.user.projectSettings |
---|
Methods in com.sun.electric.tool.user.projectSettings with parameters of type EDatabase | |
---|---|
static void |
ProjSettings.readSettings(java.io.File file,
EDatabase database,
boolean allowOverride)
Read project preferences and apply them |
Uses of EDatabase in com.sun.electric.tool.user.redisplay |
---|
Fields in com.sun.electric.tool.user.redisplay declared as EDatabase | |
---|---|
EDatabase |
VectorCache.database
database to work. |
Constructors in com.sun.electric.tool.user.redisplay with parameters of type EDatabase | |
---|---|
VectorCache(EDatabase database)
Creates a new instance of VectorCache |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |