|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.user.tecEdit.LibToTech
public class LibToTech
This class creates technologies from technology libraries.
Constructor Summary | |
---|---|
LibToTech()
|
Method Summary | |
---|---|
Technology |
makeTech(java.lang.String newName,
java.lang.String fileName,
TechConversionResult error)
Method to convert the current Library to a Technology. |
static void |
makeTechFromLib()
Method to convert the current library to a technology in a new job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LibToTech()
Method Detail |
---|
public static void makeTechFromLib()
public Technology makeTech(java.lang.String newName, java.lang.String fileName, TechConversionResult error)
newName
- the name of the Technology to create.fileName
- the name of the XML file to write (null to skip XML output).error
- the structure for storing error status.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |