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/embedcomp/command-params;1
This component implements the following interfaces:
Constants
Methods
| Interface | Method |
|---|---|
| nsICommandParams |
void first ( )
|
| nsICommandParams |
PRBool getBooleanValue ( char* name )
|
| nsICommandParams |
char* getCStringValue ( char* name )
|
| nsICommandParams |
double getDoubleValue ( char* name )
|
| nsICommandParams |
nsISupports getISupportsValue ( char* name )
|
| nsICommandParams |
PRInt32 getLongValue ( char* name )
|
| nsICommandParams |
char* getNext ( )
|
| nsICommandParams |
AString getStringValue ( char* name )
|
| nsICommandParams |
PRInt16 getValueType ( char* name )
|
| nsICommandParams |
PRBool hasMoreElements ( )
|
| nsICommandParams |
void removeValue ( char* name )
|
| nsICommandParams |
void setBooleanValue ( char* name , PRBool value )
|
| nsICommandParams |
void setCStringValue ( char* name , char* value )
|
| nsICommandParams |
void setDoubleValue ( char* name , double value )
|
| nsICommandParams |
void setISupportsValue ( char* name , nsISupports value )
|
| nsICommandParams |
void setLongValue ( char* name , PRInt32 value )
|
| nsICommandParams |
void setStringValue ( char* name , AString value )
|
Reference documentation is generated from Mozilla's source.
