fr.gedeon.telnetservice.syntaxtree.autocomplete
Class ActionListenerAutoCompleteImpl

java.lang.Object
  extended by fr.gedeon.telnetservice.syntaxtree.autocomplete.ActionListenerAutoCompleteImpl
All Implemented Interfaces:
ActionListener

public class ActionListenerAutoCompleteImpl
extends Object
implements ActionListener


Constructor Summary
ActionListenerAutoCompleteImpl()
           
 
Method Summary
 void initialize(SessionState sessionState)
           
 boolean isCaseInsensitive()
           
 boolean notifyControlChar(SessionState sessionState, String currentBuffer, int relOffset, char c)
           
 boolean notifyDown(SessionState sessionState, String currentBuffer, int relOffset)
           
 boolean notifyLeft(SessionState sessionState, String currentBuffer, int relOffset)
           
 boolean notifyNewLine(SessionState sessionState, String currentBuffer, int relOffset)
           
 boolean notifyRight(SessionState sessionState, String currentBuffer, int relOffset)
           
 boolean notifyTab(SessionState sessionState, String currentBuffer, int relOffset)
           
 boolean notifyUp(SessionState sessionState, String currentBuffer, int relOffset)
           
 void setIsCaseInsensitive(boolean isCaseInsensitive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListenerAutoCompleteImpl

public ActionListenerAutoCompleteImpl()
Method Detail

initialize

public void initialize(SessionState sessionState)
                throws ActionListenerInitializationException
Specified by:
initialize in interface ActionListener
Throws:
ActionListenerInitializationException

setIsCaseInsensitive

public void setIsCaseInsensitive(boolean isCaseInsensitive)

isCaseInsensitive

public boolean isCaseInsensitive()

notifyTab

public boolean notifyTab(SessionState sessionState,
                         String currentBuffer,
                         int relOffset)
Specified by:
notifyTab in interface ActionListener

notifyControlChar

public boolean notifyControlChar(SessionState sessionState,
                                 String currentBuffer,
                                 int relOffset,
                                 char c)
Specified by:
notifyControlChar in interface ActionListener

notifyNewLine

public boolean notifyNewLine(SessionState sessionState,
                             String currentBuffer,
                             int relOffset)
Specified by:
notifyNewLine in interface ActionListener

notifyDown

public boolean notifyDown(SessionState sessionState,
                          String currentBuffer,
                          int relOffset)
Specified by:
notifyDown in interface ActionListener

notifyLeft

public boolean notifyLeft(SessionState sessionState,
                          String currentBuffer,
                          int relOffset)
Specified by:
notifyLeft in interface ActionListener

notifyRight

public boolean notifyRight(SessionState sessionState,
                           String currentBuffer,
                           int relOffset)
Specified by:
notifyRight in interface ActionListener

notifyUp

public boolean notifyUp(SessionState sessionState,
                        String currentBuffer,
                        int relOffset)
Specified by:
notifyUp in interface ActionListener


Copyright © 2008. All Rights Reserved.