Uses of Interface
org.uberfire.mvp.Command
-
-
Uses of Command in org.uberfire.backend.vfs
Methods in org.uberfire.backend.vfs with parameters of type Command Modifier and Type Method Description voidObservablePath. onCopy(Command command)voidObservablePath. onDelete(Command command)voidObservablePath. onRename(Command command)voidObservablePath. onUpdate(Command command) -
Uses of Command in org.uberfire.backend.vfs.impl
Methods in org.uberfire.backend.vfs.impl with parameters of type Command Modifier and Type Method Description voidObservablePathImpl. onCopy(Command command)voidObservablePathImpl. onDelete(Command command)voidObservablePathImpl. onRename(Command command)voidObservablePathImpl. onUpdate(Command command) -
Uses of Command in org.uberfire.mvp
Fields in org.uberfire.mvp declared as Command Modifier and Type Field Description static CommandCommands. DO_NOTHINGHas no effect when executed. -
Uses of Command in org.uberfire.workbench.model.menu
Methods in org.uberfire.workbench.model.menu that return Command Modifier and Type Method Description CommandMenuItemCommand. getCommand()Methods in org.uberfire.workbench.model.menu with parameters of type Command Modifier and Type Method Description TMenuFactory.CommandMenu. respondsWith(Command command) -
Uses of Command in org.uberfire.workbench.model.menu.impl
Methods in org.uberfire.workbench.model.menu.impl with parameters of type Command Modifier and Type Method Description MenuBuilderImplMenuBuilderImpl. respondsWith(Command command) -
Uses of Command in org.uberfire.workbench.model.toolbar
Methods in org.uberfire.workbench.model.toolbar that return Command Modifier and Type Method Description CommandToolBarItem. getCommand() -
Uses of Command in org.uberfire.workbench.model.toolbar.impl
Methods in org.uberfire.workbench.model.toolbar.impl that return Command Modifier and Type Method Description CommandDefaultToolBarItem. getCommand()Constructors in org.uberfire.workbench.model.toolbar.impl with parameters of type Command Constructor Description DefaultToolBarItem(String url, String tooltip, Command command)DefaultToolBarItem(IconType iconType, String tooltip, Command command)
-