Package de.chris_soft.fyllgen.menu.search

Examples of de.chris_soft.fyllgen.menu.search.GetShortestConnection


    new MenuItem(submenu, SWT.SEPARATOR);

    // N�chstgelegene Personen mit Mailadresse suchen.
    MenuItem getShortestConnection = new MenuItem(submenu, SWT.PUSH);
    getShortestConnection.setText("K�rzeste Verbindung (zu einer Person) suchen");
    getShortestConnection.addListener(SWT.Selection, new GetShortestConnection());
  }
View Full Code Here

TOP

Related Classes of de.chris_soft.fyllgen.menu.search.GetShortestConnection

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.