|
||||||||||
| 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.ProjectLocationDialog
public class ProjectLocationDialog
| Field Summary | |
|---|---|
protected java.lang.Object |
result
result |
protected org.eclipse.swt.widgets.Shell |
shell
shell |
| Constructor Summary | |
|---|---|
ProjectLocationDialog(org.eclipse.swt.widgets.Shell parent)
Create the dialog |
|
ProjectLocationDialog(org.eclipse.swt.widgets.Shell parent,
int style)
Create the dialog |
|
| Method Summary | |
|---|---|
protected void |
createContents()
Create contents of the dialog |
void |
handleCancel()
Cancels the dialog and disposes the shell |
IVirtualFileManager |
open()
Opens the dialog and returns the input |
void |
setItem(IVirtualFileManager vfm,
boolean newItem)
Sets the IVirtualFileManager this item is operating on |
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 java.lang.Object result
protected org.eclipse.swt.widgets.Shell shell
| Constructor Detail |
|---|
public ProjectLocationDialog(org.eclipse.swt.widgets.Shell parent,
int style)
parent - style - public ProjectLocationDialog(org.eclipse.swt.widgets.Shell parent)
parent - | Method Detail |
|---|
public IVirtualFileManager open()
open in interface IVirtualFileManagerDialogprotected void createContents()
protected boolean validateFields()
public void setItem(IVirtualFileManager vfm,
boolean newItem)
IVirtualFileManagerDialog
setItem in interface IVirtualFileManagerDialognewItem - Is this item new, or are we editing an exiting item?IVirtualFileManagerDialog.setItem(IVirtualFileManager, boolean)public void handleCancel()
GenericDialog
handleCancel in class GenericDialogGenericDialog.handleCancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||