View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Operations | Relations

Mud Client
Interface StyledDocument


Document
   |
   +--StyledDocument

General Info
Name  StyledDocument
Visibility  public
Abstract  false
Leaffalse
Rootfalse
OwnerMud Client

Operations
NameReturn Type
 insertString(offset : int, str : String, a : AttributeSet) 

Relations
NameTypeBeginsEnds
 <unnamed>generalizationStyledDocumentDocument
 <unnamed>usageMessageWindowStyledDocument


Operation  insertString

General Info
NameinsertString
OwnerStyledDocument
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
aAttributeSet  inout
offsetint  in
strString  in


Parameter a

The attribute set to be associated with this string in the document.

General Info
Name  a
Owner  insertString
Type  AttributeSet 
Direction Kind  inout


Parameter offset

The position offset of where the insertion is to take place.

General Info
Name  offset
Owner  insertString
Type  int 
Direction Kind  in


Parameter str

The String to insert into the document.

General Info
Name  str
Owner  insertString
Type  String 
Direction Kind  in