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

Examples of nl.lxtreme.ols.client.signaldisplay.action.EditSignalElementPropertiesAction$SignalAlignmentComboBoxRenderer


      }
      else
      {
        SignalElement signalElement = ( SignalElement )element;

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

        contextMenu.addSeparator();

        contextMenu.add( new SetSignalElementVisibilityAction( this.controller, signalElement ) );
View Full Code Here

TOP

Related Classes of nl.lxtreme.ols.client.signaldisplay.action.EditSignalElementPropertiesAction$SignalAlignmentComboBoxRenderer

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.