com.solesuite.team.xpriori
クラス XMLViewPart

java.lang.Object
  上位を拡張 org.eclipse.ui.part.WorkbenchPart
      上位を拡張 org.eclipse.ui.part.ViewPart
          上位を拡張 com.solesuite.team.xpriori.XMLViewPart
すべての実装されたインタフェース:
org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2

public class XMLViewPart
extends org.eclipse.ui.part.ViewPart

ビュークラス ツリービュー・メニュー定義等


フィールドの概要
 
インタフェース org.eclipse.ui.IWorkbenchPart から継承されたフィールド
PROP_TITLE
 
コンストラクタの概要
XMLViewPart()
          デフォルトコンストラクタ
 
メソッドの概要
 void createPartControl(org.eclipse.swt.widgets.Composite parent)
          ツリーコントロールの生成
 void setFocus()
           
 
クラス org.eclipse.ui.part.ViewPart から継承されたメソッド
getViewSite, init, init, saveState, setInitializationData
 
クラス org.eclipse.ui.part.WorkbenchPart から継承されたメソッド
addPropertyListener, dispose, getAdapter, getContentDescription, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, showBusy
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.eclipse.ui.IWorkbenchPart から継承されたメソッド
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 
インタフェース org.eclipse.core.runtime.IAdaptable から継承されたメソッド
getAdapter
 

コンストラクタの詳細

XMLViewPart

public XMLViewPart()
デフォルトコンストラクタ

メソッドの詳細

createPartControl

public void createPartControl(org.eclipse.swt.widgets.Composite parent)
ツリーコントロールの生成

定義:
インタフェース org.eclipse.ui.IWorkbenchPart 内の createPartControl
定義:
クラス org.eclipse.ui.part.WorkbenchPart 内の createPartControl

setFocus

public void setFocus()
定義:
インタフェース org.eclipse.ui.IWorkbenchPart 内の setFocus
定義:
クラス org.eclipse.ui.part.WorkbenchPart 内の setFocus