|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCookieAction
org.formaria.editor.netbeans.project.helper.EditorHelperAction
public class EditorHelperAction
Create a new page
Copyright(c) Formaria Ltd., 2001-2005
&Revision: $
| Constructor Summary | |
|---|---|
EditorHelperAction()
|
|
| Method Summary | |
|---|---|
protected java.lang.Class[] |
cookieClasses()
|
protected boolean |
enable(Node[] nodes)
|
HelpCtx |
getHelpCtx()
Gets action help context. |
java.lang.String |
getName()
Gets action name. |
protected java.lang.String |
iconResource()
Gets icon resource. |
boolean |
isEnabled()
Is this action enabled? |
protected int |
mode()
|
protected void |
performAction(javax.swing.JEditorPane pane,
javax.swing.text.Document d,
javax.swing.text.Caret c)
Do something with an open document. |
protected void |
performAction(Node[] nodes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditorHelperAction()
| Method Detail |
|---|
protected void performAction(javax.swing.JEditorPane pane,
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.BadLocationExceptionpublic java.lang.String getName()
public HelpCtx getHelpCtx()
protected java.lang.String iconResource()
public boolean isEnabled()
protected java.lang.Class[] cookieClasses()
protected int mode()
protected boolean enable(Node[] nodes)
protected void performAction(Node[] nodes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||