Class ContextEntryCommand


  • public class ContextEntryCommand
    extends org.eclipse.gef.commands.Command
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      IContextEntry getContextEntry()  
      java.lang.String getLabel()  
      • Methods inherited from class org.eclipse.gef.commands.Command

        canExecute, canRedo, canUndo, chain, dispose, getDebugLabel, redo, setDebugLabel, setLabel, undo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextEntryCommand

        public ContextEntryCommand​(IContextEntry contextEntry)
    • Method Detail

      • execute

        public void execute()
        Overrides:
        execute in class org.eclipse.gef.commands.Command
      • getLabel

        public java.lang.String getLabel()
        Overrides:
        getLabel in class org.eclipse.gef.commands.Command