|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jupe.editors.classdiagram.model.validators.ClassInterfaceNameValidator
public class ClassInterfaceNameValidator
A validator that checks if a string is a valid caption of a class (ie class name). Accepted strings must begin with a majuscule.
Constructor Summary | |
---|---|
ClassInterfaceNameValidator()
|
Method Summary | |
---|---|
java.lang.String |
isValid(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassInterfaceNameValidator()
Method Detail |
---|
public java.lang.String isValid(java.lang.Object value)
isValid
in interface org.eclipse.jface.viewers.ICellEditorValidator
ICellEditorValidator.isValid(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |