API Docs for: 2.0.0

Class StickyItems

Class defined in: src/node-stickyitems.js:21

Implements sticky notes for SAGE2

Object StickyItems( )
src/node-stickyitems.js:21

Returns: <Object>

an object representing....

attachStickyItem( )
src/node-stickyitems.js:32

Attach a sticky item to another to make a chain.

detachStickyItem( )
src/node-stickyitems.js:55

Remove an element from the chain, when the element is moved away

getFirstLevelStickingItems( )
src/node-stickyitems.js:217

Get items immediately sticking to item

getNotPinnedAppList( )
src/node-stickyitems.js:242

List of items that are not pinned

getStickingItems( )
src/node-stickyitems.js:197

Get list of items(entire tree rooted at item) sticking to the item

moveAndResizeItemsStickingToUpdatedItem( )
src/node-stickyitems.js:169

Move and resize, chains of items sticking to the moved item

moveFirstLevelItemsStickingToUpdatedItem( )
src/node-stickyitems.js:117

Move only the items sticking directly to the moved item

moveItemsStickingToUpdatedItem( )
src/node-stickyitems.js:92

Move chains of items sticking to the moved item

pileItemsStickingToUpdatedItem( )
src/node-stickyitems.js:140

Pile sticky item chain so that the items are within the boundaries of the background item, during tiling of partitions, this ensures that the sticky chain of a tile doesn't intrude on another tile

refreshNotPinnedAppList( )
src/node-stickyitems.js:252
registerNotPinnedApp( )
src/node-stickyitems.js:230

Method to mark item not pinned but having a background item When the item is finally moved away from the background, this itme will have its pin hidden.

removeElement( )
src/node-stickyitems.js:76

Remove an element from the chain, when the element is deleted.