Package org.eclipse.wb.internal.core.model.nonvisual

Examples of org.eclipse.wb.internal.core.model.nonvisual.NonVisualBeanInfo


      ComponentDescription description,
      CreationSupport creationSupport) throws Exception {
    super(editor, description, creationSupport);
    installListeners();
    // attach as NVO
    new NonVisualBeanInfo() {
      @Override
      public void moveLocation(Point moveDelta) throws Exception {
      }
    }.setJavaInfo(this);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wb.internal.core.model.nonvisual.NonVisualBeanInfo

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.