public class ReplaceDialogManager<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends java.lang.Object
Constructor and Description |
---|
ReplaceDialogManager(@NotNull java.awt.Component parent,
@NotNull CopyBuffer<G,A,R> copyBuffer,
@NotNull ObjectChooser<G,A,R> objectChooser,
@NotNull MapViewManager<G,A,R> mapViewManager,
@NotNull FaceObjectProviders faceObjectProviders,
@NotNull InsertionModeSet<G,A,R> insertionModeSet)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
showDialog(@NotNull MapView<G,A,R> mapView)
Displays the replace dialog.
|
public ReplaceDialogManager(@NotNull @NotNull java.awt.Component parent, @NotNull @NotNull CopyBuffer<G,A,R> copyBuffer, @NotNull @NotNull ObjectChooser<G,A,R> objectChooser, @NotNull @NotNull MapViewManager<G,A,R> mapViewManager, @NotNull @NotNull FaceObjectProviders faceObjectProviders, @NotNull @NotNull InsertionModeSet<G,A,R> insertionModeSet)
parent
- the parent component for dialogscopyBuffer
- the copy buffer'sobjectChooser
- the object chooser to usemapViewManager
- the map view manager to usefaceObjectProviders
- the face object providers for looking up
facesinsertionModeSet
- the insertion mode set to use