|
||||||||||
| 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
public class VirtualFileManagerLocationDialog
| Nested Class Summary | |
|---|---|
protected class |
VirtualFileManagerLocationDialog.OkButtonSelectionAdapter
OkButtonSelectionAdapter |
protected class |
VirtualFileManagerLocationDialog.TestButtonSelectionAdapter
TestButtonSelectionAdapter |
| Field Summary | |
|---|---|
protected org.eclipse.jface.wizard.ProgressMonitorPart |
progressMonitorPart
progressMonitorPart |
protected org.eclipse.swt.widgets.Shell |
shell
shell |
| Constructor Summary | |
|---|---|
VirtualFileManagerLocationDialog(org.eclipse.swt.widgets.Shell parent)
Create the dialog |
|
VirtualFileManagerLocationDialog(org.eclipse.swt.widgets.Shell parent,
int style)
Create the dialog |
|
| Method Summary | |
|---|---|
IVirtualFileManager |
getItem()
getItem |
void |
handleCancel()
Cancels the dialog and disposes the shell |
boolean |
isNewItem()
isNewItem |
IVirtualFileManager |
open()
open |
void |
setItem(IVirtualFileManager vfm,
boolean newItem)
setItem |
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.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 org.eclipse.swt.widgets.Shell shell
protected org.eclipse.jface.wizard.ProgressMonitorPart progressMonitorPart
| Constructor Detail |
|---|
public VirtualFileManagerLocationDialog(org.eclipse.swt.widgets.Shell parent,
int style)
parent - style - public VirtualFileManagerLocationDialog(org.eclipse.swt.widgets.Shell parent)
parent - | Method Detail |
|---|
protected void setUpdatedValues()
protected boolean validateFields()
public void handleCancel()
GenericDialog
handleCancel in class GenericDialogGenericDialog.handleCancel()public boolean isNewItem()
public IVirtualFileManager getItem()
public void setItem(IVirtualFileManager vfm,
boolean newItem)
setItem in interface IVirtualFileManagerDialogvfm - newItem - public IVirtualFileManager open()
open in interface IVirtualFileManagerDialog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||