com.swtdesigner.api.swt.property.editor
Interface ITextPropertyEditor

All Superinterfaces:
IPropertyEditor

public interface ITextPropertyEditor
extends IPropertyEditor

Property editor that shows text as property value.


Method Summary
 java.lang.String getText()
          Returns text presentation of property to show in property table.
Designer will call setValue() before.
 void setText(java.lang.String text)
          Changes property using new text.
 
Methods inherited from interface com.swtdesigner.api.swt.property.editor.IPropertyEditor
getJavaSource, getValue, initialize, setValue
 

Method Detail

getText

java.lang.String getText()
Returns text presentation of property to show in property table.
Designer will call setValue() before.


setText

void setText(java.lang.String text)
Changes property using new text.

Parameters:
text - the new text