Package org.eclipse.ui.internal.editors.text

Examples of org.eclipse.ui.internal.editors.text.RefreshEditorAction


    IAction showWhitespaceCharactersAction= getAction(ITextEditorActionConstants.SHOW_WHITESPACE_CHARACTERS);
    if (showWhitespaceCharactersAction instanceof ShowWhitespaceCharactersAction)
      ((ShowWhitespaceCharactersAction)showWhitespaceCharactersAction).setPreferenceStore(EditorsUI.getPreferenceStore());
   
    setAction(ActionFactory.REFRESH.getId(), new RefreshEditorAction(this));
    markAsPropertyDependentAction(ActionFactory.REFRESH.getId(), true);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.editors.text.RefreshEditorAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.