001 /*
002 * Created on Dec 1, 2004
003 *
004 * TODO To change the template for this generated file go to
005 * Window - Preferences - Java - Code Style - Code Templates
006 */
007 package org.springframework.richclient.text;
008
009 import javax.swing.text.JTextComponent;
010
011 /**
012 * @author Oliver Hutchison
013 */
014 public interface TextComponentContainer {
015
016 public JTextComponent getComponent();
017 }