com.aptana.ide.editor.js.contentassist
Class JSContentAssistant

java.lang.Object
  extended by com.aptana.ide.editor.js.contentassist.JSContentAssistant

public final class JSContentAssistant
extends java.lang.Object

this is the view class for code assistant - XXContentAssistProcessor does the work for the various doc partitions


Method Summary
static boolean isHotkeyActivated()
           
static void setHotkeyActivated(boolean hotkeyActivated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isHotkeyActivated

public static boolean isHotkeyActivated()
Returns:
Returns the hotkeyActivated.

setHotkeyActivated

public static void setHotkeyActivated(boolean hotkeyActivated)
Parameters:
hotkeyActivated - The hotkeyActivated to set.