All Packages Class Hierarchy This Package Previous Next Index
NSTextView
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- textView:clickedOnCell:inRect:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:clickedOnCell:inRect:atIndex:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textViewDidChangeSelection:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:doCommandBySelector:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:doubleClickedOnCell:inRect:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:doubleClickedOnCell:inRect:atIndex:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:draggedCell:inRect:event:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:draggedCell:inRect:event:atIndex:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:shouldChangeTextInRange:replacementString:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
- textView:willChangeSelectionFromCharacterRange:toCharacterRange:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract void textViewClickedCellAtIndex(TextView textView, CellForTextAttachment cell, Rect cellFrame, int charIndex)
- textView:clickedOnCell:inRect:atIndex:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract void textViewDoubleClickedCellAtIndex(TextView textView, CellForTextAttachment cell, Rect cellFrame, int charIndex)
- textView:doubleClickedOnCell:inRect:atIndex:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract void textViewDraggedCellAtIndex(TextView view, CellForTextAttachment cell, Rect rect, Event event, int charIndex)
- textView:draggedCell:inRect:event:atIndex:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract Range textViewWillChangeSelection(TextView textView, Range oldSelectedCharRange, Range newSelectedCharRange)
- textView:willChangeSelectionFromCharacterRange:toCharacterRange:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract void textViewDidChangeSelection(Notification notification)
- textViewDidChangeSelection:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract boolean textViewShouldChangeTextInRange(TextView textView, Range affectedCharRange, String replacementString)
- textView:shouldChangeTextInRange:replacementString:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract boolean textViewDoCommandBySelector(TextView textView, Selector commandSelector)
- textView:doCommandBySelector:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract void textViewClickedCell(TextView textView, CellForTextAttachment cell, Rect cellFrame)
- textView:clickedOnCell:inRect:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract void textViewDoubleClickedCell(TextView textView, CellForTextAttachment cell, Rect cellFrame)
- textView:doubleClickedOnCell:inRect:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
public abstract void textViewDraggedCell(TextView view, CellForTextAttachment cell, Rect rect, Event event)
- textView:draggedCell:inRect:event:
Objective-C instance method
implemented by delegates of the TextView
class
(known as the NSTextView
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index