Class 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 Detail

      • mathSigns

        protected String[] mathSigns
      • formulaPart

        protected String formulaPart
      • isMathSign

        protected boolean isMathSign
    • Constructor Detail

      • AddFormulaPartToTextArea_Action

        public AddFormulaPartToTextArea_Action​(String formulaPart,
                                               JTextArea textArea,
                                               String[] mathSigns,
                                               FeatureSchema featureSchema)
        Parameters:
        formulaPart - a formula part
        textArea - text area to add the button text to
        mathSigns - the array of math signs
        featureSchema - the feature schema
    • Method Detail

      • isOperator

        protected boolean isOperator​(String op)
      • actionPerformed

        public void actionPerformed​(ActionEvent event)
        Parameters:
        event - event to process