public abstract static class Input.InputPreferences
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
disablePopups |
Modifier | Constructor and Description |
---|---|
protected |
Input.InputPreferences(boolean factory) |
Modifier and Type | Method and Description |
---|---|
abstract Library |
doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
void |
setSkeleton(boolean sk) |
public void setSkeleton(boolean sk)
public abstract Library doInput(java.net.URL fileURL, Library lib, Technology tech, EditingPreferences ep, java.util.Map<Library,Cell> currentCells, java.util.Map<CellId,java.util.BitSet> nodesToExpand, Job job)