Uses of Enum Class
org.pentaho.mantle.client.solutionbrowser.filelist.FileCommand.COMMAND
Packages that use FileCommand.COMMAND
Package
Description
- 
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.commands
Constructors in org.pentaho.mantle.client.commands with parameters of type FileCommand.COMMAND - 
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.solutionbrowser
Methods in org.pentaho.mantle.client.solutionbrowser with parameters of type FileCommand.COMMANDModifier and TypeMethodDescriptionvoidFileTypeEnabledOptions.addCommand(FileCommand.COMMAND command) voidPluginOptionsHelper.ContentTypePlugin.addCommandPerspective(FileCommand.COMMAND cmd, String perspective) voidSolutionBrowserPanel.executeActionSequence(FileCommand.COMMAND mode) PluginOptionsHelper.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.COMMANDModifier and TypeMethodDescriptionstatic FileCommand.COMMANDReturns the enum constant of this class with the specified name.static FileCommand.COMMAND[]FileCommand.COMMAND.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMANDModifier and TypeMethodDescriptionbooleanFileItem.isCommandEnabled(FileCommand.COMMAND command, HashMap<String, String> metadataPerms) Constructors in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMANDModifierConstructorDescriptionFileCommand(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.