|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphenote.gui.field.CharFieldGui
phenote.gui.field.FreeTextField
phenote.gui.field.IdFieldGui
class IdFieldGui
for now this is just a free text field that checks if theres a ":" present eventually may get more savvy with option of prepending an id prefix and using OBOInstance instead of String
| Field Summary |
|---|
| Fields inherited from class phenote.gui.field.CharFieldGui |
|---|
fieldHeight, inputSize, selectionModel |
| Constructor Summary | |
|---|---|
IdFieldGui(CharField cf)
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getConstraintFailureMsg()
|
protected javax.swing.InputVerifier |
getInputVerifier()
overridden by subclasses that verify input (IdFieldGui, IntFieldGui...) |
void |
IDSelected(IDSelectionEvent e)
|
protected boolean |
passesConstraints(java.lang.String input)
|
| Methods inherited from class phenote.gui.field.FreeTextField |
|---|
fireErrorEvent, focusLost, getCharFieldValue, getTableCellEditor, getText, getTextField, getUserInputGui, hasFocus, hasInputVerifier, listChanged, log, setCharFieldValue, setText, setValueFromChar, setValueFromChars, updateModel, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
IdFieldGui(CharField cf)
| Method Detail |
|---|
protected boolean passesConstraints(java.lang.String input)
protected java.lang.String getConstraintFailureMsg()
getConstraintFailureMsg in class FreeTextFieldprotected javax.swing.InputVerifier getInputVerifier()
FreeTextField
getInputVerifier in class FreeTextFieldpublic void IDSelected(IDSelectionEvent e)
IDSelected in interface IDSelectionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||