Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIGSettingsCollection

Os nossos voluntários ainda não traduziram este artigo para Português (Europeu) . Junte-se a nós e ajude-nos a fazer o trabalho!

Please add a summary to this article.
1.0
28
Introduced
Gecko 6.0
Inherits from: nsISupports Last changed in Gecko 6.0 (Firefox 6.0 / Thunderbird 6.0 / SeaMonkey 2.3)

Method overview

boolean getBoolean(in AUTF8String key);
long getInt(in AUTF8String key);
AUTF8String getString(in AUTF8String key);
void setBoolean(in AUTF8String key, in boolean value);
void setInt(in AUTF8String key, in long value);
void setString(in AUTF8String key, in AUTF8String value);

Methods

getBoolean()

boolean getBoolean(
  in AUTF8String key
);
Parameters
key
Return value

 

getInt()

long getInt(
  in AUTF8String key
);
Parameters
key
Return value

 

getString()

AUTF8String getString(
  in AUTF8String key
);
Parameters
key
Return value

 

setBoolean()

void setBoolean(
  in AUTF8String key,
  in boolean value
);
Parameters
key
value

setInt()

void setInt(
  in AUTF8String key,
  in long value
);
Parameters
key
value

setString()

void setString(
  in AUTF8String key,
  in AUTF8String value
);
Parameters
key
value

Etiquetas do documento e colaboradores

 Colaboradores para esta página: Sheppy, trevorh
 Última atualização por: Sheppy,