Package de.chris_soft.fyllgen.menu.search

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


    // Person "normal" suchen.
    MenuItem searchPerson = new MenuItem(submenu, SWT.PUSH);
    searchPerson.setText("Person &suchen\tCtrl + F");
    searchPerson.setAccelerator(SWT.CONTROL + 'F');
    searchPerson.addListener(SWT.Selection, new SearchPerson());

    new MenuItem(submenu, SWT.SEPARATOR);

    // Aktuelle Person abschlie�en, ohne Verweise.
    MenuItem searchPersonsWithoutConnectionToCurrentPerson = new MenuItem(submenu, SWT.PUSH);
View Full Code Here

TOP

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

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.