WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/security/nsASN1Tree;1
This component implements the following interfaces:
Constants
Properties
readonly PRInt32 nsITreeView.rowCount
The total number of rows in the tree (including the offscreen rows).
nsITreeSelection nsITreeView.selection
The selection for this view.
Methods
| Interface | Method |
|---|---|
| nsITreeView |
PRBool canDrop ( PRInt32 index , PRInt32 orientation )
|
| nsITreeView |
void cycleCell ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
void cycleHeader ( nsITreeColumn col )
|
| nsITreeView |
void drop ( PRInt32 row , PRInt32 orientation )
|
| nsITreeView |
void getCellProperties ( PRInt32 row , nsITreeColumn col , nsISupportsArray properties )
|
| nsITreeView |
AString getCellText ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
AString getCellValue ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
void getColumnProperties ( nsITreeColumn col , nsISupportsArray properties )
|
| nsIASN1Tree |
AString getDisplayData ( PRUint32 index )
|
| nsITreeView |
AString getImageSrc ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
PRInt32 getLevel ( PRInt32 index )
|
| nsITreeView |
PRInt32 getParentIndex ( PRInt32 rowIndex )
|
| nsITreeView |
PRInt32 getProgressMode ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
void getRowProperties ( PRInt32 index , nsISupportsArray properties )
|
| nsITreeView |
PRBool hasNextSibling ( PRInt32 rowIndex , PRInt32 afterIndex )
|
| nsITreeView |
PRBool isContainer ( PRInt32 index )
|
| nsITreeView |
PRBool isContainerEmpty ( PRInt32 index )
|
| nsITreeView |
PRBool isContainerOpen ( PRInt32 index )
|
| nsITreeView |
PRBool isEditable ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
PRBool isSelectable ( PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
PRBool isSeparator ( PRInt32 index )
|
| nsITreeView |
PRBool isSorted ( )
|
| nsIASN1Tree |
void loadASN1Structure ( nsIASN1Object asn1Object )
|
| nsITreeView |
void performAction ( PRUnichar* action )
|
| nsITreeView |
void performActionOnCell ( PRUnichar* action , PRInt32 row , nsITreeColumn col )
|
| nsITreeView |
void performActionOnRow ( PRUnichar* action , PRInt32 row )
|
| nsITreeView |
void selectionChanged ( )
|
| nsITreeView |
void setCellText ( PRInt32 row , nsITreeColumn col , AString value )
|
| nsITreeView |
void setCellValue ( PRInt32 row , nsITreeColumn col , AString value )
|
| nsITreeView |
void setTree ( nsITreeBoxObject tree )
|
| nsITreeView |
void toggleOpenState ( PRInt32 index )
|
Reference documentation is generated from Mozilla's source.
