Package de.chris_soft.fyllgen.menu.search

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


    // Aktuelle Person abschlie�en, ohne Verweise.
    MenuItem searchPersonsWithoutConnectionToCurrentPerson = new MenuItem(submenu, SWT.PUSH);
    searchPersonsWithoutConnectionToCurrentPerson.setText("Personen ohne Verbindung zur aktuellen Person");
    searchPersonsWithoutConnectionToCurrentPerson.addListener(SWT.Selection,
      new SearchPersonsWithoutConnectionToCurrentPerson());

    // N�chstgelegene Personen mit Mailadresse suchen.
    MenuItem searchNextMailPersons = new MenuItem(submenu, SWT.PUSH);
    searchNextMailPersons.setText("N�chste Personen mit Mailadresse\tCtrl + M");
    searchNextMailPersons.setAccelerator(SWT.CONTROL + 'M');
View Full Code Here

TOP

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

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.