|
|||||||||
| Home >> All >> org >> aspectj >> tools >> ajde >> [ netbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.aspectj.tools.ajde.netbeans
Class NbEditorAdapter

java.lang.Objectorg.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()
|
|||||||||
| Home >> All >> org >> aspectj >> tools >> ajde >> [ netbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.aspectj.tools.ajde.netbeans.NbEditorAdapter