Kie Workbench - Common - UI 6.0.0.CR3

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

All Known Implementing Classes:
FileMenuBuilderImpl

public interface FileMenuBuilder


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 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 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)

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)

Kie Workbench - Common - UI 6.0.0.CR3

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