com.pnp.xfeature.editor
Class TextEditorDialog

java.lang.Object
  extended by Dialog
      extended by com.pnp.xfeature.editor.ResizeableDialog
          extended by com.pnp.xfeature.editor.TextEditorDialog

public class TextEditorDialog
extends ResizeableDialog

A dialog for editing of larger texts; Not used at the moment YK


Constructor Summary
TextEditorDialog(Shell parentShell, java.lang.String initStringValue, boolean isXSLInput)
           
TextEditorDialog(Shell parentShell, java.lang.String initStringValue, boolean isXSLInput, boolean showXSLCheckbox)
           
 
Method Summary
 java.lang.String getStringValue()
           
 boolean isXSLInput()
           
 
Methods inherited from class com.pnp.xfeature.editor.ResizeableDialog
close
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditorDialog

public TextEditorDialog(Shell parentShell,
                        java.lang.String initStringValue,
                        boolean isXSLInput)

TextEditorDialog

public TextEditorDialog(Shell parentShell,
                        java.lang.String initStringValue,
                        boolean isXSLInput,
                        boolean showXSLCheckbox)
Method Detail

isXSLInput

public boolean isXSLInput()

getStringValue

public java.lang.String getStringValue()


Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.