|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject java.awt.AWTEvent com.esri.map.LayerEvent
public class LayerEvent
The Class LayerEvent.
Field Summary | |
---|---|
static int |
LAYEREVENT_FIRST
|
static int |
LAYEREVENT_LAST
|
static int |
LAYEREVENT_LAYERADDED
|
static int |
LAYEREVENT_LAYERREMOVED
|
static int |
LAYEREVENT_MULTIPLELAYERSADDED
|
static int |
LAYEREVENT_MULTIPLELAYERSREMOVED
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
LayerEvent(LayerList source,
int id)
Instantiates a new layer event. |
|
LayerEvent(LayerList source,
Layer changedLayer,
int id)
Instantiates a new layer event. |
|
LayerEvent(LayerList source,
Map<Integer,Layer> changedLayers,
int id)
Instantiates a new layer event. |
Method Summary | |
---|---|
Layer |
getChangedLayer()
Gets the changed layer. |
Map<Integer,Layer> |
getChangedLayers()
Gets the changed layers. |
int |
getLayerIndex()
Gets the map index of the changed layer. |
void |
setLayerIndex(int layerIndex)
Sets the map index of the changed layer. |
Methods inherited from class java.awt.AWTEvent |
---|
consume, getID, isConsumed, paramString, setSource, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LAYEREVENT_FIRST
public static final int LAYEREVENT_LAYERADDED
public static final int LAYEREVENT_MULTIPLELAYERSADDED
public static final int LAYEREVENT_LAYERREMOVED
public static final int LAYEREVENT_MULTIPLELAYERSREMOVED
public static final int LAYEREVENT_LAST
Constructor Detail |
---|
public LayerEvent(LayerList source, Layer changedLayer, int id)
source
- the source of the eventchangedLayer
- the changed layerid
- the IDpublic LayerEvent(LayerList source, int id)
source
- the source of the eventid
- the IDpublic LayerEvent(LayerList source, Map<Integer,Layer> changedLayers, int id)
source
- the source of the eventlist
- of changed layersid
- the IDMethod Detail |
---|
public int getLayerIndex()
public void setLayerIndex(int layerIndex)
layerIndex
- public Layer getChangedLayer()
public Map<Integer,Layer> getChangedLayers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |