Class WorkbenchPartRefresher


  • public abstract class WorkbenchPartRefresher
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.ui.IWorkbenchPart part  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.ui.IWorkbenchPart getPart()  
      abstract void refresh()  
      void setPart​(org.eclipse.ui.IWorkbenchPart part)  
      • Methods inherited from class java.lang.Object

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

      • part

        protected org.eclipse.ui.IWorkbenchPart part
    • Constructor Detail

      • WorkbenchPartRefresher

        public WorkbenchPartRefresher()
    • Method Detail

      • getPart

        public org.eclipse.ui.IWorkbenchPart getPart()
      • setPart

        public void setPart​(org.eclipse.ui.IWorkbenchPart part)
      • refresh

        public abstract void refresh()