Package de.yaams.extensions.basemap.tiled.mapeditor.undo

Examples of de.yaams.extensions.basemap.tiled.mapeditor.undo.ChangeObjectEdit


  }

  @Override
  protected void buildPropertiesAndDispose() {
    // Make sure the changes to the object can be undone
    undoSupport.postEdit(new ChangeObjectEdit(object));

    object.setName(objectName.getText());
    object.setType(objectType.getText());
    object.setImageSource(objectImageSource.getText());
    object.setWidth(objectWidth.intValue());
View Full Code Here

TOP

Related Classes of de.yaams.extensions.basemap.tiled.mapeditor.undo.ChangeObjectEdit

Copyright © 2018 www.massapicom. 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.