|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.frida.gui.AddMaskDialog
final class AddMaskDialog
A dialog that prompts the user for a mask name and a mask type (color, lasso, or meta).
Nested Class Summary | |
---|---|
(package private) static class |
AddMaskDialog.BasicMaskInfo
Represents 2 major components of a mask: its name and its type. |
Method Summary | |
---|---|
static AddMaskDialog.BasicMaskInfo |
showAddDialog(java.awt.Component parentComponent,
DefinedMasksGui definedMasksGui)
Displays a dialog that lets users add a NEW mask. |
static AddMaskDialog.BasicMaskInfo |
showEditDialog(java.awt.Component parentComponent,
DefinedMasksGui definedMasksGui,
Mask existingMask)
Displays a dialog that lets the user change only the mask-name (not the mask-type) of an EXISTING mask. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AddMaskDialog.BasicMaskInfo showAddDialog(java.awt.Component parentComponent, DefinedMasksGui definedMasksGui)
public static AddMaskDialog.BasicMaskInfo showEditDialog(java.awt.Component parentComponent, DefinedMasksGui definedMasksGui, Mask existingMask)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |