| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.editor.EmacsAction.Tracker
protected static final class EmacsAction.Tracker
Protected class for tracking an editor and offset to determine whether to merge possibly consecutive kill actions, or for determining whether previous action was a yank or yank pop.
| Constructor Summary | |
|---|---|
protected  | 
EmacsAction.Tracker()
Construct a Tracker instance. | 
| Method Summary | |
|---|---|
 void | 
caretUpdate(javax.swing.event.CaretEvent event)
Called when the caret position is updated.  | 
 void | 
deinstall(BasicEditorPane editor)
Called when the plugin is being removed from the BasicEditorPane (for example when the editor is closed.)  | 
 void | 
focusGained(java.awt.event.FocusEvent event)
Invoked when a component gains the keyboard focus.  | 
 void | 
focusLost(java.awt.event.FocusEvent e)
Invoked when a component loses the keyboard focus.  | 
 void | 
install(BasicEditorPane editor)
Called when this plugin is being installed into the BasicEditorPane.  | 
protected  boolean | 
matchesEditor(BasicEditorPane editor,
              int offset)
Returns whether the passed in editor and offset matches the editor and offset we are tracking  | 
 void | 
propertyChange(java.beans.PropertyChangeEvent event)
This method gets called when a bound property is changed.  | 
protected  void | 
trackEditor(BasicEditorPane editor)
Utility routine to start tracking the current editor so that we can detect consecutive kills.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected EmacsAction.Tracker()
Tracker instance.
| Method Detail | 
|---|
protected boolean matchesEditor(BasicEditorPane editor,
                                int offset)
editor - the editor to checkoffset - the offset to check
protected void trackEditor(BasicEditorPane editor)
editor - the new editor to trackpublic void install(BasicEditorPane editor)
install in interface EditorPlugineditor - the editor panepublic void deinstall(BasicEditorPane editor)
deinstall in interface EditorPlugineditor - the editor panepublic void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange in interface java.beans.PropertyChangeListenerevent - a PropertyChangeEvent object describing the event
        source and the property that has changed.public void caretUpdate(javax.swing.event.CaretEvent event)
caretUpdate in interface javax.swing.event.CaretListenerevent - the caret eventpublic void focusGained(java.awt.event.FocusEvent event)
focusGained in interface java.awt.event.FocusListenerevent - the focus eventpublic void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenerevent - the focus event
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||