 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.gui.dialog.gomap;
22 import javax.swing.DefaultListModel;
56 if (
index0 < this.index0) {
59 if (
index1 > this.index1) {
79 index0 = Integer.MAX_VALUE;
80 index1 = Integer.MIN_VALUE;
int index1
The last index of the range of indexes to notify as soon enabled is set.
Base package of all Gridarta classes.
void fireIntervalAdded(final Object source, final int index0, final int index1)
int index0
The first index of the range of indexes to notify as soon {} is set.
static final long serialVersionUID
The serial version UID.
The location of a map file with a map directory.
void enable(final boolean enabled)
Enables or disables notification of listeners.
boolean enabled
Whether this notifying listeners is enabled.
A DefaultListModel that can be disabled during updates.