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