Squeak Class Documentation category index | class index  
 
TextLink
  category: Collections-Text
  superclass: TextAction
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  actOnClickFor:
analyze:
analyze:with:
classAndMethod:
info
validate:
writeScanOn:

class methods
  as yet unclassified
  scanFrom:

instance methods
  as yet unclassified top  
 

actOnClickFor:

Add to the end of the list. 'aClass selector', 'aClass Comment', 'aClass Definition', 'aClass Hierarchy' are the formats allowed.


 

analyze:

Analyze the selected text to find both the parameter to store and the text to emphesize (may be different from original selection). Does not return self!. May be of the form:
3+4
<3+4>
Click Here<3+4>
<3+4>Click Here


 

analyze:with:

Initalize this attribute holder with a piece text the user typed into a paragraph. Returns the text to emphesize (may be different from selection) Does not return self!. nonMethod is what to show when clicked, i.e. the last part of specifier (Comment, Definition, or Hierarchy). May be of the form:
Point
<Point>
Click Here<Point>
<Point>Click Here


 

classAndMethod:


 

info


 

validate:

Can this string be decoded to be Class space Method (or Comment, Definition, Hierarchy)? If so, return it in valid format, else nil


 

writeScanOn:


class methods
  as yet unclassified top  
 

scanFrom:

read a link in the funny format used by Text styles on files. LPoint +;LPoint Comment;