Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.aspectj.tools.ajde.jbuilder
Class JBuilderEditorAdapter  view JBuilderEditorAdapter download JBuilderEditorAdapter.java

java.lang.Object
  extended byorg.aspectj.tools.ajde.jbuilder.JBuilderEditorAdapter

public class JBuilderEditorAdapter
extends java.lang.Object


Nested Class Summary
(package private)  class JBuilderEditorAdapter.InlineAnnotationMenuListener
           
 
Constructor Summary
JBuilderEditorAdapter()
           
 
Method Summary
 java.lang.String getCurrFile()
           
 javax.swing.JPanel getPanel()
           
(package private)  void highlightLine(int lineNumber, boolean highlight)
           
(package private)  void highlightLine(int lineNumber, int columnNumber, boolean highlight)
          Will not try to highlight negative line numbers.
 void pasteToCaretPos(java.lang.String text)
          Not implemented.
 void saveContents()
           
private  void seekToSourceLine(java.lang.String file, int lineNumber, int columnNumber, boolean highlight)
           
private  void shortPause()
           
 void showSourceForFile(java.lang.String filePath)
           
 void showSourceLine(SourceLocation sourceLocation, boolean highlight)
           
 void showSourceLine(java.lang.String filePath, int lineNumber, boolean highlight)
           
 void showSourcelineAnnotation(java.lang.String filePath, int lineNumber, java.util.List items)
          Fails silently (in case resources have changed on disk since structure was built).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBuilderEditorAdapter

public JBuilderEditorAdapter()
Method Detail

showSourceLine

public void showSourceLine(java.lang.String filePath,
                           int lineNumber,
                           boolean highlight)

showSourceLine

public void showSourceLine(SourceLocation sourceLocation,
                           boolean highlight)

saveContents

public void saveContents()
                  throws java.io.IOException

getPanel

public javax.swing.JPanel getPanel()

getCurrFile

public java.lang.String getCurrFile()

showSourceForFile

public void showSourceForFile(java.lang.String filePath)

pasteToCaretPos

public void pasteToCaretPos(java.lang.String text)
Not implemented.


showSourcelineAnnotation

public void showSourcelineAnnotation(java.lang.String filePath,
                                     int lineNumber,
                                     java.util.List items)
Fails silently (in case resources have changed on disk since structure was built).


seekToSourceLine

private void seekToSourceLine(java.lang.String file,
                              int lineNumber,
                              int columnNumber,
                              boolean highlight)

shortPause

private void shortPause()

highlightLine

void highlightLine(int lineNumber,
                   boolean highlight)

highlightLine

void highlightLine(int lineNumber,
                   int columnNumber,
                   boolean highlight)
Will not try to highlight negative line numbers. Fails siltently.