Class AddFormulaPartToTextArea_Action
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.fho.jump.pirol.plugins.EditAttributeByFormula.AddFormulaPartToTextArea_Action
-
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
public class AddFormulaPartToTextArea_Action extends AbstractAction
Action to add a button's text to a given JTextArea, when the button is pressed.- Version:
- $Rev$
- Author:
- Ole Rahn
FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement - See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FeatureSchema
featureSchema
protected String
formulaPart
protected boolean
isMathSign
protected String[]
mathSigns
protected JTextArea
textArea
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description AddFormulaPartToTextArea_Action(String formulaPart, JTextArea textArea, String[] mathSigns, FeatureSchema featureSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent event)
protected boolean
isOperator(String op)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
textArea
protected JTextArea textArea
-
mathSigns
protected String[] mathSigns
-
formulaPart
protected String formulaPart
-
isMathSign
protected boolean isMathSign
-
featureSchema
protected FeatureSchema featureSchema
-
-
Constructor Detail
-
AddFormulaPartToTextArea_Action
public AddFormulaPartToTextArea_Action(String formulaPart, JTextArea textArea, String[] mathSigns, FeatureSchema featureSchema)
- Parameters:
formulaPart
- a formula parttextArea
- text area to add the button text tomathSigns
- the array of math signsfeatureSchema
- the feature schema
-
-
Method Detail
-
isOperator
protected boolean isOperator(String op)
-
actionPerformed
public void actionPerformed(ActionEvent event)
- Parameters:
event
- event to process
-
-