Uses of Class
org.pentaho.mantle.client.solutionbrowser.filelist.FileCommand.COMMAND
-
Packages that use FileCommand.COMMAND Package Description org.pentaho.mantle.client.commands org.pentaho.mantle.client.solutionbrowser org.pentaho.mantle.client.solutionbrowser.filelist -
-
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.commands
Constructors in org.pentaho.mantle.client.commands with parameters of type FileCommand.COMMAND Constructor Description OpenFileCommand(FileCommand.COMMAND openMethod) -
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.solutionbrowser
Methods in org.pentaho.mantle.client.solutionbrowser with parameters of type FileCommand.COMMAND Modifier and Type Method Description voidFileTypeEnabledOptions. addCommand(FileCommand.COMMAND command)voidPluginOptionsHelper.ContentTypePlugin. addCommandPerspective(FileCommand.COMMAND cmd, String perspective)voidSolutionBrowserPanel. executeActionSequence(FileCommand.COMMAND mode)StringPluginOptionsHelper.ContentTypePlugin. getCommandPerspective(FileCommand.COMMAND cmd)booleanPluginOptionsHelper.ContentTypePlugin. hasCommand(FileCommand.COMMAND cmd)booleanFileTypeEnabledOptions. isCommandEnabled(FileCommand.COMMAND command, HashMap<String,String> metadataPerms)voidSolutionBrowserPanel. openFile(String fileNameWithPath, FileCommand.COMMAND mode)voidSolutionBrowserPanel. openFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile, FileCommand.COMMAND mode) -
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.solutionbrowser.filelist
Methods in org.pentaho.mantle.client.solutionbrowser.filelist that return FileCommand.COMMAND Modifier and Type Method Description static FileCommand.COMMANDFileCommand.COMMAND. valueOf(String name)Returns the enum constant of this type with the specified name.static FileCommand.COMMAND[]FileCommand.COMMAND. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMAND Modifier and Type Method Description booleanFileItem. isCommandEnabled(FileCommand.COMMAND command, HashMap<String,String> metadataPerms)Constructors in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMAND Constructor Description FileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary)Suitable when anIFileSummaryinstance is available at construction time.FileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, IRepositoryFileProvider fileSummaryProvider)Suitable when anIFileSummaryinstance is not available at construction time.
-