Package up2date_client :: Module rhnregGui :: Class ReviewLog
[hide private]
[frames] | no frames]

Class ReviewLog

source code

Instance Methods [hide private]
 
__init__(self) source code
 
prependBoldText(self, text)
Adds a blob of bolded text to the beggining specified section.
source code
 
addBoldText(self, text)
Adds a blob of bolded text to the specified section.
source code
 
prependText(self, text)
Insert a blob of text at the beggining of section.
source code
 
addText(self, text)
Adds a blob of text to the specified section.
source code
 
addBulletedText(self, text) source code
 
getTextBuffer(self) source code
 
usedUniversalActivationKey(self, keyName) source code
 
pm_plugin_warning(self)
Add to review screen warning that plugin is not installed
source code
 
pm_plugin_conf_changed(self)
Add to review screen warning that plugin config file has been changed
source code
 
pm_plugin_conf_error(self)
Add to review screen warning that plugin config file can not be open
source code
 
channels(self, subscribedChannels, failedChannels) source code
 
systemSlots(self, slots, failedSlots) source code
Method Details [hide private]

prependBoldText(self, text)

source code 

Adds a blob of bolded text to the beggining specified section. Adds a newline after the text.

addBoldText(self, text)

source code 

Adds a blob of bolded text to the specified section. Adds a newline after the text.

prependText(self, text)

source code 

Insert a blob of text at the beggining of section. Adds a newline after the text.

addText(self, text)

source code 

Adds a blob of text to the specified section. Adds a newline after the text.