Class InfobaseRelocateApplicationHandler

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.e1c.g5.dt.applications.ui.handlers.AbstractRelocateApplicationHandler
com.e1c.g5.dt.internal.applications.infobases.ui.actions.InfobaseRelocateApplicationHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class InfobaseRelocateApplicationHandler extends AbstractRelocateApplicationHandler
Handler for command "com.e1c.g5.dt.applications.ui.commands.relocate" which working with IInfobaseApplication

Triggers saving of changed editors before changing application location.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    openDialogOrWizard(org.eclipse.swt.widgets.Shell parentShell, IApplication application)
    Creates and open dialog or wizard for relocating application

    Methods inherited from class com.e1c.g5.dt.applications.ui.handlers.AbstractRelocateApplicationHandler

    execute

    Methods inherited from class org.eclipse.core.commands.AbstractHandler

    addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InfobaseRelocateApplicationHandler

      public InfobaseRelocateApplicationHandler()
  • Method Details

    • openDialogOrWizard

      protected void openDialogOrWizard(org.eclipse.swt.widgets.Shell parentShell, IApplication application) throws org.eclipse.core.runtime.CoreException
      Description copied from class: AbstractRelocateApplicationHandler
      Creates and open dialog or wizard for relocating application
      Specified by:
      openDialogOrWizard in class AbstractRelocateApplicationHandler
      Parameters:
      parentShell - actual parent Shell, cannot be null
      application - current IApplication for relocating, cannot be null
      Throws:
      org.eclipse.core.runtime.CoreException - - thrown if there is a problem creating or openning the wizard