Class gxe.util.StringBuffer
				
				
			
				Simulates some methods associated with an StringBuffer data structure.
				
				
					
Defined in:  gxe.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Method Attributes | Method Name and Description | 
|---|---|
| append(s)
								 Appends a string. | |
| constructor(text)
								 Constructor. | |
| toString()
								 Returns the associated string. | 
					Method Detail
				
				
					 
					
					
					{gxe.util.StringBuffer}
					append(s)
					
					
					
						Appends a string.
						
						
					
					
					
					
						
							- Parameters:
- {String} s
- the string to append
- Returns:
- {gxe.util.StringBuffer} this instance
					
					{gxe.util.StringBuffer}
					constructor(text)
					
					
					
						Constructor.
						
						
					
					
					
					
						
							- Parameters:
- {String} text
- the initial text
- Returns:
- {gxe.util.StringBuffer} the new instance
					
					{String}
					toString()
					
					
					
						Returns the associated string.
						
						
					
					
					
					
						
						
						
						
						
							- Returns:
- {String} this string