net.sf.tm.plugin.ui
Class EditServerDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TitleAreaDialog
net.sf.tm.plugin.ui.AbstractServerDialog
net.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
Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
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 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 |
EditServerDialog
public EditServerDialog(TomcatServer server,
Shell parentShell)
- Parameters:
server
- The serverparentShell
- The parent
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.