|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractEditorPanel | |
---|---|
gnu | |
gnu.jbrowser | |
gnu.options | |
gnu.options.event | |
gnu.print | |
gnu.search | |
jsynedit | |
jsynedit.search |
Uses of AbstractEditorPanel in gnu |
---|
Methods in gnu that return AbstractEditorPanel | |
---|---|
static AbstractEditorPanel |
MenuAction.getJextParent(java.awt.Component comp)
|
static AbstractEditorPanel |
MenuAction.getJextParent(java.util.EventObject evt)
Returns the window which fired the event. |
Methods in gnu with parameters of type AbstractEditorPanel | |
---|---|
void |
Plugin.createMenuItems(AbstractEditorPanel parent,
java.util.Vector pluginsMenus,
java.util.Vector pluginsMenuItems)
Called by parent (instance of Jext) to requires menu items specific to the plugin. |
Uses of AbstractEditorPanel in gnu.jbrowser |
---|
Methods in gnu.jbrowser that return AbstractEditorPanel | |
---|---|
AbstractEditorPanel |
JBrowsePlugin.OpenAction.getOwner()
|
AbstractEditorPanel |
JBrowse.Activator.getOwner()
|
Methods in gnu.jbrowser with parameters of type AbstractEditorPanel | |
---|---|
void |
JBrowsePlugin.createMenuItems(AbstractEditorPanel view,
java.util.Vector menus,
java.util.Vector menuItems)
Newly created views call this method of each plugin in turn. |
Uses of AbstractEditorPanel in gnu.options |
---|
Methods in gnu.options with parameters of type AbstractEditorPanel | |
---|---|
static void |
OptionsDialog.showOptionDialog(AbstractEditorPanel parent)
Call this to show the dialog; every other method should not be called, except (very rarely, however) by Jext kernel itself, with the only exceptions of addOptionPane and
addOptionGroup methods. |
Constructors in gnu.options with parameters of type AbstractEditorPanel | |
---|---|
OptionsDialog(AbstractEditorPanel _parent)
|
Uses of AbstractEditorPanel in gnu.options.event |
---|
Methods in gnu.options.event that return AbstractEditorPanel | |
---|---|
AbstractEditorPanel |
JextEvent.getJextFrame()
Returns the Jext parent from which the
event has been fired. |
Constructors in gnu.options.event with parameters of type AbstractEditorPanel | |
---|---|
JextEvent(AbstractEditorPanel parent,
AbstractDoc textArea,
int eventType)
Creates a new JextEvent, registering the parent of this event, the type of the event and also the text area which was selected when event was created. |
|
JextEvent(AbstractEditorPanel parent,
int eventType)
Creates a new JextEvent, registering the parent of this event, the type of the event and also the text area which was selected when event was created. |
Uses of AbstractEditorPanel in gnu.print |
---|
Methods in gnu.print with parameters of type AbstractEditorPanel | |
---|---|
void |
PrintSyntax.print(AbstractEditorPanel parent,
AbstractDoc textArea)
|
Uses of AbstractEditorPanel in gnu.search |
---|
Constructors in gnu.search with parameters of type AbstractEditorPanel | |
---|---|
FindAll(AbstractEditorPanel parent)
|
|
FindReplace(AbstractEditorPanel parent,
int type,
boolean modal)
Constructs a new find dialog according to the specified type of dialog requested. |
Uses of AbstractEditorPanel in jsynedit |
---|
Methods in jsynedit that return AbstractEditorPanel | |
---|---|
AbstractEditorPanel |
AbstractDoc.getEditor()
|
Methods in jsynedit with parameters of type AbstractEditorPanel | |
---|---|
void |
AbstractDoc.setEditor(AbstractEditorPanel abs)
|
Uses of AbstractEditorPanel in jsynedit.search |
---|
Constructors in jsynedit.search with parameters of type AbstractEditorPanel | |
---|---|
FindReplace(AbstractEditorPanel parent,
int type,
boolean modal)
Constructs a new find dialog according to the specified type of dialog requested. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |