fr.gedeon.telnetservice.syntaxtree.autocomplete
Class TelnetServiceExtensionAutoCompleteImpl

java.lang.Object
  extended by fr.gedeon.telnetservice.TelnetServiceExtensionAbstractImpl
      extended by fr.gedeon.telnetservice.syntaxtree.autocomplete.TelnetServiceExtensionAutoCompleteImpl
All Implemented Interfaces:
TelnetServiceExtension

public class TelnetServiceExtensionAutoCompleteImpl
extends TelnetServiceExtensionAbstractImpl
implements TelnetServiceExtension


Constructor Summary
TelnetServiceExtensionAutoCompleteImpl()
           
 
Method Summary
 ActionListener getActionListener()
           
 String getDescription()
           
 String getName()
           
 OutputFormatSpi[] getOutputFormats()
           
 PromptDecorator getPromptDecorator()
           
 boolean isCaseInsensitive()
           
 boolean providesActionListener()
           
 boolean providesOutputFormats()
           
 boolean providesPromptDecorator()
           
 void setIsCaseInsensitive(boolean isCaseInsensitive)
           
 
Methods inherited from class fr.gedeon.telnetservice.TelnetServiceExtensionAbstractImpl
getActionDistributionPriority, getPromptDecoratorPriority, setActionDistributionPriority, setPromptDecorationPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.gedeon.telnetservice.TelnetServiceExtension
getActionDistributionPriority, getPromptDecoratorPriority
 

Constructor Detail

TelnetServiceExtensionAutoCompleteImpl

public TelnetServiceExtensionAutoCompleteImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface TelnetServiceExtension

getDescription

public String getDescription()
Specified by:
getDescription in interface TelnetServiceExtension

setIsCaseInsensitive

public void setIsCaseInsensitive(boolean isCaseInsensitive)

isCaseInsensitive

public boolean isCaseInsensitive()

providesActionListener

public boolean providesActionListener()
Specified by:
providesActionListener in interface TelnetServiceExtension
Overrides:
providesActionListener in class TelnetServiceExtensionAbstractImpl

getActionListener

public ActionListener getActionListener()
                                 throws ActionListenerCreateException
Specified by:
getActionListener in interface TelnetServiceExtension
Overrides:
getActionListener in class TelnetServiceExtensionAbstractImpl
Throws:
ActionListenerCreateException

providesOutputFormats

public boolean providesOutputFormats()
Specified by:
providesOutputFormats in interface TelnetServiceExtension
Overrides:
providesOutputFormats in class TelnetServiceExtensionAbstractImpl

getOutputFormats

public OutputFormatSpi[] getOutputFormats()
Specified by:
getOutputFormats in interface TelnetServiceExtension
Overrides:
getOutputFormats in class TelnetServiceExtensionAbstractImpl

providesPromptDecorator

public boolean providesPromptDecorator()
Specified by:
providesPromptDecorator in interface TelnetServiceExtension
Overrides:
providesPromptDecorator in class TelnetServiceExtensionAbstractImpl

getPromptDecorator

public PromptDecorator getPromptDecorator()
                                   throws PromptDecoratorCreateException
Specified by:
getPromptDecorator in interface TelnetServiceExtension
Overrides:
getPromptDecorator in class TelnetServiceExtensionAbstractImpl
Throws:
PromptDecoratorCreateException


Copyright © 2008. All Rights Reserved.