public class BrowseArchetypesDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends java.lang.Object implements DialogManager
| Constructor and Description |
|---|
BrowseArchetypesDialogManager(@NotNull java.awt.Component parent,
@NotNull ArchetypeChooserControl<G,A,R> archetypeChooserControl,
@NotNull ObjectChooser<G,A,R> objectChooser,
@NotNull ArchetypeSet<G,A,R> archetypeSet,
@NotNull javax.swing.ImageIcon closingIcon)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
showDialog()
Displays the dialog.
|
public BrowseArchetypesDialogManager(@NotNull
@NotNull java.awt.Component parent,
@NotNull
@NotNull ArchetypeChooserControl<G,A,R> archetypeChooserControl,
@NotNull
@NotNull ObjectChooser<G,A,R> objectChooser,
@NotNull
@NotNull ArchetypeSet<G,A,R> archetypeSet,
@NotNull
@NotNull javax.swing.ImageIcon closingIcon)
parent - the parent component for the dialogarchetypeChooserControl - the archetype chooser control to searchobjectChooser - the object chooser to use when selecting search
resultsarchetypeSet - the archetype set for looking up archetypesclosingIcon - the icon to display in the closing buttons of the
archetype browserpublic void showDialog()
DialogManagershowDialog in interface DialogManager