Java com.intellij.openapi.actionSystem PlatformDataKeys fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.actionSystem PlatformDataKeys fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.actionSystem PlatformDataKeys.

The text is from its open source code.

Field

DataKeyFILE_EDITOR
DataKeyFILE_TEXT
Returns the text of currently selected file/file revision
DataKeyIS_MODAL_CONTEXT
Returns Boolean#TRUE if action is executed in modal context and Boolean#FALSE if action is executed not in modal context.
DataKeyHELP_ID
Returns help id.
DataKeyPROJECT_CONTEXT
Returns project if project node is selected (in project view)
DataKeyCONTEXT_COMPONENT
Returns Component currently in focus, DataContext should be retrieved for.
DataKeyCOPY_PROVIDER
DataKeyCUT_PROVIDER
DataKeyPASTE_PROVIDER
DataKeyDELETE_ELEMENT_PROVIDER
DataKeySELECTED_ITEM
Returns single selection item.
DataKeySELECTED_ITEMS
Returns multi selection items.
DataKeyDOMINANT_HINT_AREA_RECTANGLE
DataKeyCONTENT_MANAGER
DataKeyNONEMPTY_CONTENT_MANAGER
DataKeyTOOL_WINDOW
DataKeyTREE_EXPANDER
DataKeyEXPORTER_TO_TEXT_FILE
DataKeyPROJECT_FILE_DIRECTORY
DataKeyUI_DISPOSABLE
DataKeyPREDEFINED_TEXT
DataKeySEARCH_INPUT_TEXT
DataKeyCONTEXT_MENU_POINT
Returns Point to guess where to show context menu invoked by key.
DataKeyACTIONS_SORTER
It's allowed to assign multiple actions to the same keyboard shortcut.