rj.tools.util.ui
Interface RegexpDialogTextComponent

All Known Implementing Classes:
RegexpDialog.RegTextArea, RegexpDialog.RegTextField

public interface RegexpDialogTextComponent

RegexpDialogTextComponent is a component which can be used for text input.

Version:
__0.98.1__
Author:
Ralph Jocham

Method Summary
 java.lang.String getExpressionText()
          getComponentText - getValue the text from the component
 boolean isMultiLine()
          Indicates whether the text component is multiline and therefore requires a scroll pannel.
 void setExpressionText(java.lang.String text)
          setComponentText - set the text int the component
 

Method Detail

setExpressionText

public void setExpressionText(java.lang.String text)
setComponentText - set the text int the component

Parameters:
text - a String value

getExpressionText

public java.lang.String getExpressionText()
getComponentText - getValue the text from the component

Returns:
a String value

isMultiLine

public boolean isMultiLine()
Indicates whether the text component is multiline and therefore requires a scroll pannel.

Returns:
true, false


(c) 1999-2005 by Ralph Jocham (rjocham72@netscape.net)
JCSC is released under the terms of the GNU General Public License