Eclipse GEF
3.3

org.eclipse.gef.ui.actions
Class CreateGuideAction

java.lang.Object
  extended byAction
      extended byorg.eclipse.gef.ui.actions.CreateGuideAction

public class CreateGuideAction
extends Action

An Action that creates a guide on a ruler and reveals it.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
CreateGuideAction(EditPartViewer ruler)
          Constructor
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGuideAction

public CreateGuideAction(EditPartViewer ruler)
Constructor

Parameters:
ruler - the viewer for the ruler on which the guide is to be created
Method Detail

run

public void run()
See Also:
org.eclipse.jface.action.IAction#run()

Eclipse GEF
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.