Package nl.lxtreme.ols.client.signaldisplay.action

Examples of nl.lxtreme.ols.client.signaldisplay.action.SetSignalElementVisibilityAction


        contextMenu.add( new EditSignalElementPropertiesAction( this.controller, element, aLocationOnScreen ) );

        contextMenu.addSeparator();

        contextMenu.add( new SetSignalElementVisibilityAction( this.controller, signalElement ) );

        if ( signalElement.isDigitalSignal() )
        {
          contextMenu.add( new RemoveChannelAnnotations( this.controller, signalElement ) );
        }
View Full Code Here

TOP

Related Classes of nl.lxtreme.ols.client.signaldisplay.action.SetSignalElementVisibilityAction

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.