net.sf.zekr.ui
Class BaseForm

java.lang.Object
  extended by net.sf.zekr.ui.BaseForm
All Implemented Interfaces:
EventProtocol
Direct Known Subclasses:
AboutForm, BookmarkItemForm, CustomPageModeForm, CustomTranslationListForm, ErrorForm, ManageScopesForm, ProgressForm, QuranForm, SearchScopeForm, UpdateForm

public abstract class BaseForm
extends java.lang.Object
implements EventProtocol


Field Summary
protected  org.eclipse.swt.widgets.Display display
           
protected  LanguageEngine lang
           
protected  Logger logger
           
protected  org.eclipse.swt.widgets.Shell parent
           
protected  ResourceManager resource
           
protected  org.eclipse.swt.widgets.Shell shell
           
 
Fields inherited from interface net.sf.zekr.ui.helper.EventProtocol
CLEAR_CACHE_ON_EXIT, CUSTOM_ZEKR_EVENT, END_WAITING, GOTO_LOCATION, RECREATE_VIEW, REFRESH_VIEW, SPLASH_PROGRESS, SPLASH_PROGRESS_FULLY, UPDATE_BOOKMARKS_MENU, UPDATE_SURA_NAMES
 
Constructor Summary
BaseForm()
           
 
Method Summary
 boolean isDisposed()
           
 void loopEver()
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger

lang

protected final LanguageEngine lang

resource

protected final ResourceManager resource

shell

protected org.eclipse.swt.widgets.Shell shell

parent

protected org.eclipse.swt.widgets.Shell parent

display

protected org.eclipse.swt.widgets.Display display
Constructor Detail

BaseForm

public BaseForm()
Method Detail

show

public void show()

isDisposed

public boolean isDisposed()

loopEver

public void loopEver()