Class ToggleGridAction

All Implemented Interfaces:
IAction

public class ToggleGridAction extends Action
An action that toggles the grid. This action keeps the visibility and enabled properties in sync, i.e., it toggles both at the same time. This action can handle the case where these properties are not set on the given viewer initially.
Since:
3.0
  • Constructor Details

    • ToggleGridAction

      public ToggleGridAction(GraphicalViewer diagramViewer)
      Constructor
      Parameters:
      diagramViewer - the GraphicalViewer whose grid enablement and visibility properties are to be toggled
  • Method Details