net.sf.tm.plugin.ui
Class EditServerDialog

java.lang.Object
  extended byorg.eclipse.jface.window.Window
      extended byorg.eclipse.jface.dialogs.Dialog
          extended byorg.eclipse.jface.dialogs.TitleAreaDialog
              extended bynet.sf.tm.plugin.ui.AbstractServerDialog
                  extended bynet.sf.tm.plugin.ui.EditServerDialog

public class EditServerDialog
extends AbstractServerDialog

Implementation of an edit server dialog.

Version:
$Id: EditServerDialog.java,v 1.2 2003/08/28 14:39:48 apataki Exp $
Author:
Andreas Pataki

Nested Class Summary
 
Nested classes inherited from class org.eclipse.jface.window.Window
Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.dialogs.TitleAreaDialog
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE
 
Fields inherited from class org.eclipse.jface.dialogs.Dialog
buttonBar, dialogArea, DLG_IMG_ERROR, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
EditServerDialog(TomcatServer server, Shell parentShell)
           
 
Method Summary
 void setDialogText()
          This method must be overwritten by the impementing server dialog to set the text which should be displayed in the text area of the dialog.
 
Methods inherited from class net.sf.tm.plugin.ui.AbstractServerDialog
addToHistory, addToHistory, createButtonBar, createDialogArea, getServer, localizeString, okPressed
 
Methods inherited from class org.eclipse.jface.dialogs.TitleAreaDialog
createContents, getInitialSize, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage
 
Methods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, buttonPressed, cancelPressed, close, configureShell, constrainShellSize, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, createButton, createButtonsForButtonBar, getButton, getButtonBar, getCancelButton, getDialogArea, getImage, getOKButton, initializeBounds, initializeDialogUnits, setButtonLayoutData, setButtonLayoutFormData
 
Methods inherited from class org.eclipse.jface.window.Window
create, createShell, getContents, getDefaultImage, getInitialLocation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setExceptionHandler, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditServerDialog

public EditServerDialog(TomcatServer server,
                        Shell parentShell)
Parameters:
server - The server
parentShell - The parent
Method Detail

setDialogText

public void setDialogText()
Description copied from class: AbstractServerDialog
This method must be overwritten by the impementing server dialog to set the text which should be displayed in the text area of the dialog.

Specified by:
setDialogText in class AbstractServerDialog
See Also:
sf.net.tm.plugin.ui.AbstractServerDialog#setDialogText()


Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.