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

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


      // Hovering above existing cursor, show remove menu...
      aMenu.add( new EditCursorPropertiesAction( this.controller, cursor ) );

      aMenu.addSeparator();

      aMenu.add( new DeleteCursorAction( this.controller, cursor ) );
    }
    else
    {
      // Not hovering above existing cursor, show add menu...
      for ( int i = 0; i < Ols.MAX_CURSORS; i++ )
View Full Code Here

TOP

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

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.