public class NamingConventionWithFallbackBean extends NamingConventionBean
Modifier and Type | Field and Description |
---|---|
boolean |
inheritDefaultSettings |
m_maxLength, m_minLength, m_regex, m_regexPattern
Constructor and Description |
---|
NamingConventionWithFallbackBean(java.lang.String regex,
int minLength,
int maxLength,
java.lang.String... predefinedNames) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
createOptionsPanel() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isInheritDefaultSettings() |
initPattern, isValid
public NamingConventionWithFallbackBean(java.lang.String regex, int minLength, int maxLength, java.lang.String... predefinedNames)
public boolean isInheritDefaultSettings()
public boolean equals(java.lang.Object o)
equals
in class NamingConventionBean
public int hashCode()
hashCode
in class NamingConventionBean
public javax.swing.JComponent createOptionsPanel()
createOptionsPanel
in class NamingConventionBean