com.solesuite.team.xpriori.ui
クラス XMLContentEditDialog

java.lang.Object
  上位を拡張 org.eclipse.jface.window.Window
      上位を拡張 org.eclipse.jface.dialogs.Dialog
          上位を拡張 com.solesuite.team.xpriori.ui.XMLContentEditDialog

public class XMLContentEditDialog
extends org.eclipse.jface.dialogs.Dialog

XML編集ダイアログ


入れ子のクラスの概要
 
クラス org.eclipse.jface.window.Window から継承された入れ子のクラス/インタフェース
org.eclipse.jface.window.Window.IExceptionHandler
 
フィールドの概要
static int UPDATE_ID
          "Update"ボタンID
 
クラス org.eclipse.jface.dialogs.Dialog から継承されたフィールド
blockedHandler, buttonBar, DLG_IMG_ERROR, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS
 
クラス org.eclipse.jface.window.Window から継承されたフィールド
CANCEL, OK
 
コンストラクタの概要
XMLContentEditDialog(org.eclipse.swt.widgets.Shell parentShell)
          コンストラクタ
 
メソッドの概要
 java.lang.String getContent()
          XML内容編集結果の取得
 void setContent(java.lang.String content)
          XML内容の設定
 
クラス org.eclipse.jface.dialogs.Dialog から継承されたメソッド
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
 
クラス org.eclipse.jface.window.Window から継承されたメソッド
getDefaultImage, getDefaultImages, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setExceptionHandler, setWindowManager
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

UPDATE_ID

public static final int UPDATE_ID
"Update"ボタンID

関連項目:
定数フィールド値
コンストラクタの詳細

XMLContentEditDialog

public XMLContentEditDialog(org.eclipse.swt.widgets.Shell parentShell)
コンストラクタ

パラメータ:
parentShell -
メソッドの詳細

setContent

public void setContent(java.lang.String content)
XML内容の設定

パラメータ:
content - content を設定。

getContent

public java.lang.String getContent()
XML内容編集結果の取得

戻り値:
content を戻します。