|
||||||||||
| 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
public abstract class GenericDialog
Creates a generic Aptana dialog to be reused across the ide
| Constructor Summary | |
|---|---|
GenericDialog(org.eclipse.swt.widgets.Shell parent)
Create the dialog |
|
GenericDialog(org.eclipse.swt.widgets.Shell parent,
int style)
Create the dialog |
|
| Method Summary | |
|---|---|
void |
addCloseBoxListener(org.eclipse.swt.widgets.Shell parent)
Adds a listener to clear out items when hitting the close box |
abstract void |
handleCancel()
Cancels the dialog and disposes the shell |
| 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 |
| Constructor Detail |
|---|
public GenericDialog(org.eclipse.swt.widgets.Shell parent,
int style)
parent - style - public GenericDialog(org.eclipse.swt.widgets.Shell parent)
parent - | Method Detail |
|---|
public void addCloseBoxListener(org.eclipse.swt.widgets.Shell parent)
parent - public abstract void handleCancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||