net.sf.zekr.engine.translation.ui
Class CustomTranslationListForm

java.lang.Object
  extended by net.sf.zekr.ui.BaseForm
      extended by net.sf.zekr.engine.translation.ui.CustomTranslationListForm
All Implemented Interfaces:
EventProtocol

public class CustomTranslationListForm
extends BaseForm

Customize multi-translation layout.

Author:
Mohsen Saboorian

Field Summary
static java.lang.String FORM_ID
           
 
Fields inherited from class net.sf.zekr.ui.BaseForm
display, lang, logger, parent, resource, 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
CustomTranslationListForm(org.eclipse.swt.widgets.Shell parent)
           
 
Method Summary
 boolean isOkayed()
           
 void show()
           
 
Methods inherited from class net.sf.zekr.ui.BaseForm
isDisposed, loopEver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORM_ID

public static final java.lang.String FORM_ID
See Also:
Constant Field Values
Constructor Detail

CustomTranslationListForm

public CustomTranslationListForm(org.eclipse.swt.widgets.Shell parent)
Method Detail

isOkayed

public boolean isOkayed()

show

public void show()
Overrides:
show in class BaseForm