|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.editor.project.helper.CodeHelper
org.formaria.editor.project.helper.NavCodeHelper
public class NavCodeHelper
Title: Aria
Description:
Copyright: Copyright (c) Formaria Ltd., 1998-2003
Company: Formaria Ltd.
| Constructor Summary | |
|---|---|
NavCodeHelper()
|
|
| Method Summary | |
|---|---|
void |
doInsert(javax.swing.JEditorPane editor,
javax.swing.text.Document d,
javax.swing.text.Caret c,
EditorProject currentProject,
PageResource pageRes)
Insert the new member reference, imports and initialization code |
java.lang.String |
getCaption()
Get the caption displayed on the popup menu |
java.lang.Integer |
getMnemonic()
Get the mnemonic key for this item |
protected java.lang.String |
getPage(javax.swing.JEditorPane editor,
Page page,
EditorProject currentProject)
Get the component to reference |
void |
register(java.util.HashMap<java.lang.String,CodeHelper> resources)
Register the helper. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavCodeHelper()
| Method Detail |
|---|
public void register(java.util.HashMap<java.lang.String,CodeHelper> resources)
CodeHelper
register in class CodeHelper
public void doInsert(javax.swing.JEditorPane editor,
javax.swing.text.Document d,
javax.swing.text.Caret c,
EditorProject currentProject,
PageResource pageRes)
throws javax.swing.text.BadLocationException
doInsert in class CodeHelperjavax.swing.text.BadLocationExceptionpublic java.lang.String getCaption()
getCaption in class CodeHelperpublic java.lang.Integer getMnemonic()
getMnemonic in class CodeHelper
protected java.lang.String getPage(javax.swing.JEditorPane editor,
Page page,
EditorProject currentProject)
editor - the source editor window/the parent for the popuppage - the page whose components are to be listed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||