mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[md] data context
This commit is contained in:
parent
eae9a446b6
commit
2a4a91b205
@ -84,7 +84,17 @@ Example from
|
|||||||
**TODO** [Link to threading issue]
|
**TODO** [Link to threading issue]
|
||||||
|
|
||||||
#DataContext
|
#DataContext
|
||||||
**TODO**
|
Class
|
||||||
|
[DataContext.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/DataContext.java)
|
||||||
|
allows an action to retrieve information about the context in which it was invoked.
|
||||||
|
It's only method
|
||||||
|
|
||||||
|
```@Nullable Object getData(@NonNls String dataId);```
|
||||||
|
|
||||||
|
returns an object corresponding to the specified data identifier. Some of the supported
|
||||||
|
data identifiers are defined in class
|
||||||
|
[PlatformDataKeys.java](https://github.com/JetBrains/intellij-community/blob/master/platform/platform-api/src/com/intellij/openapi/actionSystem/PlatformDataKeys.java)
|
||||||
|
|
||||||
|
|
||||||
#AnActionEvent
|
#AnActionEvent
|
||||||
**TODO**
|
**TODO**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user