Class AbstractJFaceRunner

java.lang.Object
com.ibm.wala.ide.ui.AbstractJFaceRunner
Direct Known Subclasses:
SWTTreeViewer

public abstract class AbstractJFaceRunner extends Object
abstract base class for launching a JFace application

TODO: unify with other launchers?

  • Field Details

    • applicationWindow

      protected org.eclipse.jface.window.ApplicationWindow applicationWindow
    • blockInput

      protected boolean blockInput
  • Constructor Details

    • AbstractJFaceRunner

      protected AbstractJFaceRunner()
  • Method Details

    • getApplicationWindow

      public org.eclipse.jface.window.ApplicationWindow getApplicationWindow()
    • setApplicationWindow

      public void setApplicationWindow(org.eclipse.jface.window.ApplicationWindow newApplicationWindow)
    • isBlockInput

      public boolean isBlockInput()
    • setBlockInput

      public void setBlockInput(boolean newBlockInput)
    • toString

      public String toString()
      Overrides:
      toString in class Object