|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
rj.tools.jcsc.plugins.netbeans.CheckAction
Run JCSC on a give node.
Constructor Summary | |
CheckAction()
|
Method Summary | |
protected java.lang.Class[] |
cookieClasses()
Boilerplate method. |
protected boolean |
enable(org.openide.nodes.Node[] nodes)
Boilerplate method. |
rj.tools.jcsc.plugins.netbeans.HelpCtx |
getHelpCtx()
Boilerplate method. |
java.lang.String |
getName()
Get this object name - should probably use some of the I18N stuff..... |
protected java.lang.String |
iconResource()
|
protected int |
mode()
Boilerplate method. |
void |
outputLineAction(org.openide.windows.OutputEvent outputEvent)
Boilerplate method. |
void |
outputLineCleared(org.openide.windows.OutputEvent outputEvent)
Boilerplate method. |
void |
outputLineSelected(org.openide.windows.OutputEvent outputEvent)
Boilerplate method. |
protected void |
performAction(javax.swing.text.Document d,
javax.swing.text.Caret c)
Triggered on the source file they requested. |
protected void |
performAction(org.openide.nodes.Node[] nodes)
Boilerplate method. |
void |
setOptions()
Set the system options to the defaults for the JCSC. |
Constructor Detail |
public CheckAction()
Method Detail |
protected void performAction(javax.swing.text.Document d, javax.swing.text.Caret c) throws javax.swing.text.BadLocationException
d
- a document open in the editor panec
- the caret giving cursor position, selection, etc.javax.swing.text.BadLocationException
- under some circumstances I don't
understand yet!public java.lang.String getName()
protected java.lang.String iconResource()
public void setOptions()
protected java.lang.Class[] cookieClasses()
protected int mode()
protected boolean enable(org.openide.nodes.Node[] nodes)
nodes
- set of nodes.protected void performAction(org.openide.nodes.Node[] nodes)
nodes
- set of nodes.public rj.tools.jcsc.plugins.netbeans.HelpCtx getHelpCtx()
public void outputLineAction(org.openide.windows.OutputEvent outputEvent)
outputEvent
- outputEventpublic void outputLineCleared(org.openide.windows.OutputEvent outputEvent)
outputEvent
- outputEventpublic void outputLineSelected(org.openide.windows.OutputEvent outputEvent)
outputEvent
- outputEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |