Package com.mucommander.ui.action.impl

Examples of com.mucommander.ui.action.impl.MuteProxyAction


            super.setAction(null);
        }
        else {
            // Pass a MuteProxyAction to JButton that does nothing when the action is performed.
            // We need this to keep the use the Action's properties but handle action events ourself.
            super.setAction(new MuteProxyAction(buttonClickedAction));
        }

        this.buttonClickedAction = buttonClickedAction;
    }
View Full Code Here

TOP

Related Classes of com.mucommander.ui.action.impl.MuteProxyAction

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.