|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.gui.teamware.InputOutputAnnotationSetsDialog
public class InputOutputAnnotationSetsDialog
Dialog box to edit the lists of input and output annotation set names for the "export to teamware" option.
| Nested Class Summary | |
|---|---|
(package private) class |
InputOutputAnnotationSetsDialog.AnnotationSetsList
Panel representing the list of annotation set names for either input or output. |
protected static class |
InputOutputAnnotationSetsDialog.NaturalComparator
A comparator for strings that uses their natural order, treating null as less than anything non-null. |
| Field Summary | |
|---|---|
private Controller |
controller
The controller being exported. |
private InputOutputAnnotationSetsDialog.AnnotationSetsList |
inputList
Editor component for the input annotation set names. |
private Set<String> |
inputSetNames
|
private static Comparator<String> |
NATURAL_COMPARATOR
|
private InputOutputAnnotationSetsDialog.AnnotationSetsList |
outputList
Editor component for the output annotation set names. |
private Set<String> |
outputSetNames
|
private JPanel |
panel
|
| Constructor Summary | |
|---|---|
InputOutputAnnotationSetsDialog(Controller controller)
|
|
| Method Summary | |
|---|---|
protected void |
initGuiComponents()
Set up the GUI. |
boolean |
showDialog(Component parent)
Show the dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Controller controller
private JPanel panel
private InputOutputAnnotationSetsDialog.AnnotationSetsList inputList
private Set<String> inputSetNames
private InputOutputAnnotationSetsDialog.AnnotationSetsList outputList
private Set<String> outputSetNames
private static final Comparator<String> NATURAL_COMPARATOR
| Constructor Detail |
|---|
public InputOutputAnnotationSetsDialog(Controller controller)
| Method Detail |
|---|
protected void initGuiComponents()
public boolean showDialog(Component parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||