pl.edu.agh.cast.ui.dialogs
Class FindDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
pl.edu.agh.cast.ui.dialogs.FindDialog
public class FindDialog
- extends org.eclipse.swt.widgets.Dialog
Dialog used for finding nodes in diagram.
- Author:
- AGH CAST Team
Constructor Summary |
FindDialog(org.eclipse.swt.widgets.Shell parent,
int style,
org.eclipse.ui.IEditorPart editor)
Creates new find dialog. |
Method Summary |
void |
open()
Opens the dialog. |
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 |
FindDialog
public FindDialog(org.eclipse.swt.widgets.Shell parent,
int style,
org.eclipse.ui.IEditorPart editor)
- Creates new find dialog.
- Parameters:
parent
- parent Shell
style
- SWT window styleeditor
- editor to look in
open
public void open()
- Opens the dialog.
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.