Class RefreshMobileApplicationPublicationAction
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
com._1c.g5.v8.dt.internal.platform.services.ui.DeferredSelectionProviderAction
com._1c.g5.v8.dt.internal.platform.services.ui.webservers.actions.AbstractPublishAction
com._1c.g5.v8.dt.internal.platform.services.ui.webservers.actions.RefreshMobileApplicationPublicationAction
- All Implemented Interfaces:
org.eclipse.jface.action.IAction
,ISelectionChangedListener
Refreshes the target publication content.
-
Field Summary
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Performs publishing process.void
selectionChanged
(IStructuredSelection selection) Notifies this action that the given structured selection has changed in the selection provider.Methods inherited from class com._1c.g5.v8.dt.internal.platform.services.ui.webservers.actions.AbstractPublishAction
getRuntimeInstallation, getWebServer, runWithEvent
Methods inherited from class com._1c.g5.v8.dt.internal.platform.services.ui.DeferredSelectionProviderAction
dispose, getSelection, getSelectionProvider, getStructuredSelection, selectionChanged, selectionChanged, setSelectionProvider
Methods inherited from class org.eclipse.jface.action.Action
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, run, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
Methods inherited from class org.eclipse.jface.action.AbstractAction
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
Constructor Details
-
RefreshMobileApplicationPublicationAction
public RefreshMobileApplicationPublicationAction()Constructor ofRefreshMobileApplicationPublicationAction
.
-
-
Method Details
-
publish
Description copied from class:AbstractPublishAction
Performs publishing process.- Specified by:
publish
in classAbstractPublishAction
- Parameters:
selection
- the current selected element, cannot benull
display
- the event display, cannot benull
-
selectionChanged
Description copied from class:DeferredSelectionProviderAction
Notifies this action that the given structured selection has changed in the selection provider.The
SelectionProviderAction
implementation of this method does nothing. Subclasses may reimplement to react to this selection change.- Overrides:
selectionChanged
in classAbstractPublishAction
- Parameters:
selection
- the new selection, cannot benull
-