public class NccMsgsFrame
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.awt.Container |
frame
current frame of NCC GUI
|
Constructor and Description |
---|
NccMsgsFrame() |
Modifier and Type | Method and Description |
---|---|
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
|
public static java.awt.Container getCurrentFrame()
public void setMismatches(java.util.List<NccGuiInfo> misms, NccOptions options)
misms
- list of mismatchesoptions
- NCC optionspublic void display()