Uses of Class
lumis.portal.commandpalette.DirtyItem
-
Packages that use DirtyItem Package Description lumis.portal.commandpalette -
-
Uses of DirtyItem in lumis.portal.commandpalette
Methods in lumis.portal.commandpalette that return types with arguments of type DirtyItem Modifier and Type Method Description Collection<DirtyItem>
CommandPaletteManager. getDirtyItems()
Collection<DirtyItem>
ICommandPaletteManagerSPI. getDirtyItems()
Returns the existent dirty items.Methods in lumis.portal.commandpalette with parameters of type DirtyItem Modifier and Type Method Description void
CommandPaletteManager. remove(DirtyItem item)
void
ICommandPaletteManagerSPI. remove(DirtyItem item)
Removes the given dirty item.
-