es.rvp.java.simpletag.gui.dialogs
Class DialogAbout
java.lang.Object
org.eclipse.swt.widgets.Dialog
es.rvp.java.simpletag.gui.dialogs.DialogAbout
public class DialogAbout
- extends org.eclipse.swt.widgets.Dialog
Dialogo que muestra la ventana 'about' de la aplicacion.
- Author:
- Rodrigo Villamil Perez
|
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
|
Constructor Summary |
DialogAbout(org.eclipse.swt.widgets.Shell parent)
Constructor por defecto. |
DialogAbout(org.eclipse.swt.widgets.Shell parent,
int style)
Constructor. |
| 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 |
logger
protected static final org.apache.log4j.Logger logger
DialogAbout
public DialogAbout(org.eclipse.swt.widgets.Shell parent,
int style)
- Constructor. Podemos pasar el estilo del dialogo
DialogAbout
public DialogAbout(org.eclipse.swt.widgets.Shell parent)
- Constructor por defecto. Sin estilo.
- Parameters:
parent -
open
public Object open()
- Ejecuta el dialogo.
Copyright © 2010 Rodrigo Villamil PĂ©rez. All Rights Reserved.