Package de.chris_soft.fyllgen.menu.extra

Examples of de.chris_soft.fyllgen.menu.extra.PersonDataVisibilityChanger


    // Personendaten ausblenden.
    MenuItem openPurViewer = new MenuItem(submenu, SWT.PUSH);
    openPurViewer.setText("Familien-&Vollansicht ein-/ausblenden\tF11");
    openPurViewer.setAccelerator(SWT.F11);
    openPurViewer.addListener(SWT.Selection, new PersonDataVisibilityChanger());

    // Aktuelle Person abschlie�en, ohne Verweise.
    MenuItem fullValidation = new MenuItem(submenu, SWT.PUSH);
    fullValidation.setText("V&alidierung\tF12");
    fullValidation.setAccelerator(SWT.F12);
View Full Code Here

TOP

Related Classes of de.chris_soft.fyllgen.menu.extra.PersonDataVisibilityChanger

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.