1 11 package org.eclipse.ui.intro; 12 13 import org.eclipse.ui.IWorkbenchWindow; 14 15 34 public interface IIntroManager { 35 36 45 public boolean closeIntro(IIntroPart part); 46 47 55 public IIntroPart getIntro(); 56 57 67 public boolean hasIntro(); 68 69 78 boolean isIntroStandby(IIntroPart part); 79 80 95 public void setIntroStandby(IIntroPart part, boolean standby); 96 97 110 public IIntroPart showIntro(IWorkbenchWindow preferredWindow, 111 boolean standby); 112 113 121 public boolean isNewContentAvailable(); 122 } 123 | Popular Tags |