net.docliff.models.applicationmodel.guimodel.editor
Class About

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by net.docliff.models.applicationmodel.guimodel.editor.About

public class About
extends org.eclipse.swt.widgets.Dialog


Constructor Summary
About(org.eclipse.swt.widgets.Shell parent)
           
 
Method Summary
 XliffEditor getXliffEditor()
           
 void setXliffEditor(XliffEditor xliffEditor)
           
 void show()
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

About

public About(org.eclipse.swt.widgets.Shell parent)
Parameters:
parent -
logfilename -
displayImage -
Method Detail

getXliffEditor

public XliffEditor getXliffEditor()
Returns:
the xliffEditor

setXliffEditor

public void setXliffEditor(XliffEditor xliffEditor)
Parameters:
xliffEditor - the xliffEditor to set

show

public void show()