sidekick
Class SideKickActions

java.lang.Object
  extended by sidekick.SideKickActions

public class SideKickActions
extends java.lang.Object


Nested Class Summary
static class SideKickActions.SideKickAction
           
static class SideKickActions.ToggleParser
          An action which will always activate the SideKick parser, alternately selecting the default parser, and then the selected one, allowing you to toggle between say, Outline and Java parsers, XML and HTML, or Python and Jython parsers.
 
Field Summary
static java.lang.String acceptChars
           
static int COMPLETE_COMMAND
           
static int COMPLETE_DELAY_KEY
           
static int COMPLETE_INSTANT_KEY
           
static java.lang.String insertChars
           
 
Constructor Summary
SideKickActions()
           
 
Method Summary
static void complete(org.gjt.sp.jedit.View view, int mode)
           
static void goToNextAsset(org.gjt.sp.jedit.View view)
           
static void goToPrevAsset(org.gjt.sp.jedit.View view)
           
static void keyComplete(org.gjt.sp.jedit.View view)
           
static void keyCompleteWithDelay(org.gjt.sp.jedit.View view)
           
static void narrowToAsset(org.gjt.sp.jedit.View view)
           
static void propertiesChanged()
           
static void selectAsset(org.gjt.sp.jedit.View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPLETE_COMMAND

public static final int COMPLETE_COMMAND
See Also:
Constant Field Values

COMPLETE_DELAY_KEY

public static final int COMPLETE_DELAY_KEY
See Also:
Constant Field Values

COMPLETE_INSTANT_KEY

public static final int COMPLETE_INSTANT_KEY
See Also:
Constant Field Values

acceptChars

public static java.lang.String acceptChars

insertChars

public static java.lang.String insertChars
Constructor Detail

SideKickActions

public SideKickActions()
Method Detail

keyComplete

public static void keyComplete(org.gjt.sp.jedit.View view)

keyCompleteWithDelay

public static void keyCompleteWithDelay(org.gjt.sp.jedit.View view)

complete

public static void complete(org.gjt.sp.jedit.View view,
                            int mode)

selectAsset

public static void selectAsset(org.gjt.sp.jedit.View view)

narrowToAsset

public static void narrowToAsset(org.gjt.sp.jedit.View view)

goToPrevAsset

public static void goToPrevAsset(org.gjt.sp.jedit.View view)

goToNextAsset

public static void goToNextAsset(org.gjt.sp.jedit.View view)

propertiesChanged

public static void propertiesChanged()