public class GoExitDialog<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends java.lang.Object
Constructor and Description |
---|
GoExitDialog(@NotNull java.awt.Component parent,
@NotNull MapView<G,A,R> mapView,
@NotNull GameObjectMatcher exitGameObjectMatcher,
@NotNull EnterMap<G,A,R> enterMap,
@NotNull FaceObjectProviders faceObjectProviders)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
goExitApply()
Action method for apply.
|
void |
goExitCancel()
Action method for cancel.
|
void |
goExitScrollBottom()
Action method for scroll bottom.
|
void |
goExitScrollDown()
Action method for scroll down.
|
void |
goExitScrollPageDown()
Action method for scroll page down.
|
void |
goExitScrollPageUp()
Action method for scroll page up.
|
void |
goExitScrollTop()
Action method for scroll top.
|
void |
goExitScrollUp()
Action method for scroll up.
|
void |
goExitSelectDown()
Action method for select down.
|
void |
goExitSelectUp()
Action method for select up.
|
void |
showDialog()
Opens the dialog.
|
public GoExitDialog(@NotNull @NotNull java.awt.Component parent, @NotNull @NotNull MapView<G,A,R> mapView, @NotNull @NotNull GameObjectMatcher exitGameObjectMatcher, @NotNull @NotNull EnterMap<G,A,R> enterMap, @NotNull @NotNull FaceObjectProviders faceObjectProviders)
parent
- the parent component for this dialogmapView
- the map view for this dialogexitGameObjectMatcher
- the game object matcher for selecting exitsenterMap
- the enter map instance to usefaceObjectProviders
- the face object providers for looking up
facespublic void showDialog()
@ActionMethod public void goExitApply()
@ActionMethod public void goExitCancel()
@ActionMethod public void goExitScrollUp()
@ActionMethod public void goExitScrollDown()
@ActionMethod public void goExitScrollPageUp()
@ActionMethod public void goExitScrollPageDown()
@ActionMethod public void goExitScrollTop()
@ActionMethod public void goExitScrollBottom()
@ActionMethod public void goExitSelectUp()
@ActionMethod public void goExitSelectDown()