summaryrefslogtreecommitdiff
path: root/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearchSupply.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearchSupply.java')
-rw-r--r--platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearchSupply.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearchSupply.java b/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearchSupply.java
index de3452d8e61f..736c4db0b677 100644
--- a/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearchSupply.java
+++ b/platform/platform-api/src/com/intellij/ui/speedSearch/SpeedSearchSupply.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2010 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -30,6 +30,10 @@ import java.beans.PropertyChangeListener;
* @author Konstantin Bulenkov
*/
public abstract class SpeedSearchSupply {
+ /**
+ * Client property key to use in jcomponents for passing the actual search query to renderers
+ */
+ public static final String SEARCH_QUERY_KEY = "SEARCH_QUERY";
private static final Key SPEED_SEARCH_COMPONENT_MARKER = new Key("SPEED_SEARCH_COMPONENT_MARKER");
public static final DataKey<String> SPEED_SEARCH_CURRENT_QUERY = DataKey.create("SPEED_SEARCH_CURRENT_QUERY");