Package com.agifans.picedit.picture

Examples of com.agifans.picedit.picture.EditStatus


     *
     * @param e the KeyEvent representing the key that was typed.
     */
    public void keyPressed(KeyEvent e) {
        int key = e.getKeyCode();
        EditStatus editStatus = application.getEditStatus();
        Picture picture = application.getPicture();
       
        if (editStatus.isEgoTestEnabled()) {
            // If Ego Test mode enabled, delegate to the EgoTestHandler.
            this.egoTestHandler.handleKeyEvent(e);
           
        } else {
            // Handle picture buffer navigation keys.
View Full Code Here

TOP

Related Classes of com.agifans.picedit.picture.EditStatus

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.