Метод | Описание | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
ShortcutFolder ( ) : 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. |
Метод | Описание | |
---|---|---|
getFolders ( ) : |
Part of the list interface for Folders
|
|
getShortcuts ( ) : |
Part of the list interface for Shortcuts
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
Результат | void |
public allFolders ( ) : |
||
Результат |
public allShortcuts ( ) : |
||
Результат |
public appendFolders ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendFolders ( |
||
el | a ShortcutFolder to add to the collection in /// Folders | |
Результат | void |
public appendFolders ( System coll ) : void | ||
coll | System | a collection ofShortcutFolders to add to the collection in /// Folders |
Результат | void |
public appendFolders ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public appendShortcuts ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendShortcuts ( |
||
el | a Shortcut to add to the collection in /// Shortcuts | |
Результат | void |
public appendShortcuts ( System coll ) : void | ||
coll | System | a collection ofShortcuts to add to the collection in /// Shortcuts |
Результат | void |
public appendShortcuts ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public copyTo ( |
||
other | ||
Результат | void |
public deleteFolders ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteFolders ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public deleteShortcuts ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteShortcuts ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
Результат | void |
public getFolders ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public getShortcuts ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public indexOfFolders ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public indexOfShortcuts ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public insertFolders ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertFolders ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public insertShortcuts ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertShortcuts ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
Результат | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
Результат | void |
public removeFolders ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeFolders ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public removeShortcuts ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeShortcuts ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public setAllFolders ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllFolders ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Folders's current content. |
Результат | void |
public setAllShortcuts ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllShortcuts ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Shortcuts's current content. |
Результат | void |
public subElements ( |
||
l | ||
Результат | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
Результат | void |
public unParseBody ( |
||
pw | ||
Результат | void |