본문 바로가기
Eclipse RCP

Active Page에서 View 가져오기

by jayden-lee 2019. 4. 7.
728x90
IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
IViewPart view = page.findView(View.ID);

 

'Eclipse RCP' 카테고리의 다른 글

SWT Table Widget  (0) 2019.04.07
SWT Button Widget  (0) 2019.04.07
Eclipse RCP 윈도우 크기와 위치 저장  (0) 2019.04.07
SWT Text Widget  (0) 2019.04.07
SWT Display 클래스  (0) 2019.04.07

댓글