FileDocCategorySizeDatePackage
IUiSettableAttributeNode.javaAPI DocAndroid 1.5 API1063Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.editors.uimodel

IUiSettableAttributeNode

public interface IUiSettableAttributeNode
This interface decoration indicates that a given UiAttributeNode can both set and get its current value.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetCurrentValue()
Returns the current value of the node.

public voidsetCurrentValue(java.lang.String value)
Sets the current value of the node. Cannot be null (use an empty string).