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

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


      if ( element instanceof ElementGroup )
      {
        ElementGroup group = ( ElementGroup )element;

        contextMenu
            .add( new SetSignalGroupVisibilityAction( this.controller, group, SignalElementType.DIGITAL_SIGNAL ) );
        contextMenu.add( new SetSignalGroupVisibilityAction( this.controller, group, SignalElementType.GROUP_SUMMARY ) );
        contextMenu.add( new SetSignalGroupVisibilityAction( this.controller, group, SignalElementType.ANALOG_SIGNAL ) );
      }
      else
      {
        SignalElement signalElement = ( SignalElement )element;
View Full Code Here

TOP

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

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.