Package ch.fusun.baron.swt.isometry

Examples of ch.fusun.baron.swt.isometry.SpriteSelectionListener


    isometryWidget = new IsometryWidget(parent, SWT.NONE,
        mapService.getWidth(), mapService.getHeight(), 1, 64, 64, 32);
    isometryWidget.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true,
        true));

    isometryWidget.addSelectionListener(new SpriteSelectionListener() {
      @Override
      public void itemSelected(IStructuredSelection iSelection) {
        handleNewSelection(iSelection);
      }
    });
View Full Code Here

TOP

Related Classes of ch.fusun.baron.swt.isometry.SpriteSelectionListener

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.