com.alveole.studio.web.packager.dialogs
Class DialogBase

java.lang.Object
  extended by com.alveole.studio.web.packager.dialogs.DialogBase
All Implemented Interfaces:
java.io.Serializable

public abstract class DialogBase
extends java.lang.Object
implements java.io.Serializable

Base class for dialogs views.

Author:
sylvain
See Also:
Serialized Form

Field Summary
protected  org.eclipse.swt.widgets.Shell sShell
           
 
Constructor Summary
DialogBase()
           
 
Method Summary
protected  void createSShell(org.eclipse.swt.widgets.Shell parent)
          This method initializes sShell
protected abstract  void initialize()
           
 void openDialog(org.eclipse.swt.widgets.Shell parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sShell

protected org.eclipse.swt.widgets.Shell sShell
Constructor Detail

DialogBase

public DialogBase()
Method Detail

openDialog

public void openDialog(org.eclipse.swt.widgets.Shell parent)

createSShell

protected void createSShell(org.eclipse.swt.widgets.Shell parent)
This method initializes sShell


initialize

protected abstract void initialize()