Package de.chris_soft.fyllgen.menu.label

Examples of de.chris_soft.fyllgen.menu.label.UnTagPersonDirect


    // Aktuelle Direktmarkierung von einer Person entfernen.
    MenuItem unlabelCurrentPersonDirect = new MenuItem(submenu, SWT.PUSH);
    unlabelCurrentPersonDirect.setText("Direkte Markierung von aktueller Person entfernen\tShift + F8");
    unlabelCurrentPersonDirect.setAccelerator(SWT.F8 | SWT.SHIFT);
    unlabelCurrentPersonDirect.addListener(SWT.Selection, new UnTagPersonDirect());

    new MenuItem(submenu, SWT.SEPARATOR);

    // Zur n�chsten Person mit der Direktmarkierung springen.
    MenuItem jumpToLabelPerson = new MenuItem(submenu, SWT.PUSH);
View Full Code Here

TOP

Related Classes of de.chris_soft.fyllgen.menu.label.UnTagPersonDirect

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.