Package org.apache.directory.ldapstudio.browser.ui.valueeditors

Examples of org.apache.directory.ldapstudio.browser.ui.valueeditors.IValueEditor.dispose()


            this.defaultBinaryValueEditor.dispose();

            for ( Iterator it = this.class2ValueEditors.values().iterator(); it.hasNext(); )
            {
                IValueEditor vp = ( IValueEditor ) it.next();
                vp.dispose();
            }

            this.parent = null;
        }
    }
View Full Code Here


            this.defaultBinaryValueEditor.dispose();

            for ( Iterator it = this.class2ValueEditors.values().iterator(); it.hasNext(); )
            {
                IValueEditor vp = ( IValueEditor ) it.next();
                vp.dispose();
            }

            this.parent = 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.