org.kie.workbench.common.widgets.client.menu
Interface FileMenuBuilder
- All Known Implementing Classes:
- FileMenuBuilderImpl
public interface FileMenuBuilder
addSave
FileMenuBuilder addSave(org.uberfire.workbench.model.menu.MenuItem menuItem)
addSave
FileMenuBuilder addSave(org.uberfire.mvp.Command command)
addNewTopLevelMenu
FileMenuBuilder addNewTopLevelMenu(org.uberfire.workbench.model.menu.MenuItem menu)
addDelete
FileMenuBuilder addDelete(org.uberfire.mvp.Command command)
addDelete
FileMenuBuilder addDelete(org.uberfire.backend.vfs.Path path)
addRename
FileMenuBuilder addRename(org.uberfire.mvp.Command command)
addRename
FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path)
addRename
FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path,
org.uberfire.ext.editor.commons.client.validation.Validator validator)
addCopy
FileMenuBuilder addCopy(org.uberfire.mvp.Command command)
addCopy
FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path)
addCopy
FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path,
org.uberfire.ext.editor.commons.client.validation.Validator validator)
addValidate
FileMenuBuilder addValidate(org.uberfire.mvp.Command command)
addRestoreVersion
FileMenuBuilder addRestoreVersion(org.uberfire.backend.vfs.Path path)
addCommand
FileMenuBuilder addCommand(String caption,
org.uberfire.mvp.Command command)
build
org.uberfire.workbench.model.menu.Menus build()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.