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

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


  {
    Cursor cursor = aHoveredCursor;
    if ( cursor != null )
    {
      // Hovering above existing cursor, show remove menu...
      aMenu.add( new EditCursorPropertiesAction( this.controller, cursor ) );

      aMenu.addSeparator();

      aMenu.add( new DeleteCursorAction( this.controller, cursor ) );
    }
View Full Code Here

TOP

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

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.