Uses of Interface
org.uberfire.ext.editor.commons.client.file.CommandWithFileNameAndCommitMessage
-
Packages that use CommandWithFileNameAndCommitMessage Package Description org.uberfire.ext.editor.commons.client.file.popups org.uberfire.ext.editor.commons.client.menu.common -
-
Uses of CommandWithFileNameAndCommitMessage in org.uberfire.ext.editor.commons.client.file.popups
Methods in org.uberfire.ext.editor.commons.client.file.popups with parameters of type CommandWithFileNameAndCommitMessage Modifier and Type Method Description voidCopyPopUpPresenter. show(org.uberfire.backend.vfs.Path path, CommandWithFileNameAndCommitMessage copyPopupCommand)voidCopyPopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, CommandWithFileNameAndCommitMessage command)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, CommandWithFileNameAndCommitMessage renameCommand)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, CommandWithFileNameAndCommitMessage renameCommand, String originalFileName)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, boolean isDirty, CommandWithFileNameAndCommitMessage renameCommand, CommandWithFileNameAndCommitMessage saveAndRenameCommand)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, CommandWithFileNameAndCommitMessage renameCommand)voidRenamePopUpPresenter. show(org.uberfire.backend.vfs.Path path, Validator validator, CommandWithFileNameAndCommitMessage renameCommand, CommandWithFileNameAndCommitMessage saveAndRenameCommand, boolean isDirty, String originalFileName) -
Uses of CommandWithFileNameAndCommitMessage in org.uberfire.ext.editor.commons.client.menu.common
Methods in org.uberfire.ext.editor.commons.client.menu.common that return CommandWithFileNameAndCommitMessage Modifier and Type Method Description protected CommandWithFileNameAndCommitMessageSaveAndRenameCommandBuilder. makeRenameCommand()protected CommandWithFileNameAndCommitMessageSaveAndRenameCommandBuilder. makeSaveAndRenameCommand()
-