org.kie.workbench.common.widgets.client.menu
Interface FileMenuBuilder
- All Known Implementing Classes:
- FileMenuBuilderImpl
public interface FileMenuBuilder
build
org.uberfire.workbench.model.menu.Menus build()
addSave
FileMenuBuilder addSave(org.uberfire.mvp.Command command)
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)
addCopy
FileMenuBuilder addCopy(org.uberfire.mvp.Command command)
addCopy
FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path)
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.