Method | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
ShortcutDictionary ( ) : System | ||
allFolders ( ) : |
Part of the list interface for Folders
|
|
allShortcuts ( ) : |
Part of the list interface for Shortcuts
|
|
appendFolders ( Lock aLock, |
||
appendFolders ( |
Part of the list interface for Folders
|
|
appendFolders ( System coll ) : void |
Part of the list interface for Folders
|
|
appendFolders ( System coll, Lock aLock ) : void | ||
appendShortcuts ( Lock aLock, |
||
appendShortcuts ( |
Part of the list interface for Shortcuts
|
|
appendShortcuts ( System coll ) : void |
Part of the list interface for Shortcuts
|
|
appendShortcuts ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countFolders ( ) : int |
Part of the list interface for Folders
|
|
countShortcuts ( ) : int |
Part of the list interface for Shortcuts
|
|
deleteFolders ( int idx ) : void |
Part of the list interface for Folders This deletion function removes an element from the collection in Folders
|
|
deleteFolders ( int idx, Lock aLock ) : void | ||
deleteShortcuts ( int idx ) : void |
Part of the list interface for Shortcuts This deletion function removes an element from the collection in Shortcuts
|
|
deleteShortcuts ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getFolders ( int idx ) : |
Part of the list interface for Folders This function returns an element from the collection in Folders based on an index.
|
|
getShortcuts ( int idx ) : |
Part of the list interface for Shortcuts This function returns an element from the collection in Shortcuts based on an index.
|
|
indexOfFolders ( IXmlBBase el ) : int |
Part of the list interface for Folders This function returns the index of an element in the collection.
|
|
indexOfShortcuts ( IXmlBBase el ) : int |
Part of the list interface for Shortcuts This function returns the index of an element in the collection.
|
|
insertFolders ( int idx, |
Part of the list interface for Folders This insertion function inserts a new element in the collection in Folders
|
|
insertFolders ( int idx, |
||
insertShortcuts ( int idx, |
Part of the list interface for Shortcuts This insertion function inserts a new element in the collection in Shortcuts
|
|
insertShortcuts ( int idx, |
||
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
parseBody ( XmlBooster.XmlBContext ctxt ) : void | This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
removeFolders ( IXmlBBase obj ) : void |
Part of the list interface for Folders This deletion function removes an element from the collection in Folders If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeFolders ( IXmlBBase obj, Lock aLock ) : void | ||
removeShortcuts ( IXmlBBase obj ) : void |
Part of the list interface for Shortcuts This deletion function removes an element from the collection in Shortcuts If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeShortcuts ( IXmlBBase obj, Lock aLock ) : void | ||
setAllFolders ( Lock aLock, System coll ) : void | ||
setAllFolders ( System coll ) : void |
Part of the list interface for Folders
|
|
setAllShortcuts ( Lock aLock, System coll ) : void | ||
setAllShortcuts ( System coll ) : void |
Part of the list interface for Shortcuts
|
|
subElements ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
unParse ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
unParseBody ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
Method | Description | |
---|---|---|
getFolders ( ) : |
Part of the list interface for Folders
|
|
getShortcuts ( ) : |
Part of the list interface for Shortcuts
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allShortcuts ( ) : |
||
return |
public appendFolders ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendFolders ( |
||
el | a ShortcutFolder to add to the collection in /// Folders | |
return | void |
public appendFolders ( System coll ) : void | ||
coll | System | a collection ofShortcutFolders to add to the collection in /// Folders |
return | void |
public appendFolders ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendShortcuts ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendShortcuts ( |
||
el | a Shortcut to add to the collection in /// Shortcuts | |
return | void |
public appendShortcuts ( System coll ) : void | ||
coll | System | a collection ofShortcuts to add to the collection in /// Shortcuts |
return | void |
public appendShortcuts ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public copyTo ( |
||
other | ||
return | void |
public deleteFolders ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteFolders ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteShortcuts ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteShortcuts ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
return | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
return | void |
public getFolders ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getShortcuts ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public indexOfFolders ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfShortcuts ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public insertFolders ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertFolders ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public insertShortcuts ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertShortcuts ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
return | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
return | void |
public removeFolders ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeFolders ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeShortcuts ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeShortcuts ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public setAllFolders ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllFolders ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Folders's current content. |
return | void |
public setAllShortcuts ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllShortcuts ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Shortcuts's current content. |
return | void |
public subElements ( |
||
l | ||
return | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |
public unParseBody ( |
||
pw | ||
return | void |