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

Java Constructs
Class DefaultStyledDocument

Implemented Classifiers:
       StyledDocument

General Info
Name  DefaultStyledDocument
Visibility  public
Active  false
Abstract  false
Leaffalse
Rootfalse
OwnerJava Constructs

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

Relations
NameTypeBeginsEnds
 <unnamed>associationMessageWindowDefaultStyledDocument
 <unnamed>abstractionDefaultStyledDocumentStyledDocument


Operation  insertString

General Info
NameinsertString
OwnerDefaultStyledDocument
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