public abstract class AbstractAutomaticExpressionChecker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
tip |
Constructor and Description |
---|
AbstractAutomaticExpressionChecker(ExpressionBuilderConfig config,
javax.swing.text.JTextComponent theText) |
Modifier and Type | Method and Description |
---|---|
void |
checkExpression() |
protected abstract Expression |
getExpression() |
protected java.lang.String |
getMessage() |
protected java.lang.String |
getPreview() |
protected abstract java.lang.String |
getSuggestion() |
protected java.lang.String |
getTip() |
protected boolean |
isMessageEnabled() |
protected boolean |
isPreviewEnabled() |
protected boolean |
isTipEnabled() |
boolean |
isValid() |
protected void |
setMessage(int mode,
java.lang.String text) |
protected void |
setPreview(java.lang.Object value) |
protected void |
setTip(java.lang.String theTip) |
protected void |
showMessageDialog() |
protected void |
showMessageDialog(java.lang.String title,
java.lang.String msg) |
protected void |
stateChanged() |
protected java.lang.String |
toHTML(java.lang.String s) |
public AbstractAutomaticExpressionChecker(ExpressionBuilderConfig config, javax.swing.text.JTextComponent theText)
public void checkExpression()
protected boolean isTipEnabled()
protected boolean isPreviewEnabled()
protected boolean isMessageEnabled()
protected java.lang.String getTip()
protected java.lang.String getMessage()
protected java.lang.String getPreview()
protected void showMessageDialog()
protected void showMessageDialog(java.lang.String title, java.lang.String msg)
protected void setPreview(java.lang.Object value)
protected void setMessage(int mode, java.lang.String text)
protected void setTip(java.lang.String theTip)
protected abstract Expression getExpression()
protected abstract java.lang.String getSuggestion()
protected java.lang.String toHTML(java.lang.String s)
protected void stateChanged()
public boolean isValid()