com.pnp.xfeature.editor
Class TextEditorComposite

java.lang.Object
  extended by Composite
      extended by com.pnp.xfeature.editor.TextEditorComposite

public class TextEditorComposite
extends Composite

An editor component that was supposed to be used for editing of lagrer texts YK; not used at the moment YK


Constructor Summary
TextEditorComposite(Composite parent, int style, int tabWidth, boolean isXSLInput, boolean showXSLCheckbox)
           
 
Method Summary
 java.lang.String getText()
           
 boolean isXSLInput()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditorComposite

public TextEditorComposite(Composite parent,
                           int style,
                           int tabWidth,
                           boolean isXSLInput,
                           boolean showXSLCheckbox)
Method Detail

setText

public void setText(java.lang.String text)

getText

public java.lang.String getText()

isXSLInput

public boolean isXSLInput()


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