Uses of Class
org.uberfire.ext.editor.commons.client.file.popups.CopyPopUpPresenter
-
Packages that use CopyPopUpPresenter Package Description org.uberfire.ext.editor.commons.client.file.popups org.uberfire.ext.editor.commons.client.menu -
-
Uses of CopyPopUpPresenter in org.uberfire.ext.editor.commons.client.file.popups
Methods in org.uberfire.ext.editor.commons.client.file.popups with parameters of type CopyPopUpPresenter Modifier and Type Method Description voidCopyPopUpView. init(CopyPopUpPresenter presenter) -
Uses of CopyPopUpPresenter in org.uberfire.ext.editor.commons.client.menu
Constructors in org.uberfire.ext.editor.commons.client.menu with parameters of type CopyPopUpPresenter Constructor Description BasicFileMenuBuilderImpl(DeletePopUpPresenter deletePopUpPresenter, CopyPopUpPresenter copyPopUpPresenter, RenamePopUpPresenter renamePopUpPresenter, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, RestoreVersionCommandProvider restoreVersionCommandProvider)
-