![]() |
Gridarta Editor
|
The listener attached to map views. More...
Public Member Functions | |
void | internalFrameActivated (@NotNull final InternalFrameEvent e) |
void | internalFrameClosed (@NotNull final InternalFrameEvent e) |
void | internalFrameClosing (@NotNull final InternalFrameEvent e) |
void | internalFrameDeactivated (@NotNull final InternalFrameEvent e) |
void | internalFrameDeiconified (@NotNull final InternalFrameEvent e) |
void | internalFrameIconified (@NotNull final InternalFrameEvent e) |
void | internalFrameOpened (@NotNull final InternalFrameEvent e) |
Private Member Functions | |
MapViewFrameListener (@NotNull final MapView< G, A, R > mapView) | |
Creates a new instance. More... | |
Private Attributes | |
final MapView< G, A, R > | mapView |
The associated MapView. More... | |
The listener attached to map views.
Definition at line 473 of file MapDesktop.java.
|
private |
Creates a new instance.
mapView | the associated map view |
Definition at line 485 of file MapDesktop.java.
void net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameActivated | ( | @NotNull final InternalFrameEvent | e | ) |
Definition at line 490 of file MapDesktop.java.
void net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameClosed | ( | @NotNull final InternalFrameEvent | e | ) |
Definition at line 495 of file MapDesktop.java.
void net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameClosing | ( | @NotNull final InternalFrameEvent | e | ) |
Definition at line 500 of file MapDesktop.java.
References net.sf.gridarta.gui.map.mapview.MapViewsManager< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.closeMapView(), net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.mapView, and net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapViewsManager.
void net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameDeactivated | ( | @NotNull final InternalFrameEvent | e | ) |
Definition at line 505 of file MapDesktop.java.
void net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameDeiconified | ( | @NotNull final InternalFrameEvent | e | ) |
Definition at line 510 of file MapDesktop.java.
References net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.mapView, and net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapViewFocusGainedNotify().
void net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameIconified | ( | @NotNull final InternalFrameEvent | e | ) |
Definition at line 515 of file MapDesktop.java.
References net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.mapView, and net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapViewFocusLostNotify().
void net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameOpened | ( | @NotNull final InternalFrameEvent | e | ) |
Definition at line 520 of file MapDesktop.java.
|
private |
The associated MapView.
Definition at line 479 of file MapDesktop.java.
Referenced by net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameClosing(), net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameDeiconified(), net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.internalFrameIconified(), and net.sf.gridarta.gui.mapdesktop.MapDesktop< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.MapViewFrameListener.MapViewFrameListener().