Examples of MapChangeEvent


Examples of org.freeplane.features.map.MapChangeEvent

  protected void setAttributeViewType(final MapModel map, final String type) {
    final String attributeViewType = getAttributeViewType(map);
    if (attributeViewType != null && attributeViewType != type) {
      final AttributeRegistry attributes = AttributeRegistry.getRegistry(map);
      attributes.setAttributeViewType(type);
      final MapChangeEvent mapChangeEvent = new MapChangeEvent(this, map, ATTRIBUTE_VIEW_TYPE, attributeViewType, type);
      Controller.getCurrentModeController().getMapController().fireMapChanged(mapChangeEvent);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.