Class LibFormulaEditor

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.libformula.ui.editor.LibFormulaEditor
All Implemented Interfaces:
EventListener, org.eclipse.swt.events.KeyListener, org.eclipse.swt.internal.SWTEventListener

public class LibFormulaEditor extends org.eclipse.swt.widgets.Dialog implements org.eclipse.swt.events.KeyListener
Author:
matt
  • Field Details

  • Constructor Details

    • LibFormulaEditor

      public LibFormulaEditor(org.eclipse.swt.widgets.Shell parent, int style, String formula, String[] inputFields) throws Exception
      Throws:
      Exception
  • Method Details

    • open

      public String open()
    • ok

      public void ok()
    • cancel

      public void cancel()
    • readFunctions

      public void readFunctions() throws Exception
      Throws:
      Exception
    • setStyles

      public void setStyles()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • keyPressed

      public void keyPressed(org.eclipse.swt.events.KeyEvent e)
      Specified by:
      keyPressed in interface org.eclipse.swt.events.KeyListener
    • keyReleased

      public void keyReleased(org.eclipse.swt.events.KeyEvent arg0)
      Specified by:
      keyReleased in interface org.eclipse.swt.events.KeyListener