Examples of ShootingPlaceComparator


Examples of org.photovault.imginfo.ShootingPlaceComparator

        JMenuItem byDateItem = new JMenuItem( new SetPhotoOrderAction( viewPane,
                new ShootingDateComparator(), "Date", null,
                "Order photos by date", KeyEvent.VK_D ));
        sortMenu.add( byDateItem );
        JMenuItem byPlaceItem = new JMenuItem( new SetPhotoOrderAction( viewPane,
                new ShootingPlaceComparator(), "Place", null,
                "Order photos by shooting place", KeyEvent.VK_P ));
        sortMenu.add( byPlaceItem );
        JMenuItem byQualityItem = new JMenuItem( new SetPhotoOrderAction( viewPane,
                new QualityComparator(), "Quality", null,
                "Order photos by quality", KeyEvent.VK_Q ));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.