Uses of Class
org.uberfire.ext.editor.commons.client.file.popups.RenamePopUpPresenter
-
Packages that use RenamePopUpPresenter Package Description org.uberfire.ext.editor.commons.client.file.popups org.uberfire.ext.editor.commons.client.menu org.uberfire.ext.editor.commons.client.menu.common -
-
Uses of RenamePopUpPresenter in org.uberfire.ext.editor.commons.client.file.popups
Methods in org.uberfire.ext.editor.commons.client.file.popups with parameters of type RenamePopUpPresenter Modifier and Type Method Description voidRenamePopUpView. init(RenamePopUpPresenter presenter) -
Uses of RenamePopUpPresenter in org.uberfire.ext.editor.commons.client.menu
Constructors in org.uberfire.ext.editor.commons.client.menu with parameters of type RenamePopUpPresenter 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) -
Uses of RenamePopUpPresenter in org.uberfire.ext.editor.commons.client.menu.common
Constructors in org.uberfire.ext.editor.commons.client.menu.common with parameters of type RenamePopUpPresenter Constructor Description SaveAndRenameCommandBuilder(RenamePopUpPresenter renamePopUpPresenter, org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification, javax.enterprise.event.Event<org.uberfire.client.mvp.RenameInProgressEvent> renameInProgressEvent)
-