public class FindArchetypesDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends java.lang.Object
| Constructor and Description |
|---|
FindArchetypesDialog(@NotNull java.awt.Component parent,
@NotNull ArchetypeChooserControl<G,A,R> archetypeChooserControl,
@NotNull ObjectChooser<G,A,R> objectChooser,
@NotNull ArchetypeTypeSet archetypeTypeSet)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
findArchetypesClose()
Action method for "close" button.
|
void |
findArchetypesFindArchetype()
Action method to search for the archetype, ignoring
MINIMUM_AUTO_SEARCH_LENGTH. |
void |
findArchetypesScrollDown()
Action method to scroll down one line in the result table.
|
void |
findArchetypesScrollUp()
Action method to scroll up one line in the result table.
|
void |
findArchetypesSearch()
Action method for "search" button.
|
void |
show()
Shows the dialog.
|
public FindArchetypesDialog(@NotNull
@NotNull java.awt.Component parent,
@NotNull
@NotNull ArchetypeChooserControl<G,A,R> archetypeChooserControl,
@NotNull
@NotNull ObjectChooser<G,A,R> objectChooser,
@NotNull
@NotNull ArchetypeTypeSet archetypeTypeSet)
parent - the parent componentarchetypeChooserControl - the archetype chooser control to to
searchobjectChooser - the insertion object chooser to use when selecting
search resultsarchetypeTypeSet - the instance for looking up archetype typespublic void show()
@ActionMethod public void findArchetypesSearch()
@ActionMethod public void findArchetypesClose()
@ActionMethod public void findArchetypesScrollUp()
@ActionMethod public void findArchetypesScrollDown()
@ActionMethod public void findArchetypesFindArchetype()
MINIMUM_AUTO_SEARCH_LENGTH.