1 package org.catacomb.interlish.structure; 2 3 4 public interface TextArea extends StringValueEditor { 5 6 7 void setEditable(boolean b); 8 9 10 11 }