Uses of Class
jsynedit.AbstractDoc

Packages that use AbstractDoc
gnu   
gnu.options.event   
gnu.print   
gnu.search   
jedit.textarea   
jsynedit   
 

Uses of AbstractDoc in gnu
 

Methods in gnu that return AbstractDoc
static AbstractDoc MenuAction.getNSTextArea(java.awt.Component c)
           
static AbstractDoc MenuAction.getNSTextArea(java.util.EventObject evt)
          This methods returns the selected text area in the window which fired the event, excluding the splitted one.
static AbstractDoc MenuAction.getTextArea(java.awt.Component c)
           
static AbstractDoc MenuAction.getTextArea(java.util.EventObject evt)
          This methods returns the selected text area in the window which fired the event.
 

Uses of AbstractDoc in gnu.options.event
 

Methods in gnu.options.event that return AbstractDoc
 AbstractDoc JextEvent.getTextArea()
          Returns the text area which was visible when the event has been fired as the selected text area may have changed when event is received due to the action of another listener.
 

Constructors in gnu.options.event with parameters of type AbstractDoc
JextEvent(AbstractEditorPanel parent, AbstractDoc textArea, int eventType)
          Creates a new JextEvent, registering the parent of this event, the type of the event and also the text area which was selected when event was created.
 

Uses of AbstractDoc in gnu.print
 

Methods in gnu.print with parameters of type AbstractDoc
protected  int PrintSyntax.paintSyntaxLine(AbstractDoc textArea, java.awt.Graphics gfx, javax.swing.text.TabExpander expander, TokenMarker tokenMarker, SyntaxStyle[] styles, java.awt.FontMetrics fm, int line, java.awt.Font defaultFont, java.awt.Color defaultColor, int x, int y)
           
 void PrintSyntax.print(AbstractEditorPanel parent, AbstractDoc textArea)
           
 

Uses of AbstractDoc in gnu.search
 

Methods in gnu.search that return AbstractDoc
 AbstractDoc SearchResult.getTextArea()
           
 

Constructors in gnu.search with parameters of type AbstractDoc
SearchResult(AbstractDoc textArea, javax.swing.text.Position start, javax.swing.text.Position end)
           
 

Uses of AbstractDoc in jedit.textarea
 

Methods in jedit.textarea with parameters of type AbstractDoc
static void JavaSupport.setMouseWheel(AbstractDoc area)
           
 

Uses of AbstractDoc in jsynedit
 

Fields in jsynedit declared as AbstractDoc
protected  AbstractDoc AbstractEditorPanel.inputArea
           
 

Methods in jsynedit that return AbstractDoc
 AbstractDoc AbstractEditorPanel.getTextArea()
           
 AbstractDoc[] AbstractEditorPanel.getTextAreas()
           
 

Methods in jsynedit with parameters of type AbstractDoc
 void AbstractEditorPanel.enableShortcuts(AbstractDoc doc)
           
 



Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.