Package org.apache.directory.studio.ldapbrowser.ui.actions.proxy

Examples of org.apache.directory.studio.ldapbrowser.ui.actions.proxy.ModificationLogsViewActionProxy.dispose()


            for ( Iterator it = modificationLogsViewActionMap.keySet().iterator(); it.hasNext(); )
            {
                String key = ( String ) it.next();
                ModificationLogsViewActionProxy action = ( ModificationLogsViewActionProxy ) modificationLogsViewActionMap
                    .get( key );
                action.dispose();
                action = null;
                it.remove();
            }
            modificationLogsViewActionMap.clear();
            modificationLogsViewActionMap = null;
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.