1: package org.swingml.component; 2: 3: /** 4: * @author yzcbxm 5: */ 6: public interface ISwingMLTextContainer { 7: 8: String getText(); 9: }