com.sun.electric.tool.io.input
Class Input.InputPreferences

java.lang.Object
  extended by com.sun.electric.tool.io.input.Input.InputPreferences
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Applicon860.Applicon860Preferences, CIF.CIFPreferences, DEF.DEFPreferences, DXF.DXFPreferences, EDIF.EDIFPreferences, GDS.GDSPreferences, IOTool.DaisPreferences, LEF.LEFPreferences, Spice.SpicePreferences, Sue.SuePreferences, VerilogReader.VerilogPreferences
Enclosing class:
Input

public abstract static class Input.InputPreferences
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected Input.InputPreferences(boolean factory)
           
 
Method Summary
abstract  Library doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 void initFromUserDefaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Input.InputPreferences

protected Input.InputPreferences(boolean factory)
Method Detail

initFromUserDefaults

public void initFromUserDefaults()

doInput

public abstract Library doInput(java.net.URL fileURL,
                                Library lib,
                                Technology tech,
                                java.util.Map<Library,Cell> currentCells,
                                Job job)