1 package org.catacomb.interlish.structure; 2 3 4 5 public interface TextSettable { 6 7 void setText(String txt); 8 9 }