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

Quick Search    Search Deep

org.aspectj.tools.ajde.netbeans
Class NbEditorAdapter  view NbEditorAdapter download NbEditorAdapter.java

java.lang.Object
  extended byorg.aspectj.tools.ajde.netbeans.NbEditorAdapter

public class NbEditorAdapter
extends java.lang.Object


Constructor Summary
NbEditorAdapter()
           
 
Method Summary
 java.lang.String getCurrFile()
           
 java.lang.String getCurrSourceFilePath()
           
private  java.util.Vector getFilesystemPaths()
           
 javax.swing.JPanel getPanel()
           
 void pasteToCaretPos(java.lang.String text)
          Not implemented.
 void saveContents()
           
 void showSourceLine(int lineNumber, boolean highlight)
           
 void showSourceLine(java.lang.String filePath, int lineNumber, boolean highlight)
           
 void showSourcelineAnnotation(java.lang.String filePath, int lineNumber, javax.swing.JPopupMenu annotation)
          Not implemented.
 void showSourcelineAnnotation(java.lang.String filePath, int lineNumber, java.util.List items)
          Not implemented.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NbEditorAdapter

public NbEditorAdapter()
Method Detail

getCurrFile

public java.lang.String getCurrFile()

getCurrSourceFilePath

public java.lang.String getCurrSourceFilePath()

showSourceLine

public void showSourceLine(int lineNumber,
                           boolean highlight)

showSourceLine

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

showSourcelineAnnotation

public void showSourcelineAnnotation(java.lang.String filePath,
                                     int lineNumber,
                                     java.util.List items)
Not implemented.


pasteToCaretPos

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


showSourcelineAnnotation

public void showSourcelineAnnotation(java.lang.String filePath,
                                     int lineNumber,
                                     javax.swing.JPopupMenu annotation)
Not implemented.


saveContents

public void saveContents()
                  throws java.io.IOException

getPanel

public javax.swing.JPanel getPanel()

getFilesystemPaths

private java.util.Vector getFilesystemPaths()