|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbr.resources.ErrorText
public class ErrorText
Error handling for text fields for SurveyBuildR.
Constructor Summary | |
---|---|
ErrorText()
|
Method Summary | |
---|---|
void |
checkNum(javax.swing.JTextField field)
Removes all numerals from text fields used for the entry of numerical information. |
void |
checkShort(javax.swing.JTextField sf,
int max)
Checks the input of the shorttitle (the name of the data file). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorText()
Method Detail |
---|
public void checkShort(javax.swing.JTextField sf, int max)
sf
- the text field in which the short
title is being entered.max
- the maximun number of characters allowed
in the short title.public void checkNum(javax.swing.JTextField field)
field
- the text field that is
being used to enter numerical data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |