public class BrowseArchetypesDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends AbstractDialogManager
Constructor and Description |
---|
BrowseArchetypesDialogManager(java.awt.Component parent,
ArchetypeChooserControl<G,A,R> archetypeChooserControl,
ObjectChooser<G,A,R> objectChooser,
ArchetypeSet<G,A,R> archetypeSet,
javax.swing.ImageIcon closingIcon)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
showDialog()
Displays the dialog.
|
public 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)
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()
showDialog
in class AbstractDialogManager