|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.user.ncc.NccMsgsFrame
public class NccMsgsFrame
This is the top-level class of NCC GUI. Call display() to display the frame.
| Field Summary | |
|---|---|
protected static java.awt.Container |
frame
current frame of NCC GUI |
| Constructor Summary | |
|---|---|
NccMsgsFrame()
|
|
| Method Summary | |
|---|---|
void |
display()
Display NCC window. |
static java.awt.Container |
getCurrentFrame()
Method returns the current Frame of NCC GUI. |
void |
setMismatches(java.util.List<NccGuiInfo> misms,
NccOptions options)
Method to update the list of mismatched NCC comparisons |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.awt.Container frame
| Constructor Detail |
|---|
public NccMsgsFrame()
| Method Detail |
|---|
public static java.awt.Container getCurrentFrame()
public void setMismatches(java.util.List<NccGuiInfo> misms,
NccOptions options)
misms - list of mismatchesoptions - NCC optionspublic void display()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||