Class GFOnEmfCommand

    • Constructor Detail

      • GFOnEmfCommand

        public GFOnEmfCommand​(org.eclipse.emf.common.command.Command emfCom,
                              IFeatureProvider fp)
    • Method Detail

      • canExecute

        public boolean canExecute()
        Description copied from interface: ICommand
        Can execute.
        Specified by:
        canExecute in interface ICommand
        Returns:
        true, if successful
      • canUndo

        public boolean canUndo()
        Description copied from interface: ICommand
        Can undo.
        Specified by:
        canUndo in interface ICommand
        Returns:
        true, if successful
      • execute

        public boolean execute()
        Description copied from interface: ICommand
        Execute.
        Specified by:
        execute in interface ICommand
        Returns:
        true, if successful
      • undo

        public boolean undo()
        Description copied from interface: ICommand
        Undo.
        Specified by:
        undo in interface ICommand
        Returns:
        true, if successful
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: IDescription
        Gets the description.
        Specified by:
        getDescription in interface IDescription
        Returns:
        the description