public class AddFormulaPartToTextArea_Action
extends javax.swing.AbstractAction
| Modifier and Type | Field and Description | 
|---|---|
protected FeatureSchema | 
featureSchema  | 
protected java.lang.String | 
formulaPart  | 
protected boolean | 
isMathSign  | 
protected java.lang.String[] | 
mathSigns  | 
protected javax.swing.JTextArea | 
textArea  | 
| Constructor and Description | 
|---|
AddFormulaPartToTextArea_Action(java.lang.String formulaPart,
                               javax.swing.JTextArea textArea,
                               java.lang.String[] mathSigns,
                               FeatureSchema featureSchema)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
actionPerformed(java.awt.event.ActionEvent event)  | 
protected boolean | 
isOperator(java.lang.String op)  | 
protected javax.swing.JTextArea textArea
protected java.lang.String[] mathSigns
protected java.lang.String formulaPart
protected boolean isMathSign
protected FeatureSchema featureSchema
public AddFormulaPartToTextArea_Action(java.lang.String formulaPart,
                               javax.swing.JTextArea textArea,
                               java.lang.String[] mathSigns,
                               FeatureSchema featureSchema)
textArea - text area to add the button text to