|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.user.ncc.ExportConflict
public abstract class ExportConflict
This class is an abstract container for an Export Conflict. It holds Cell and Context of the conflict, and conflicting name
Nested Class Summary | |
---|---|
static class |
ExportConflict.CharactConflict
This class is a container for an Export/Global Characteristics conflict. |
static class |
ExportConflict.NetworkConflict
This class is a container for an Export/Global Network Conflict. |
Field Summary | |
---|---|
protected Cell |
cell
Conflict Context |
protected VarContext |
context
Conflict Cell |
protected java.lang.String |
name
Conflicting name |
Constructor Summary | |
---|---|
ExportConflict(Cell cel,
VarContext con,
java.lang.String nm)
|
Method Summary | |
---|---|
Cell |
getCell()
|
VarContext |
getContext()
|
protected abstract java.lang.String |
getDescription(int col)
Get text which should be printed as a hyperlink to conflicting Networks/Exports |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Cell cell
protected VarContext context
protected java.lang.String name
Constructor Detail |
---|
public ExportConflict(Cell cel, VarContext con, java.lang.String nm)
Method Detail |
---|
public Cell getCell()
public VarContext getContext()
public java.lang.String getName()
protected abstract java.lang.String getDescription(int col)
col
- table column
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |