Interface IDirtyWorkaround

  • All Superinterfaces:
    org.eclipse.jface.action.IAction

    public interface IDirtyWorkaround
    extends org.eclipse.jface.action.IAction
    • Field Summary

      • Fields inherited from interface org.eclipse.jface.action.IAction

        AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void copyStateAndDispose​(org.eclipse.jface.action.IContributionItem oldItem)  
      org.eclipse.ui.IWorkbenchWindow getWindow()  
      void runBeforeSave()
      Performs the 'convert spaces' action before the editor buffer is saved
      • Methods inherited from interface org.eclipse.jface.action.IAction

        addPropertyChangeListener, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, removePropertyChangeListener, run, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
    • Method Detail

      • copyStateAndDispose

        void copyStateAndDispose​(org.eclipse.jface.action.IContributionItem oldItem)
      • runBeforeSave

        void runBeforeSave()
        Performs the 'convert spaces' action before the editor buffer is saved
      • getWindow

        org.eclipse.ui.IWorkbenchWindow getWindow()