Kie Workbench - Common - UI 6.1.0.CR1

org.kie.workbench.common.widgets.client.menu
Interface FileMenuBuilder

All Known Implementing Classes:
FileMenuBuilderImpl

public interface FileMenuBuilder


Nested Class Summary
static class FileMenuBuilder.MenuItems
           
 
Method Summary
 FileMenuBuilder addCommand(String caption, org.uberfire.mvp.Command command)
           
 FileMenuBuilder addCopy(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addCopy(org.uberfire.backend.vfs.Path path, org.kie.workbench.common.services.shared.validation.Validator validator)
           
 FileMenuBuilder addDelete(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addDelete(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addRename(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path, org.kie.workbench.common.services.shared.validation.Validator validator)
           
 FileMenuBuilder addRestoreVersion(org.uberfire.backend.vfs.Path path)
           
 FileMenuBuilder addSave(org.uberfire.mvp.Command command)
           
 FileMenuBuilder addValidate(org.uberfire.mvp.Command command)
           
 org.uberfire.workbench.model.menu.Menus build()
           
 

Method Detail

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)

addRename

FileMenuBuilder addRename(org.uberfire.backend.vfs.Path path,
                          org.kie.workbench.common.services.shared.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.kie.workbench.common.services.shared.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)

Kie Workbench - Common - UI 6.1.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.