|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.intellij.openapi.actionSystem.AnAction rj.tools.jcsc.plugins.intellij.JCSCAction
JCSC parse action -- triggers parsing on current selected file
Field Summary | |
static java.lang.String |
ID
ID of action |
Fields inherited from class com.intellij.openapi.actionSystem.AnAction |
EMPTY_ARRAY, ourClientProperty |
Constructor Summary | |
JCSCAction()
Create a new instance |
|
JCSCAction(java.lang.String s)
Create a new instance |
|
JCSCAction(java.lang.String s,
java.lang.String s1,
javax.swing.Icon icon)
Create a new instance |
Method Summary | |
void |
actionPerformed()
Called when action was performed |
void |
actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent event)
Called when action was performed |
void |
actionPerformed(com.intellij.openapi.project.Project project,
com.intellij.openapi.vfs.VirtualFile classFile)
Called when action was performed |
boolean |
isResultWindowVisible()
Whether the result window is visible |
void |
selectLine(int line)
Select line in file |
void |
update(com.intellij.openapi.actionSystem.AnActionEvent event)
Called when new file was selected |
Methods inherited from class com.intellij.openapi.actionSystem.AnAction |
copyFrom, displayTextInToolbar, getShortcutSet, getTemplatePresentation, isEnabledInModalContext, registerCustomShortcutSet, setEnabledInModalContext, setShortcutSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ID
Constructor Detail |
public JCSCAction()
public JCSCAction(java.lang.String s)
s
- public JCSCAction(java.lang.String s, java.lang.String s1, javax.swing.Icon icon)
s
- s1
- icon
- Method Detail |
public void actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent event)
event
- public void actionPerformed()
public void actionPerformed(com.intellij.openapi.project.Project project, com.intellij.openapi.vfs.VirtualFile classFile)
project
- classFile
- public boolean isResultWindowVisible()
public void selectLine(int line)
selectLine
in interface SourceLineSelector
line
- to selectpublic void update(com.intellij.openapi.actionSystem.AnActionEvent event)
event
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |