Home
last modified time | relevance | path

Searched refs:getCommandPaletteItems (Results 1 – 6 of 6) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/palette/model/
H A DCommandPaletteEntryProvider.java26 List<CommandPaletteItem> getCommandPaletteItems(); in getCommandPaletteItems() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/palette/
H A DUserPrefPaletteSource.java41 public List<CommandPaletteItem> getCommandPaletteItems() in getCommandPaletteItems() method in UserPrefPaletteSource
H A DRAddinPaletteSource.java49 public List<CommandPaletteItem> getCommandPaletteItems() in getCommandPaletteItems() method in RAddinPaletteSource
H A DAppCommandPaletteSource.java44 public List<CommandPaletteItem> getCommandPaletteItems() in getCommandPaletteItems() method in AppCommandPaletteSource
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/command/
H A DPanmirrorToolbarCommands.java172 public List<CommandPaletteItem> getCommandPaletteItems() in getCommandPaletteItems() method in PanmirrorToolbarCommands
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/palette/ui/
H A DCommandPalette.java458 items = provider.getCommandPaletteItems(); in renderNextPage()