Package com.volantis.mcs.eclipse.controls.events

Examples of com.volantis.mcs.eclipse.controls.events.ImageDropDownItemChangeListener


     * Creates the menu used by ImageDropDown from the ImageDropDownItems
     */
    private void createMenu() {
        // Creates the ImageDropDownItemChangeListener which listens for
        // tooltip text changes and ImageDropDownItem enablement changes.
        final ImageDropDownItemChangeListener changeListener =
                new ImageDropDownItemChangeListener() {
                    public void imageDropDownItemChanged(
                            ImageDropDownChangeEvent event) {
                        if (event.getType() ==
                                ImageDropDownChangeEvent.ENABLEMENT) {
                            handleEnablementChange(event);
View Full Code Here

TOP

Related Classes of com.volantis.mcs.eclipse.controls.events.ImageDropDownItemChangeListener

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.