net.sf.plb4jedit.filelocator
Class FileLocatorPlugin

java.lang.Object
  extended byorg.gjt.sp.jedit.EditPlugin
      extended bynet.sf.plb4jedit.filelocator.FileLocatorPlugin

public class FileLocatorPlugin
extends org.gjt.sp.jedit.EditPlugin

Description of the Class

Author:
schaefer

Nested Class Summary
 
Nested classes inherited from class org.gjt.sp.jedit.EditPlugin
org.gjt.sp.jedit.EditPlugin.Broken, org.gjt.sp.jedit.EditPlugin.JAR
 
Field Summary
static String PROPERTY_PREFIX
           
 
Constructor Summary
FileLocatorPlugin()
           
 
Method Summary
 void createMenuItems(Vector menuItems)
          Description of the Method
static void delete()
          Description of the Method
static void dump(org.gjt.sp.jedit.View view)
          Description of the Method
static void load(org.gjt.sp.jedit.Buffer buffer, org.gjt.sp.jedit.View view)
          Description of the Method
static int load(org.gjt.sp.jedit.Buffer buffer, org.gjt.sp.jedit.View view, String word, String mode)
          Description of the Method
static void reload()
          Description of the Method
 void start()
          Description of the Method
static void update()
          update all maps configured in the options.
 
Methods inherited from class org.gjt.sp.jedit.EditPlugin
createOptionPanes, getClassName, getJAR, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
See Also:
Constant Field Values
Constructor Detail

FileLocatorPlugin

public FileLocatorPlugin()
Method Detail

start

public void start()
Description of the Method


createMenuItems

public void createMenuItems(Vector menuItems)
Description of the Method

Parameters:
menuItems - param

dump

public static void dump(org.gjt.sp.jedit.View view)
Description of the Method

Parameters:
view - param

load

public static int load(org.gjt.sp.jedit.Buffer buffer,
                       org.gjt.sp.jedit.View view,
                       String word,
                       String mode)
Description of the Method

Parameters:
buffer - param
view - param
word - param
Returns:
0 : load again, 1 = loaded or cancelled, -1 error

load

public static void load(org.gjt.sp.jedit.Buffer buffer,
                        org.gjt.sp.jedit.View view)
Description of the Method

Parameters:
buffer - param
view - param

reload

public static void reload()
Description of the Method


delete

public static void delete()
Description of the Method


update

public static void update()
update all maps configured in the options. this deletes the configured maps and creates them from scratch!



Copyright © 2003 Riege Software Internationl. All Rights Reserved.