Ejemplo n.º 1
0
 /**
  * Calls super method, and additionally fires a {@link MapChangedEvent}.
  *
  * @see MultilayerPlane#swapLayerDown
  */
 public void swapLayerDown(int index) {
   super.swapLayerDown(index);
   fireMapChanged();
   fireLayerMoved(index, index - 1);
 }