|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swt.widgets.Dialog
com.aptana.ide.core.ui.dialogs.GenericDialog
com.aptana.ide.core.ui.io.file.VirtualFileManagerLocationDialog
com.aptana.ide.syncing.ftp.FtpLocationDialog
public class FtpLocationDialog
| Nested Class Summary | |
|---|---|
protected class |
FtpLocationDialog.ResetOffsetButtonSelectionAdapter
TestButtonSelectionAdapter |
| Nested classes/interfaces inherited from class com.aptana.ide.core.ui.io.file.VirtualFileManagerLocationDialog |
|---|
VirtualFileManagerLocationDialog.OkButtonSelectionAdapter, VirtualFileManagerLocationDialog.TestButtonSelectionAdapter |
| Field Summary | |
|---|---|
protected java.lang.Object |
result
result |
| Fields inherited from class com.aptana.ide.core.ui.io.file.VirtualFileManagerLocationDialog |
|---|
progressMonitorPart, shell |
| Constructor Summary | |
|---|---|
FtpLocationDialog(org.eclipse.swt.widgets.Shell parent)
Create the dialog |
|
FtpLocationDialog(org.eclipse.swt.widgets.Shell parent,
int style)
Create the dialog |
|
| Method Summary | |
|---|---|
protected void |
createContents()
Create contents of the dialog |
IVirtualFileManager |
open()
Opens the dialog and returns the input |
protected void |
setInitialFieldValues()
Sets the initial field values |
void |
setItem(IVirtualFileManager vfm,
boolean newItem)
see IVirtualFileManagerDialog#setItem(IVirtualFileManager, boolean) |
protected void |
setUpdatedValues()
Sets the updated values onto the item |
protected boolean |
validateFields()
Validates the fields to see if they are complete |
| Methods inherited from class com.aptana.ide.core.ui.io.file.VirtualFileManagerLocationDialog |
|---|
getItem, handleCancel, isNewItem |
| Methods inherited from class com.aptana.ide.core.ui.dialogs.GenericDialog |
|---|
addCloseBoxListener |
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
|---|
checkSubclass, getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object result
| Constructor Detail |
|---|
public FtpLocationDialog(org.eclipse.swt.widgets.Shell parent,
int style)
parent - style - public FtpLocationDialog(org.eclipse.swt.widgets.Shell parent)
parent - | Method Detail |
|---|
public IVirtualFileManager open()
open in interface IVirtualFileManagerDialogopen in class VirtualFileManagerLocationDialogprotected void createContents()
protected boolean validateFields()
validateFields in class VirtualFileManagerLocationDialogprotected void setInitialFieldValues()
protected void setUpdatedValues()
setUpdatedValues in class VirtualFileManagerLocationDialog
public void setItem(IVirtualFileManager vfm,
boolean newItem)
setItem in interface IVirtualFileManagerDialogsetItem in class VirtualFileManagerLocationDialogvfm - newItem -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||