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

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

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

接続情報入力ダイアログ


入れ子のクラスの概要
 
クラス org.eclipse.jface.window.Window から継承された入れ子のクラス/インタフェース
org.eclipse.jface.window.Window.IExceptionHandler
 
フィールドの概要
 
クラス 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
 
コンストラクタの概要
ConnectInfoDialog(org.eclipse.swt.widgets.Shell parentShell)
          コンストラクタ
 
メソッドの概要
 java.lang.String getPassword()
           
 int getPortNumber()
           
 java.lang.String getServerName()
           
 java.lang.String getUserName()
           
 
クラス 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
 

コンストラクタの詳細

ConnectInfoDialog

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

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

getPassword

public java.lang.String getPassword()
戻り値:
Returns the password.

getPortNumber

public int getPortNumber()
戻り値:
Returns the portNumber.

getServerName

public java.lang.String getServerName()
戻り値:
Returns the serverName.

getUserName

public java.lang.String getUserName()
戻り値:
Returns the userName.