|
JIDE Common Layer 2.7.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabEditingValidator
Method Summary | |
---|---|
boolean |
alertIfInvalid(int tabIndex,
java.lang.String tabText)
This is called before editStop. |
boolean |
isValid(int tabIndex,
java.lang.String tabText)
This should validate that the following value would pass is canStopEdit is called. |
boolean |
shouldStartEdit(int tabIndex,
java.awt.event.MouseEvent event)
This is called to determine if the follow mouse event should start editing for the give tabIndex. |
Method Detail |
---|
boolean shouldStartEdit(int tabIndex, java.awt.event.MouseEvent event)
boolean isValid(int tabIndex, java.lang.String tabText)
boolean alertIfInvalid(int tabIndex, java.lang.String tabText)
|
JIDE Common Layer 2.7.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |