rj.tools.util.ui
Interface RegexpDialogTextComponent
- All Known Implementing Classes:
- RegexpDialog.RegTextField, RegexpDialog.RegTextArea
- public interface RegexpDialogTextComponent
RegexpDialogTextComponent
is a component which can be
used for text input.
- Version:
- $Revision: 1.3 $
- 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 |
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-2004 by Ralph Jocham (rjocham72@netscape.net)
JCSC is released under the terms of the GNU General Public License