Class ExecuteWorkingQueryAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Externalizable, java.io.Serializable, java.util.EventListener, javax.swing.Action, org.openide.util.actions.Presenter, org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar, org.openide.util.ContextAwareAction, org.openide.util.HelpCtx.Provider

    public class ExecuteWorkingQueryAction
    extends AbstractExecuteQueryAction
    See Also:
    Serialized Form
    • Constructor Detail

      • ExecuteWorkingQueryAction

        public ExecuteWorkingQueryAction()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in class org.openide.util.actions.SystemAction
      • iconResource

        protected java.lang.String iconResource()
        Overrides:
        iconResource in class org.openide.util.actions.SystemAction
      • phase1

        protected boolean phase1​(com.im.df.api.dml.DFResultSet rs,
                                 java.lang.Object confirmation,
                                 com.im.commons.progress.DFEnvironmentRW env)
        Specified by:
        phase1 in class AbstractExecuteQueryAction