Files
openide/platform/ide-core/api-dump-unreviewed.txt
Vera Petrenkova 04f625af66 IJ-CR-155115 IJPL-172387 [FUS] provide additional attribute in statistics to define the action type for simple dialogs
Implemented for dialogs with yes/no/cancel, yes/no, ok/cancel actions. Any other dialogs with custom actions will return undefined exitActionType

(cherry picked from commit dd030c0a4a98c385d30c3710b3a063f500bb400e)

GitOrigin-RevId: f95022c182218f0172c7aa9a70aea38c2e44c420
2025-02-19 18:38:11 +00:00

3208 lines
160 KiB
Plaintext

f:com.intellij.CommonBundle
- s:getAddButtonText():java.lang.String
- s:getApplyButtonText():java.lang.String
- s:getCancelButtonText():java.lang.String
- s:getCloseButtonText():java.lang.String
- s:getContinueButtonText():java.lang.String
- s:getErrorTitle():java.lang.String
- s:getHelpButtonText():java.lang.String
- s:getLoadingTreeNodeText():java.lang.String
- s:getNoButtonText():java.lang.String
- s:getOkButtonText():java.lang.String
- s:getWarningTitle():java.lang.String
- s:getYesButtonText():java.lang.String
- s:getYesForAllButtonText():java.lang.String
- s:message(java.lang.String,java.lang.Object[]):java.lang.String
- s:message(java.util.ResourceBundle,java.lang.String,java.lang.Object[]):java.lang.String
- s:messageOfNull(java.util.ResourceBundle,java.lang.String,java.lang.Object[]):java.lang.String
- s:messageOrDefault(java.util.ResourceBundle,java.lang.String,java.lang.String,java.lang.Object[]):java.lang.String
- s:messagePointer(java.lang.String,java.lang.Object[]):java.util.function.Supplier
- s:settingsAction():java.lang.String
- s:settingsActionDescription():java.lang.String
- s:settingsActionPath():java.lang.String
- s:settingsTitle():java.lang.String
f:com.intellij.execution.process.ProcessTerminatedListener
- com.intellij.execution.process.ProcessAdapter
- s:attach(com.intellij.execution.process.ProcessHandler):V
- s:attach(com.intellij.execution.process.ProcessHandler,com.intellij.openapi.project.Project):V
- s:attach(com.intellij.execution.process.ProcessHandler,com.intellij.openapi.project.Project,java.lang.String):V
- processTerminated(com.intellij.execution.process.ProcessEvent):V
- s:stringifyExitCode(I):java.lang.String
- s:stringifyExitCode(com.intellij.util.system.OS,I):java.lang.String
e:com.intellij.execution.process.UnixSignal
- java.lang.Enum
- sf:Companion:com.intellij.execution.process.UnixSignal$Companion
- sf:EXIT_CODE_OFFSET:I
- sf:SIGABRT:com.intellij.execution.process.UnixSignal
- sf:SIGALRM:com.intellij.execution.process.UnixSignal
- sf:SIGBUS:com.intellij.execution.process.UnixSignal
- sf:SIGCHLD:com.intellij.execution.process.UnixSignal
- sf:SIGCONT:com.intellij.execution.process.UnixSignal
- sf:SIGFPE:com.intellij.execution.process.UnixSignal
- sf:SIGHUP:com.intellij.execution.process.UnixSignal
- sf:SIGILL:com.intellij.execution.process.UnixSignal
- sf:SIGINT:com.intellij.execution.process.UnixSignal
- sf:SIGIO:com.intellij.execution.process.UnixSignal
- sf:SIGKILL:com.intellij.execution.process.UnixSignal
- sf:SIGPIPE:com.intellij.execution.process.UnixSignal
- sf:SIGPROF:com.intellij.execution.process.UnixSignal
- sf:SIGQUIT:com.intellij.execution.process.UnixSignal
- sf:SIGSEGV:com.intellij.execution.process.UnixSignal
- sf:SIGSTOP:com.intellij.execution.process.UnixSignal
- sf:SIGSYS:com.intellij.execution.process.UnixSignal
- sf:SIGTERM:com.intellij.execution.process.UnixSignal
- sf:SIGTRAP:com.intellij.execution.process.UnixSignal
- sf:SIGTSTP:com.intellij.execution.process.UnixSignal
- sf:SIGTTIN:com.intellij.execution.process.UnixSignal
- sf:SIGTTOU:com.intellij.execution.process.UnixSignal
- sf:SIGURG:com.intellij.execution.process.UnixSignal
- sf:SIGUSR1:com.intellij.execution.process.UnixSignal
- sf:SIGUSR2:com.intellij.execution.process.UnixSignal
- sf:SIGVTALRM:com.intellij.execution.process.UnixSignal
- sf:SIGWINCH:com.intellij.execution.process.UnixSignal
- sf:SIGXCPU:com.intellij.execution.process.UnixSignal
- sf:SIGXFSZ:com.intellij.execution.process.UnixSignal
- f:asExitCode(Z):I
- sf:fromExitCode(Z,I):com.intellij.execution.process.UnixSignal
- sf:fromString(java.lang.String):com.intellij.execution.process.UnixSignal
- f:getDarwinCode():I
- s:getEntries():kotlin.enums.EnumEntries
- f:getLinuxCode():I
- f:getSignalNumber(Z):I
- s:valueOf(java.lang.String):com.intellij.execution.process.UnixSignal
- s:values():com.intellij.execution.process.UnixSignal[]
f:com.intellij.execution.process.UnixSignal$Companion
- f:fromExitCode(Z,I):com.intellij.execution.process.UnixSignal
- f:fromString(java.lang.String):com.intellij.execution.process.UnixSignal
c:com.intellij.execution.ui.ConsoleViewContentType
- sf:CONSOLE_BACKGROUND_KEY:com.intellij.openapi.editor.colors.ColorKey
- sf:ERROR_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:ERROR_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:LOG_DEBUG_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:LOG_DEBUG_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:LOG_ERROR_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:LOG_ERROR_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:LOG_EXPIRED_ENTRY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:LOG_INFO_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:LOG_INFO_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:LOG_VERBOSE_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:LOG_VERBOSE_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:LOG_WARNING_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:LOG_WARNING_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:NORMAL_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:NORMAL_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:OUTPUT_TYPES:com.intellij.execution.ui.ConsoleViewContentType[]
- sf:SYSTEM_OUTPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:SYSTEM_OUTPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- sf:USER_INPUT:com.intellij.execution.ui.ConsoleViewContentType
- sf:USER_INPUT_KEY:com.intellij.openapi.editor.colors.TextAttributesKey
- <init>(java.lang.String,com.intellij.openapi.editor.colors.TextAttributesKey):V
- <init>(java.lang.String,com.intellij.openapi.editor.markup.TextAttributes):V
- getAttributes():com.intellij.openapi.editor.markup.TextAttributes
- getAttributesKey():com.intellij.openapi.editor.colors.TextAttributesKey
- s:getConsoleViewType(com.intellij.openapi.util.Key):com.intellij.execution.ui.ConsoleViewContentType
- getName():java.lang.String
- s:getRegisteredTypes():java.util.Collection
- s:registerNewConsoleViewType(com.intellij.openapi.util.Key,com.intellij.execution.ui.ConsoleViewContentType):V
- s:registerNewConsoleViewType(com.intellij.openapi.util.Key,com.intellij.openapi.editor.colors.TextAttributesKey):com.intellij.execution.ui.ConsoleViewContentType
com.intellij.execution.ui.FragmentedSettings
- a:getSelectedOptions():java.util.List
- a:setSelectedOptions(java.util.List):V
f:com.intellij.execution.ui.FragmentedSettings$Option
- com.intellij.openapi.components.BaseState
- <init>():V
- <init>(java.lang.String,Z):V
- f:getName():java.lang.String
- f:getVisible():Z
- f:setName(java.lang.String):V
- f:setVisible(Z):V
e:com.intellij.execution.ui.SettingsEditorFragmentType
- java.lang.Enum
- sf:BEFORE_RUN:com.intellij.execution.ui.SettingsEditorFragmentType
- sf:COMMAND_LINE:com.intellij.execution.ui.SettingsEditorFragmentType
- sf:EDITOR:com.intellij.execution.ui.SettingsEditorFragmentType
- sf:HEADER:com.intellij.execution.ui.SettingsEditorFragmentType
- sf:TAG:com.intellij.execution.ui.SettingsEditorFragmentType
- s:valueOf(java.lang.String):com.intellij.execution.ui.SettingsEditorFragmentType
- s:values():com.intellij.execution.ui.SettingsEditorFragmentType[]
f:com.intellij.facet.frameworks.LibrariesDownloadConnectionService
- com.intellij.facet.frameworks.SettingsConnectionService
- s:getInstance():com.intellij.facet.frameworks.LibrariesDownloadConnectionService
a:com.intellij.facet.frameworks.SettingsConnectionService
- psf:SERVICE_URL_ATTR_NAME:java.lang.String
- p:<init>(java.lang.String,java.lang.String):V
- p:getAttributeNames():java.lang.String[]
- getDefaultServiceUrl():java.lang.String
- getServiceUrl():java.lang.String
- p:getSettingValue(java.lang.String):java.lang.String
c:com.intellij.facet.ui.libraries.LibraryDownloadInfo
- <init>(com.intellij.facet.ui.libraries.RemoteRepositoryInfo,java.lang.String,java.lang.String,java.lang.String):V
- <init>(java.lang.String,java.lang.String):V
- <init>(java.lang.String,java.lang.String,java.lang.String):V
- <init>(java.lang.String,java.lang.String,java.lang.String,java.lang.String):V
- equals(java.lang.Object):Z
- getDownloadUrl():java.lang.String
- getDownloadUrl(java.lang.String):java.lang.String
- getFileName():java.lang.String
- getFileNamePrefix():java.lang.String
- getFileNameSuffix():java.lang.String
- getPresentableUrl():java.lang.String
- getPresentableUrl(java.lang.String):java.lang.String
- getRemoteRepository():com.intellij.facet.ui.libraries.RemoteRepositoryInfo
- hashCode():I
c:com.intellij.facet.ui.libraries.LibraryInfo
- sf:EMPTY_ARRAY:com.intellij.facet.ui.libraries.LibraryInfo[]
- <init>(java.lang.String,com.intellij.facet.ui.libraries.LibraryDownloadInfo,java.lang.String[]):V
- <init>(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String[]):V
- equals(java.lang.Object):Z
- getDownloadingInfo():com.intellij.facet.ui.libraries.LibraryDownloadInfo
- getMd5():java.lang.String
- getName():java.lang.String
- getRequiredClasses():java.lang.String[]
- hashCode():I
c:com.intellij.facet.ui.libraries.RemoteRepositoryInfo
- <init>(java.lang.String,java.lang.String,java.lang.String[]):V
- equals(java.lang.Object):Z
- getDefaultMirror():java.lang.String
- getId():java.lang.String
- getMirrors():java.lang.String[]
- getPresentableName():java.lang.String
- hashCode():I
com.intellij.ide.AppLifecycleListener
- sf:TOPIC:com.intellij.util.messages.Topic
- appClosing():V
- appFrameCreated(java.util.List):V
- appWillBeClosed(Z):V
- projectFrameClosed():V
- projectOpenFailed():V
- welcomeScreenDisplayed():V
f:com.intellij.ide.GeneralLocalSettings
- com.intellij.openapi.components.SimplePersistentStateComponent
- sf:Companion:com.intellij.ide.GeneralLocalSettings$Companion
- <init>():V
- f:getBrowserPath():java.lang.String
- f:getDefaultProjectDirectory():java.lang.String
- sf:getInstance():com.intellij.ide.GeneralLocalSettings
- f:getUseDefaultBrowser():Z
- noStateLoaded():V
- f:setBrowserPath(java.lang.String):V
- f:setDefaultProjectDirectory(java.lang.String):V
- f:setUseDefaultBrowser(Z):V
f:com.intellij.ide.GeneralLocalSettings$Companion
- f:getInstance():com.intellij.ide.GeneralLocalSettings
f:com.intellij.ide.GeneralLocalState
- com.intellij.openapi.components.BaseState
- <init>():V
- f:getBrowserPath():java.lang.String
- f:getDefaultProjectDirectory():java.lang.String
- f:getUseDefaultBrowser():Z
- f:setBrowserPath(java.lang.String):V
- f:setDefaultProjectDirectory(java.lang.String):V
- f:setUseDefaultBrowser(Z):V
f:com.intellij.ide.GeneralSettings
- com.intellij.openapi.components.PersistentStateComponent
- sf:Companion:com.intellij.ide.GeneralSettings$Companion
- sf:IDE_GENERAL_XML:java.lang.String
- sf:OPEN_PROJECT_ASK:I
- sf:OPEN_PROJECT_NEW_WINDOW:I
- sf:OPEN_PROJECT_SAME_WINDOW:I
- sf:OPEN_PROJECT_SAME_WINDOW_ATTACH:I
- sf:SUPPORT_SCREEN_READERS:java.lang.String
- <init>():V
- f:getBrowserPath():java.lang.String
- f:getConfirmOpenNewProject():I
- f:getDefaultProjectDirectory():java.lang.String
- f:getInactiveTimeout():I
- sf:getInstance():com.intellij.ide.GeneralSettings
- f:getProcessCloseConfirmation():com.intellij.ide.ProcessCloseConfirmation
- f:getPropertyChangedFlow():kotlinx.coroutines.flow.Flow
- getState():com.intellij.ide.GeneralSettingsState
- f:isAutoSaveIfInactive():Z
- f:isBackgroundSync():Z
- f:isConfirmExit():Z
- f:isReopenLastProject():Z
- f:isSaveOnFrameDeactivation():Z
- f:isSearchInBackground():Z
- f:isShowTipsOnStartup():Z
- f:isShowWelcomeScreen():Z
- f:isSupportScreenReaders():Z
- f:isSyncOnFrameActivation():Z
- f:isUseDefaultBrowser():Z
- f:isUseSafeWrite():Z
- loadState(com.intellij.ide.GeneralSettingsState):V
- noStateLoaded():V
- f:setAutoSaveIfInactive(Z):V
- f:setBackgroundSync(Z):V
- f:setConfirmExit(Z):V
- f:setConfirmOpenNewProject(I):V
- f:setInactiveTimeout(I):V
- f:setProcessCloseConfirmation(com.intellij.ide.ProcessCloseConfirmation):V
- f:setReopenLastProject(Z):V
- f:setSaveOnFrameDeactivation(Z):V
- f:setSearchInBackground(Z):V
- f:setShowTipsOnStartup(Z):V
- f:setShowWelcomeScreen(Z):V
- f:setSupportScreenReaders(Z):V
- f:setSyncOnFrameActivation(Z):V
- f:setUseSafeWrite(Z):V
f:com.intellij.ide.GeneralSettings$Companion
- f:defaultConfirmNewProject():I
- f:getInstance():com.intellij.ide.GeneralSettings
- f:getSAVE_FILES_AFTER_IDLE_SEC():com.intellij.ide.ui.UINumericRange
e:com.intellij.ide.GeneralSettings$PropertyNames
- java.lang.Enum
- sf:autoSaveIfInactive:com.intellij.ide.GeneralSettings$PropertyNames
- sf:inactiveTimeout:com.intellij.ide.GeneralSettings$PropertyNames
- sf:supportScreenReaders:com.intellij.ide.GeneralSettings$PropertyNames
- s:getEntries():kotlin.enums.EnumEntries
- s:valueOf(java.lang.String):com.intellij.ide.GeneralSettings$PropertyNames
- s:values():com.intellij.ide.GeneralSettings$PropertyNames[]
f:com.intellij.ide.GeneralSettingsState
- autoSaveFiles:Z
- autoSaveIfInactive:Z
- autoSyncFiles:Z
- backgroundSyncFiles:Z
- browserPath:java.lang.String
- confirmExit:Z
- confirmOpenNewProject2:java.lang.Integer
- defaultProjectDirectory:java.lang.String
- inactiveTimeout:I
- isShowWelcomeScreen:Z
- isUseSafeWrite:Z
- processCloseConfirmation:com.intellij.ide.ProcessCloseConfirmation
- reopenLastProject:Z
- searchInBackground:Z
- showTipsOnStartup:java.lang.Boolean
- supportScreenReaders:Z
- useDefaultBrowser:Z
- <init>():V
- <init>(java.lang.String,java.lang.String,java.lang.Boolean,Z,Z,Z,Z,Z,Z,Z,Z,Z,Z,java.lang.Integer,com.intellij.ide.ProcessCloseConfirmation,I,Z):V
- b:<init>(java.lang.String,java.lang.String,java.lang.Boolean,Z,Z,Z,Z,Z,Z,Z,Z,Z,Z,java.lang.Integer,com.intellij.ide.ProcessCloseConfirmation,I,Z,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- f:component1():java.lang.String
- f:component10():Z
- f:component11():Z
- f:component12():Z
- f:component13():Z
- f:component14():java.lang.Integer
- f:component15():com.intellij.ide.ProcessCloseConfirmation
- f:component16():I
- f:component17():Z
- f:component2():java.lang.String
- f:component3():java.lang.Boolean
- f:component4():Z
- f:component5():Z
- f:component6():Z
- f:component7():Z
- f:component8():Z
- f:component9():Z
- f:copy(java.lang.String,java.lang.String,java.lang.Boolean,Z,Z,Z,Z,Z,Z,Z,Z,Z,Z,java.lang.Integer,com.intellij.ide.ProcessCloseConfirmation,I,Z):com.intellij.ide.GeneralSettingsState
- bs:copy$default(com.intellij.ide.GeneralSettingsState,java.lang.String,java.lang.String,java.lang.Boolean,Z,Z,Z,Z,Z,Z,Z,Z,Z,Z,java.lang.Integer,com.intellij.ide.ProcessCloseConfirmation,I,Z,I,java.lang.Object):com.intellij.ide.GeneralSettingsState
- equals(java.lang.Object):Z
- hashCode():I
f:com.intellij.ide.IdeCoreBundle
- com.intellij.DynamicBundle
- sf:BUNDLE:java.lang.String
- sf:INSTANCE:com.intellij.ide.IdeCoreBundle
- s:message(java.lang.String,java.lang.Object[]):java.lang.String
- s:messagePointer(java.lang.String,java.lang.Object[]):java.util.function.Supplier
e:com.intellij.ide.ProcessCloseConfirmation
- java.lang.Enum
- sf:ASK:com.intellij.ide.ProcessCloseConfirmation
- sf:DISCONNECT:com.intellij.ide.ProcessCloseConfirmation
- sf:TERMINATE:com.intellij.ide.ProcessCloseConfirmation
- s:getEntries():kotlin.enums.EnumEntries
- s:valueOf(java.lang.String):com.intellij.ide.ProcessCloseConfirmation
- s:values():com.intellij.ide.ProcessCloseConfirmation[]
f:com.intellij.ide.ProjectGroup
- com.intellij.openapi.util.ModificationTracker
- <init>():V
- <init>(java.lang.String):V
- addProject(java.lang.String):V
- equals(java.lang.Object):Z
- getModificationCount():J
- getName():java.lang.String
- getProjectPaths():java.lang.String
- getProjects():java.util.List
- hashCode():I
- isBottomGroup():Z
- isExpanded():Z
- isTutorials():Z
- markProjectFirst(java.lang.String):Z
- removeProject(java.lang.String):Z
- setBottomGroup(Z):V
- setExpanded(Z):V
- setName(java.lang.String):V
- setProjectPaths(java.lang.String):V
- setProjects(java.util.List):V
- setTutorials(Z):V
com.intellij.ide.RecentProjectsManager
- sf:Companion:com.intellij.ide.RecentProjectsManager$Companion
- addGroup(com.intellij.ide.ProjectGroup):V
- getGroups():java.util.List
- s:getInstance():com.intellij.ide.RecentProjectsManager
- a:getLastProjectCreationLocation():java.lang.String
- a:getRecentProjectsActions(Z):com.intellij.openapi.actionSystem.AnAction[]
- hasPath(java.lang.String):Z
- moveProjectToGroup(java.lang.String,com.intellij.ide.ProjectGroup):V
- removeGroup(com.intellij.ide.ProjectGroup):V
- a:removePath(java.lang.String):V
- removeProjectFromGroup(java.lang.String,com.intellij.ide.ProjectGroup):V
- a:setLastProjectCreationLocation(java.lang.String):V
- setLastProjectCreationLocation(java.nio.file.Path):V
- a:suggestNewProjectLocation():java.lang.String
- a:updateLastProjectPath():V
- a:willReopenProjectOnStart():Z
f:com.intellij.ide.RecentProjectsManager$Companion
- f:getInstance():com.intellij.ide.RecentProjectsManager
- f:getRECENT_PROJECTS_CHANGE_TOPIC():com.intellij.util.messages.Topic
com.intellij.ide.RecentProjectsManager$RecentProjectsChange
- a:change():V
a:com.intellij.ide.caches.CachesInvalidator
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
- <init>():V
- getComment():java.lang.String
- getDescription():java.lang.String
- a:invalidateCaches():V
- optionalCheckboxDefaultValue():java.lang.Boolean
e:com.intellij.ide.dnd.DnDAction
- java.lang.Enum
- sf:COPY:com.intellij.ide.dnd.DnDAction
- sf:LINK:com.intellij.ide.dnd.DnDAction
- sf:MOVE:com.intellij.ide.dnd.DnDAction
- getActionId():I
- getCursor():java.awt.Cursor
- getName():java.lang.String
- getRejectCursor():java.awt.Cursor
- s:valueOf(java.lang.String):com.intellij.ide.dnd.DnDAction
- s:values():com.intellij.ide.dnd.DnDAction[]
c:com.intellij.ide.dnd.DnDDragStartBean
- <init>(java.lang.Object):V
- <init>(java.lang.Object,java.awt.Point):V
- getAttachedObject():java.lang.Object
- getPoint():java.awt.Point
- isEmpty():Z
com.intellij.ide.dnd.DnDDropActionHandler
- a:dropActionChanged(I):V
com.intellij.ide.dnd.DnDDropHandler
- a:drop(com.intellij.ide.dnd.DnDEvent):V
com.intellij.ide.dnd.DnDDropHandler$WithResult
- com.intellij.ide.dnd.DnDDropHandler
- drop(com.intellij.ide.dnd.DnDEvent):V
- a:tryDrop(com.intellij.ide.dnd.DnDEvent):Z
com.intellij.ide.dnd.DnDEvent
- com.intellij.openapi.util.UserDataHolder
- java.awt.datatransfer.Transferable
- a:canHandleDrop():Z
- a:cleanUp():V
- a:clearDelegatedTarget():V
- a:delegateDropTo(com.intellij.ide.dnd.DnDTarget):V
- a:delegateUpdateTo(com.intellij.ide.dnd.DnDTarget):Z
- a:getAction():com.intellij.ide.dnd.DnDAction
- a:getAttachedObject():java.lang.Object
- a:getCurrentOverComponent():java.awt.Component
- a:getCursor():java.awt.Cursor
- a:getDelegatedTarget():com.intellij.ide.dnd.DnDTarget
- a:getExpectedDropResult():java.lang.String
- a:getHandlerComponent():java.awt.Component
- a:getLocalPoint():java.awt.Point
- a:getOrgPoint():java.awt.Point
- a:getPoint():java.awt.Point
- a:getPointOn(java.awt.Component):java.awt.Point
- a:getRelativePoint():com.intellij.ui.awt.RelativePoint
- a:getTransferData(java.awt.datatransfer.DataFlavor):java.lang.Object
- a:getTransferDataFlavors():java.awt.datatransfer.DataFlavor[]
- a:hideHighlighter():V
- a:isDataFlavorSupported(java.awt.datatransfer.DataFlavor):Z
- a:isDropPossible():Z
- a:setAutoHideHighlighterInDrop(Z):V
- a:setCursor(java.awt.Cursor):V
- a:setDropPossible(java.lang.String,com.intellij.ide.dnd.DropActionHandler):V
- a:setDropPossible(Z):V
- a:setDropPossible(Z,java.lang.String):V
- a:setHighlighting(com.intellij.ui.awt.RelativeRectangle,I):V
- a:setHighlighting(java.awt.Component,I):V
- a:setHighlighting(javax.swing.JLayeredPane,com.intellij.ui.awt.RelativeRectangle,I):V
- a:setLocalPoint(java.awt.Point):V
- a:setOrgPoint(java.awt.Point):V
- a:updateAction(com.intellij.ide.dnd.DnDAction):V
- a:wasDelegated():Z
com.intellij.ide.dnd.DnDEvent$DropTargetHighlightingType
- sf:ERROR_TEXT:I
- sf:FILLED_RECTANGLE:I
- sf:H_ARROWS:I
- sf:RECTANGLE:I
- sf:TEXT:I
- sf:V_ARROWS:I
com.intellij.ide.dnd.DnDSource
- com.intellij.ide.dnd.DnDDropActionHandler
- a:canStartDragging(com.intellij.ide.dnd.DnDAction,java.awt.Point):Z
- createDraggedImage(com.intellij.ide.dnd.DnDAction,java.awt.Point,com.intellij.ide.dnd.DnDDragStartBean):com.intellij.openapi.util.Pair
- dragDropEnd():V
- dragDropEnd(com.intellij.ide.dnd.DnDEvent,java.awt.dnd.DragSourceDropEvent):V
- dropActionChanged(I):V
- a:startDragging(com.intellij.ide.dnd.DnDAction,java.awt.Point):com.intellij.ide.dnd.DnDDragStartBean
com.intellij.ide.dnd.DnDTarget
- com.intellij.ide.dnd.DnDDropHandler
- com.intellij.ide.dnd.DnDTargetChecker
- cleanUpOnLeave():V
- updateDraggedImage(java.awt.Image,java.awt.Point,java.awt.Point):V
com.intellij.ide.dnd.DnDTargetChecker
- a:update(com.intellij.ide.dnd.DnDEvent):Z
com.intellij.ide.dnd.DropActionHandler
- a:performDrop(com.intellij.ide.dnd.DnDEvent):V
com.intellij.ide.highlighter.FileTypeRegistrar
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
- a:initFileType(com.intellij.openapi.fileTypes.FileType):V
f:com.intellij.ide.highlighter.WorkspaceFileType
- com.intellij.openapi.fileTypes.InternalFileType
- sf:DEFAULT_EXTENSION:java.lang.String
- sf:DOT_DEFAULT_EXTENSION:java.lang.String
- sf:INSTANCE:com.intellij.ide.highlighter.WorkspaceFileType
- getCharset(com.intellij.openapi.vfs.VirtualFile,B[]):java.lang.String
- getDefaultExtension():java.lang.String
- getDescription():java.lang.String
- getDisplayName():java.lang.String
- getIcon():javax.swing.Icon
- getName():java.lang.String
- isBinary():Z
com.intellij.ide.plugins.PluginInfoProvider
- s:getInstance():com.intellij.ide.plugins.PluginInfoProvider
- a:loadCachedPlugins():java.util.Set
- loadPlugins():java.util.concurrent.Future
- a:loadPlugins(com.intellij.openapi.progress.ProgressIndicator):java.util.concurrent.Future
com.intellij.ide.plugins.PluginManagerConfigurableService
- s:getInstance():com.intellij.ide.plugins.PluginManagerConfigurableService
- a:showPluginConfigurableAndEnable(com.intellij.openapi.project.Project,java.lang.String[]):V
f:com.intellij.ide.plugins.advertiser.FeaturePluginData
- sf:Companion:com.intellij.ide.plugins.advertiser.FeaturePluginData$Companion
- f:displayName:java.lang.String
- f:pluginData:com.intellij.ide.plugins.advertiser.PluginData
- <init>():V
- <init>(java.lang.String,com.intellij.ide.plugins.advertiser.PluginData):V
- b:<init>(java.lang.String,com.intellij.ide.plugins.advertiser.PluginData,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- f:component1():java.lang.String
- f:component2():com.intellij.ide.plugins.advertiser.PluginData
- f:copy(java.lang.String,com.intellij.ide.plugins.advertiser.PluginData):com.intellij.ide.plugins.advertiser.FeaturePluginData
- bs:copy$default(com.intellij.ide.plugins.advertiser.FeaturePluginData,java.lang.String,com.intellij.ide.plugins.advertiser.PluginData,I,java.lang.Object):com.intellij.ide.plugins.advertiser.FeaturePluginData
- equals(java.lang.Object):Z
- hashCode():I
bc:com.intellij.ide.plugins.advertiser.FeaturePluginData$$serializer
- kotlinx.serialization.internal.GeneratedSerializer
- sf:INSTANCE:com.intellij.ide.plugins.advertiser.FeaturePluginData$$serializer
- f:childSerializers():kotlinx.serialization.KSerializer[]
- f:deserialize(kotlinx.serialization.encoding.Decoder):com.intellij.ide.plugins.advertiser.FeaturePluginData
- f:getDescriptor():kotlinx.serialization.descriptors.SerialDescriptor
- f:serialize(kotlinx.serialization.encoding.Encoder,com.intellij.ide.plugins.advertiser.FeaturePluginData):V
- typeParametersSerializers():kotlinx.serialization.KSerializer[]
f:com.intellij.ide.plugins.advertiser.FeaturePluginData$Companion
- f:serializer():kotlinx.serialization.KSerializer
f:com.intellij.ide.plugins.advertiser.PluginData
- java.lang.Comparable
- sf:Companion:com.intellij.ide.plugins.advertiser.PluginData$Companion
- f:isBundled:Z
- f:isFromCustomRepository:Z
- f:nullablePluginName:java.lang.String
- f:pluginIdString:java.lang.String
- <init>():V
- <init>(com.intellij.openapi.extensions.PluginDescriptor):V
- <init>(java.lang.String,java.lang.String,Z,Z):V
- b:<init>(java.lang.String,java.lang.String,Z,Z,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- compareTo(com.intellij.ide.plugins.advertiser.PluginData):I
- f:component1():java.lang.String
- f:component2():java.lang.String
- f:component3():Z
- f:component4():Z
- f:copy(java.lang.String,java.lang.String,Z,Z):com.intellij.ide.plugins.advertiser.PluginData
- bs:copy$default(com.intellij.ide.plugins.advertiser.PluginData,java.lang.String,java.lang.String,Z,Z,I,java.lang.Object):com.intellij.ide.plugins.advertiser.PluginData
- equals(java.lang.Object):Z
- f:getPluginId():com.intellij.openapi.extensions.PluginId
- f:getPluginName():java.lang.String
- hashCode():I
bc:com.intellij.ide.plugins.advertiser.PluginData$$serializer
- kotlinx.serialization.internal.GeneratedSerializer
- sf:INSTANCE:com.intellij.ide.plugins.advertiser.PluginData$$serializer
- f:childSerializers():kotlinx.serialization.KSerializer[]
- f:deserialize(kotlinx.serialization.encoding.Decoder):com.intellij.ide.plugins.advertiser.PluginData
- f:getDescriptor():kotlinx.serialization.descriptors.SerialDescriptor
- f:serialize(kotlinx.serialization.encoding.Encoder,com.intellij.ide.plugins.advertiser.PluginData):V
- typeParametersSerializers():kotlinx.serialization.KSerializer[]
f:com.intellij.ide.plugins.advertiser.PluginData$Companion
- f:serializer():kotlinx.serialization.KSerializer
f:com.intellij.ide.plugins.advertiser.PluginDataSet
- sf:Companion:com.intellij.ide.plugins.advertiser.PluginDataSet$Companion
- <init>():V
- <init>(java.util.Set):V
- b:<init>(java.util.Set,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- f:component1():java.util.Set
- f:copy(java.util.Set):com.intellij.ide.plugins.advertiser.PluginDataSet
- bs:copy$default(com.intellij.ide.plugins.advertiser.PluginDataSet,java.util.Set,I,java.lang.Object):com.intellij.ide.plugins.advertiser.PluginDataSet
- equals(java.lang.Object):Z
- f:getDataSet():java.util.Set
- hashCode():I
bc:com.intellij.ide.plugins.advertiser.PluginDataSet$$serializer
- kotlinx.serialization.internal.GeneratedSerializer
- sf:INSTANCE:com.intellij.ide.plugins.advertiser.PluginDataSet$$serializer
- f:childSerializers():kotlinx.serialization.KSerializer[]
- f:deserialize(kotlinx.serialization.encoding.Decoder):com.intellij.ide.plugins.advertiser.PluginDataSet
- f:getDescriptor():kotlinx.serialization.descriptors.SerialDescriptor
- f:serialize(kotlinx.serialization.encoding.Encoder,com.intellij.ide.plugins.advertiser.PluginDataSet):V
- typeParametersSerializers():kotlinx.serialization.KSerializer[]
f:com.intellij.ide.plugins.advertiser.PluginDataSet$Companion
- f:serializer():kotlinx.serialization.KSerializer
f:com.intellij.ide.plugins.advertiser.PluginFeatureMap
- sf:Companion:com.intellij.ide.plugins.advertiser.PluginFeatureMap$Companion
- f:featureMap:java.util.Map
- f:lastUpdateTime:J
- <init>():V
- <init>(java.util.Map,J):V
- b:<init>(java.util.Map,J,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- f:component1():java.util.Map
- f:component2():J
- f:copy(java.util.Map,J):com.intellij.ide.plugins.advertiser.PluginFeatureMap
- bs:copy$default(com.intellij.ide.plugins.advertiser.PluginFeatureMap,java.util.Map,J,I,java.lang.Object):com.intellij.ide.plugins.advertiser.PluginFeatureMap
- equals(java.lang.Object):Z
- f:get(java.lang.String):java.util.Set
- hashCode():I
bc:com.intellij.ide.plugins.advertiser.PluginFeatureMap$$serializer
- kotlinx.serialization.internal.GeneratedSerializer
- sf:INSTANCE:com.intellij.ide.plugins.advertiser.PluginFeatureMap$$serializer
- f:childSerializers():kotlinx.serialization.KSerializer[]
- f:deserialize(kotlinx.serialization.encoding.Decoder):com.intellij.ide.plugins.advertiser.PluginFeatureMap
- f:getDescriptor():kotlinx.serialization.descriptors.SerialDescriptor
- f:serialize(kotlinx.serialization.encoding.Encoder,com.intellij.ide.plugins.advertiser.PluginFeatureMap):V
- typeParametersSerializers():kotlinx.serialization.KSerializer[]
f:com.intellij.ide.plugins.advertiser.PluginFeatureMap$Companion
- f:serializer():kotlinx.serialization.KSerializer
f:com.intellij.ide.util.RunOnceUtil
- sf:INSTANCE:com.intellij.ide.util.RunOnceUtil
- sf:runOnceForApp(java.lang.String,java.lang.Runnable):Z
- sf:runOnceForProject(com.intellij.openapi.project.Project,java.lang.String,java.lang.Runnable):Z
f:com.intellij.ide.util.RunOnceUtilKt
- sf:runOnceForApp(java.lang.String,kotlin.jvm.functions.Function1,kotlin.coroutines.Continuation):java.lang.Object
a:com.intellij.ide.wizard.AbstractWizardStepEx
- com.intellij.ide.wizard.Step
- com.intellij.openapi.Disposable
- <init>(java.lang.String):V
- f:_commit(Z):V
- f:_commitPrev():V
- _init():V
- addStepListener(com.intellij.ide.wizard.AbstractWizardStepEx$Listener):V
- a:commit(com.intellij.ide.wizard.AbstractWizardStepEx$CommitType):V
- dispose():V
- p:fireGoNext():V
- p:fireStateChanged():V
- getHelpId():java.lang.String
- getIcon():javax.swing.Icon
- a:getNextStepId():java.lang.Object
- a:getPreferredFocusedComponent():javax.swing.JComponent
- a:getPreviousStepId():java.lang.Object
- a:getStepId():java.lang.Object
- getTitle():java.lang.String
- a:isComplete():Z
- p:setTitle(java.lang.String):V
e:com.intellij.ide.wizard.AbstractWizardStepEx$CommitType
- java.lang.Enum
- sf:Finish:com.intellij.ide.wizard.AbstractWizardStepEx$CommitType
- sf:Next:com.intellij.ide.wizard.AbstractWizardStepEx$CommitType
- sf:Prev:com.intellij.ide.wizard.AbstractWizardStepEx$CommitType
- s:valueOf(java.lang.String):com.intellij.ide.wizard.AbstractWizardStepEx$CommitType
- s:values():com.intellij.ide.wizard.AbstractWizardStepEx$CommitType[]
com.intellij.ide.wizard.AbstractWizardStepEx$Listener
- com.intellij.ide.wizard.StepListener
- a:doNextAction():V
c:com.intellij.ide.wizard.CommitStepCancelledException
- com.intellij.ide.wizard.CommitStepException
- <init>():V
c:com.intellij.ide.wizard.CommitStepException
- java.lang.Exception
- <init>(java.lang.String):V
- getMessage():java.lang.String
com.intellij.ide.wizard.Step
- a:_commit(Z):V
- a:_init():V
- a:getComponent():javax.swing.JComponent
- a:getIcon():javax.swing.Icon
- a:getPreferredFocusedComponent():javax.swing.JComponent
c:com.intellij.ide.wizard.StepAdapter
- com.intellij.ide.wizard.Step
- <init>():V
- _commit(Z):V
- _init():V
- fireStateChanged():V
- getComponent():javax.swing.JComponent
- getIcon():javax.swing.Icon
- getPreferredFocusedComponent():javax.swing.JComponent
- registerStepListener(com.intellij.ide.wizard.StepListener):V
com.intellij.ide.wizard.StepListener
- java.util.EventListener
- a:stateChanged():V
com.intellij.ide.wizard.StepWithSubSteps
- com.intellij.ide.wizard.Step
- a:doPreviousAction():V
- a:isFirst():Z
- a:isLast():Z
f:com.intellij.navigation.NavigationItemFileStatus
- s:get(com.intellij.navigation.NavigationItem):com.intellij.openapi.vcs.FileStatus
c:com.intellij.notification.BrowseNotificationAction
- com.intellij.notification.NotificationAction
- <init>(java.lang.String,java.lang.String):V
- actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent,com.intellij.notification.Notification):V
a:com.intellij.notification.EventLogCategory
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
- p:<init>(java.lang.String):V
- a:acceptsNotification(java.lang.String):Z
- f:getDisplayName():java.lang.String
c:com.intellij.notification.Notification
- sf:KEY:com.intellij.openapi.actionSystem.DataKey
- f:id:java.lang.String
- <init>(java.lang.String,java.lang.String,com.intellij.notification.NotificationType):V
- <init>(java.lang.String,java.lang.String,java.lang.String,com.intellij.notification.NotificationType):V
- <init>(java.lang.String,java.lang.String,java.lang.String,com.intellij.notification.NotificationType,com.intellij.notification.NotificationListener):V
- <init>(java.lang.String,javax.swing.Icon,com.intellij.notification.NotificationType):V
- <init>(java.lang.String,javax.swing.Icon,java.lang.String,java.lang.String,java.lang.String,com.intellij.notification.NotificationType,com.intellij.notification.NotificationListener):V
- addAction(com.intellij.openapi.actionSystem.AnAction):com.intellij.notification.Notification
- addActions(java.util.Collection):com.intellij.notification.Notification
- f:assertHasTitleOrContent():V
- configureDoNotAskOption(java.lang.String,java.lang.String):V
- expire():V
- s:fire(com.intellij.notification.Notification,com.intellij.openapi.actionSystem.AnAction,com.intellij.openapi.actionSystem.DataContext):V
- s:get(com.intellij.openapi.actionSystem.AnActionEvent):com.intellij.notification.Notification
- getActions():java.util.List
- getBalloon():com.intellij.openapi.ui.popup.Balloon
- getCollapseDirection():com.intellij.notification.Notification$CollapseActionsDirection
- getContent():java.lang.String
- getContextHelpAction():com.intellij.openapi.actionSystem.AnAction
- getDisplayId():java.lang.String
- getDropDownText():java.lang.String
- getGroupId():java.lang.String
- getIcon():javax.swing.Icon
- getListener():com.intellij.notification.NotificationListener
- getSubtitle():java.lang.String
- getTimestamp():J
- getTitle():java.lang.String
- getToolWindowId():java.lang.String
- getType():com.intellij.notification.NotificationType
- hasContent():Z
- hasTitle():Z
- hideBalloon():V
- s:isEmpty(java.lang.String):Z
- isExpired():Z
- isImportant():Z
- isImportantSuggestion():Z
- isRemoveWhenExpired():Z
- isSuggestionType():Z
- notify(com.intellij.openapi.project.Project):V
- setBalloon(com.intellij.openapi.ui.popup.Balloon):V
- setCollapseActionsDirection(com.intellij.notification.Notification$CollapseActionsDirection):V
- setCollapseDirection(com.intellij.notification.Notification$CollapseActionsDirection):com.intellij.notification.Notification
- setContent(java.lang.String):com.intellij.notification.Notification
- setContextHelpAction(com.intellij.openapi.actionSystem.AnAction):com.intellij.notification.Notification
- setDisplayId(java.lang.String):com.intellij.notification.Notification
- setDropDownText(java.lang.String):com.intellij.notification.Notification
- setIcon(javax.swing.Icon):com.intellij.notification.Notification
- setImportant(Z):com.intellij.notification.Notification
- setImportantSuggestion(Z):com.intellij.notification.Notification
- setListener(com.intellij.notification.NotificationListener):com.intellij.notification.Notification
- setRemindLaterHandlerId(java.lang.String):com.intellij.notification.Notification
- setRemoveWhenExpired(Z):com.intellij.notification.Notification
- setSubtitle(java.lang.String):com.intellij.notification.Notification
- setSuggestionType(Z):com.intellij.notification.Notification
- setTitle(java.lang.String):com.intellij.notification.Notification
- setTitle(java.lang.String,java.lang.String):com.intellij.notification.Notification
- setToolWindowId(java.lang.String):com.intellij.notification.Notification
- whenExpired(java.lang.Runnable):com.intellij.notification.Notification
e:com.intellij.notification.Notification$CollapseActionsDirection
- java.lang.Enum
- sf:KEEP_LEFTMOST:com.intellij.notification.Notification$CollapseActionsDirection
- sf:KEEP_RIGHTMOST:com.intellij.notification.Notification$CollapseActionsDirection
- s:valueOf(java.lang.String):com.intellij.notification.Notification$CollapseActionsDirection
- s:values():com.intellij.notification.Notification$CollapseActionsDirection[]
a:com.intellij.notification.NotificationAction
- com.intellij.openapi.project.DumbAwareAction
- <init>(java.lang.String):V
- <init>(java.util.function.Supplier):V
- actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent):V
- a:actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent,com.intellij.notification.Notification):V
- s:create(java.lang.String,java.lang.String,java.util.function.BiConsumer):com.intellij.notification.NotificationAction
- s:create(java.lang.String,java.util.function.BiConsumer):com.intellij.notification.NotificationAction
- s:create(java.util.function.Supplier,java.util.function.BiConsumer):com.intellij.notification.NotificationAction
- s:createExpiring(java.lang.String,java.util.function.BiConsumer):com.intellij.notification.NotificationAction
- s:createSimple(java.lang.String,java.lang.Runnable):com.intellij.notification.NotificationAction
- s:createSimple(java.lang.String,java.lang.String,java.lang.Runnable):com.intellij.notification.NotificationAction
- s:createSimple(java.util.function.Supplier,java.lang.Runnable):com.intellij.notification.NotificationAction
- s:createSimpleExpiring(java.lang.String,java.lang.Runnable):com.intellij.notification.NotificationAction
- s:createSimpleExpiring(java.lang.String,java.lang.String,java.lang.Runnable):com.intellij.notification.NotificationAction
e:com.intellij.notification.NotificationAnnouncingMode
- java.lang.Enum
- sf:Companion:com.intellij.notification.NotificationAnnouncingMode$Companion
- sf:HIGH:com.intellij.notification.NotificationAnnouncingMode
- sf:MEDIUM:com.intellij.notification.NotificationAnnouncingMode
- sf:NONE:com.intellij.notification.NotificationAnnouncingMode
- sf:get(java.lang.String):com.intellij.notification.NotificationAnnouncingMode
- s:getEntries():kotlin.enums.EnumEntries
- f:getStringValue():java.lang.String
- s:valueOf(java.lang.String):com.intellij.notification.NotificationAnnouncingMode
- s:values():com.intellij.notification.NotificationAnnouncingMode[]
f:com.intellij.notification.NotificationAnnouncingMode$Companion
- f:get(java.lang.String):com.intellij.notification.NotificationAnnouncingMode
e:com.intellij.notification.NotificationDisplayType
- java.lang.Enum
- sf:BALLOON:com.intellij.notification.NotificationDisplayType
- sf:NONE:com.intellij.notification.NotificationDisplayType
- sf:STICKY_BALLOON:com.intellij.notification.NotificationDisplayType
- sf:TOOL_WINDOW:com.intellij.notification.NotificationDisplayType
- getTitle():java.lang.String
- s:valueOf(java.lang.String):com.intellij.notification.NotificationDisplayType
- s:values():com.intellij.notification.NotificationDisplayType[]
f:com.intellij.notification.NotificationGroup
- sf:Companion:com.intellij.notification.NotificationGroup$Companion
- <init>(java.lang.String,com.intellij.notification.NotificationDisplayType):V
- <init>(java.lang.String,com.intellij.notification.NotificationDisplayType,Z):V
- <init>(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,java.lang.String):V
- <init>(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,java.lang.String,javax.swing.Icon):V
- b:<init>(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,java.lang.String,javax.swing.Icon,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- <init>(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,java.lang.String,javax.swing.Icon,java.lang.String,com.intellij.openapi.extensions.PluginId):V
- b:<init>(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,java.lang.String,javax.swing.Icon,java.lang.String,com.intellij.openapi.extensions.PluginId,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- sf:balloonGroup(java.lang.String):com.intellij.notification.NotificationGroup
- sf:balloonGroup(java.lang.String,com.intellij.openapi.extensions.PluginId):com.intellij.notification.NotificationGroup
- sf:balloonGroup(java.lang.String,java.lang.String):com.intellij.notification.NotificationGroup
- sf:createIdWithTitle(java.lang.String,java.lang.String):java.lang.String
- f:createNotification():com.intellij.notification.Notification
- f:createNotification(com.intellij.notification.NotificationType):com.intellij.notification.Notification
- f:createNotification(java.lang.String,com.intellij.notification.NotificationType):com.intellij.notification.Notification
- f:createNotification(java.lang.String,com.intellij.openapi.ui.MessageType):com.intellij.notification.Notification
- f:createNotification(java.lang.String,java.lang.String,com.intellij.notification.NotificationType):com.intellij.notification.Notification
- f:createNotification(java.lang.String,java.lang.String,com.intellij.notification.NotificationType,com.intellij.notification.NotificationListener):com.intellij.notification.Notification
- f:createNotification(java.lang.String,java.lang.String,java.lang.String):com.intellij.notification.Notification
- f:createNotification(java.lang.String,java.lang.String,java.lang.String,com.intellij.notification.NotificationType):com.intellij.notification.Notification
- f:createNotification(java.lang.String,java.lang.String,java.lang.String,com.intellij.notification.NotificationType,com.intellij.notification.NotificationListener):com.intellij.notification.Notification
- bs:createNotification$default(com.intellij.notification.NotificationGroup,com.intellij.notification.NotificationType,I,java.lang.Object):com.intellij.notification.Notification
- bs:createNotification$default(com.intellij.notification.NotificationGroup,java.lang.String,java.lang.String,com.intellij.notification.NotificationType,com.intellij.notification.NotificationListener,I,java.lang.Object):com.intellij.notification.Notification
- bs:createNotification$default(com.intellij.notification.NotificationGroup,java.lang.String,java.lang.String,java.lang.String,com.intellij.notification.NotificationType,com.intellij.notification.NotificationListener,I,java.lang.Object):com.intellij.notification.Notification
- sf:findRegisteredGroup(java.lang.String):com.intellij.notification.NotificationGroup
- f:getDisplayId():java.lang.String
- f:getDisplayType():com.intellij.notification.NotificationDisplayType
- sf:getGroupTitle(java.lang.String):java.lang.String
- f:getIcon():javax.swing.Icon
- f:getParentId():java.lang.String
- f:getPluginId():com.intellij.openapi.extensions.PluginId
- f:getToolWindowId():java.lang.String
- sf:isGroupRegistered(java.lang.String):Z
- f:isHideFromSettings():Z
- f:isLogByDefault():Z
- sf:logOnlyGroup(java.lang.String):com.intellij.notification.NotificationGroup
- sf:logOnlyGroup(java.lang.String,com.intellij.openapi.extensions.PluginId):com.intellij.notification.NotificationGroup
- sf:logOnlyGroup(java.lang.String,java.lang.String):com.intellij.notification.NotificationGroup
- f:setHideFromSettings(Z):V
- f:setParentId(java.lang.String):com.intellij.notification.NotificationGroup
- sf:toolWindowGroup(java.lang.String,java.lang.String):com.intellij.notification.NotificationGroup
- sf:toolWindowGroup(java.lang.String,java.lang.String,Z):com.intellij.notification.NotificationGroup
- sf:toolWindowGroup(java.lang.String,java.lang.String,Z,com.intellij.openapi.extensions.PluginId):com.intellij.notification.NotificationGroup
f:com.intellij.notification.NotificationGroup$Companion
- f:balloonGroup(java.lang.String):com.intellij.notification.NotificationGroup
- f:balloonGroup(java.lang.String,com.intellij.openapi.extensions.PluginId):com.intellij.notification.NotificationGroup
- f:balloonGroup(java.lang.String,java.lang.String):com.intellij.notification.NotificationGroup
- f:createIdWithTitle(java.lang.String,java.lang.String):java.lang.String
- f:findRegisteredGroup(java.lang.String):com.intellij.notification.NotificationGroup
- f:getAllRegisteredGroups():java.lang.Iterable
- f:getGroupTitle(java.lang.String):java.lang.String
- f:isGroupRegistered(java.lang.String):Z
- f:logOnlyGroup(java.lang.String):com.intellij.notification.NotificationGroup
- f:logOnlyGroup(java.lang.String,com.intellij.openapi.extensions.PluginId):com.intellij.notification.NotificationGroup
- f:logOnlyGroup(java.lang.String,java.lang.String):com.intellij.notification.NotificationGroup
- f:toolWindowGroup(java.lang.String,java.lang.String):com.intellij.notification.NotificationGroup
- f:toolWindowGroup(java.lang.String,java.lang.String,Z):com.intellij.notification.NotificationGroup
- f:toolWindowGroup(java.lang.String,java.lang.String,Z,com.intellij.openapi.extensions.PluginId):com.intellij.notification.NotificationGroup
- bs:toolWindowGroup$default(com.intellij.notification.NotificationGroup$Companion,java.lang.String,java.lang.String,Z,I,java.lang.Object):com.intellij.notification.NotificationGroup
com.intellij.notification.NotificationGroupManager
- s:getInstance():com.intellij.notification.NotificationGroupManager
- a:getNotificationGroup(java.lang.String):com.intellij.notification.NotificationGroup
- a:getRegisteredNotificationGroups():java.util.Collection
- a:isGroupRegistered(java.lang.String):Z
- a:isRegisteredNotificationId(java.lang.String):Z
com.intellij.notification.NotificationListener
- sf:URL_OPENING_LISTENER:com.intellij.notification.NotificationListener
- a:hyperlinkUpdate(com.intellij.notification.Notification,javax.swing.event.HyperlinkEvent):V
a:com.intellij.notification.NotificationListener$Adapter
- com.intellij.notification.NotificationListener
- <init>():V
- pa:hyperlinkActivated(com.intellij.notification.Notification,javax.swing.event.HyperlinkEvent):V
- f:hyperlinkUpdate(com.intellij.notification.Notification,javax.swing.event.HyperlinkEvent):V
c:com.intellij.notification.NotificationListener$UrlOpeningListener
- com.intellij.notification.NotificationListener$Adapter
- <init>(Z):V
- p:hyperlinkActivated(com.intellij.notification.Notification,javax.swing.event.HyperlinkEvent):V
com.intellij.notification.NotificationRemindLaterHandler
- sf:Companion:com.intellij.notification.NotificationRemindLaterHandler$Companion
- s:findHandler(java.lang.String):com.intellij.notification.NotificationRemindLaterHandler
- a:getActionsState(com.intellij.notification.Notification):org.jdom.Element
- a:getID():java.lang.String
- a:setActions(com.intellij.notification.Notification,org.jdom.Element):Z
f:com.intellij.notification.NotificationRemindLaterHandler$Companion
- f:findHandler(java.lang.String):com.intellij.notification.NotificationRemindLaterHandler
a:com.intellij.notification.NotificationRemindLaterHandlerWithState
- com.intellij.notification.NotificationRemindLaterHandler
- <init>(java.lang.Class):V
- getActionsState(com.intellij.notification.Notification):org.jdom.Element
- a:getState(com.intellij.notification.Notification):com.intellij.openapi.components.BaseState
- setActions(com.intellij.notification.Notification,org.jdom.Element):Z
- a:setState(com.intellij.notification.Notification,com.intellij.openapi.components.BaseState):Z
e:com.intellij.notification.NotificationType
- java.lang.Enum
- sf:ERROR:com.intellij.notification.NotificationType
- sf:IDE_UPDATE:com.intellij.notification.NotificationType
- sf:INFORMATION:com.intellij.notification.NotificationType
- sf:WARNING:com.intellij.notification.NotificationType
- s:getDominatingType(java.util.Collection):com.intellij.notification.NotificationType
- s:valueOf(java.lang.String):com.intellij.notification.NotificationType
- s:values():com.intellij.notification.NotificationType[]
com.intellij.notification.Notifications
- sf:SYSTEM_MESSAGES_GROUP_ID:java.lang.String
- sf:TOPIC:com.intellij.util.messages.Topic
- notify(com.intellij.notification.Notification):V
- register(java.lang.String,com.intellij.notification.NotificationDisplayType):V
- register(java.lang.String,com.intellij.notification.NotificationDisplayType,Z):V
- register(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,Z):V
- register(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,Z,java.lang.String):V
f:com.intellij.notification.Notifications$Bus
- s:notify(com.intellij.notification.Notification):V
- s:notify(com.intellij.notification.Notification,com.intellij.openapi.project.Project):V
a:com.intellij.notification.NotificationsConfiguration
- com.intellij.notification.Notifications
- sf:LIGHTWEIGHT_PREFIX:java.lang.String
- <init>():V
- a:areNotificationsEnabled():Z
- a:changeSettings(java.lang.String,com.intellij.notification.NotificationDisplayType,Z,Z):V
- a:getDisplayType(java.lang.String):com.intellij.notification.NotificationDisplayType
- a:getNotificationAnnouncingMode():com.intellij.notification.NotificationAnnouncingMode
- s:getNotificationsConfiguration():com.intellij.notification.NotificationsConfiguration
- a:setDisplayType(java.lang.String,com.intellij.notification.NotificationDisplayType):V
- a:setNotificationAnnouncingMode(com.intellij.notification.NotificationAnnouncingMode):V
a:com.intellij.notification.NotificationsManager
- <init>():V
- a:expire(com.intellij.notification.Notification):V
- s:getNotificationsManager():com.intellij.notification.NotificationsManager
- a:getNotificationsOfType(java.lang.Class,com.intellij.openapi.project.Project):com.intellij.notification.Notification[]
- a:showNotification(com.intellij.notification.Notification,com.intellij.openapi.project.Project):V
a:com.intellij.openapi.actionSystem.ActionPlaces
- sf:ACTION_PLACE_QUICK_LIST_POPUP_ACTION:java.lang.String
- sf:ACTION_PLACE_VCS_QUICK_LIST_POPUP_ACTION:java.lang.String
- sf:ACTION_SEARCH:java.lang.String
- sf:ANALYZE_STACKTRACE_PANEL_TOOLBAR:java.lang.String
- sf:ANT_EXPLORER_POPUP:java.lang.String
- sf:ANT_EXPLORER_TOOLBAR:java.lang.String
- sf:ANT_MESSAGES_POPUP:java.lang.String
- sf:ANT_MESSAGES_TOOLBAR:java.lang.String
- sf:ATTACH_DIALOG_TOOLBAR:java.lang.String
- sf:BOOKMARKS_VIEW_POPUP:java.lang.String
- sf:CALL_HIERARCHY_VIEW_POPUP:java.lang.String
- sf:CALL_HIERARCHY_VIEW_TOOLBAR:java.lang.String
- sf:CHANGES_VIEW_EMPTY_STATE:java.lang.String
- sf:CHANGES_VIEW_POPUP:java.lang.String
- sf:CHANGES_VIEW_TOOLBAR:java.lang.String
- sf:CHECKOUT_POPUP:java.lang.String
- sf:CODE_INSPECTION:java.lang.String
- sf:COMMANDER_POPUP:java.lang.String
- sf:COMMANDER_TOOLBAR:java.lang.String
- sf:COMMIT_VIEW_EMPTY_STATE:java.lang.String
- sf:COMPILER_MESSAGES_POPUP:java.lang.String
- sf:COMPILER_MESSAGES_TOOLBAR:java.lang.String
- sf:COMPOSER_EDITOR_NOTIFICATION_PANEL:java.lang.String
- sf:COMPOSER_EDITOR_NOTIFICATION_PANEL_EXTRA:java.lang.String
- sf:COMPOSER_LOG_RERUN:java.lang.String
- sf:CONTEXT_TOOLBAR:java.lang.String
- sf:COPY_REFERENCE_POPUP:java.lang.String
- sf:CUSTOMIZE_ACTIONS_PANEL:java.lang.String
- sf:DATABASE_VIEW_POPUP:java.lang.String
- sf:DATABASE_VIEW_TOOLBAR:java.lang.String
- sf:DEBUGGER_TOOLBAR:java.lang.String
- sf:DIFF_RIGHT_TOOLBAR:java.lang.String
- sf:DIFF_TOOLBAR:java.lang.String
- sf:DOCK_MENU:java.lang.String
- sf:EDITOR_ANNOTATIONS_AREA_POPUP:java.lang.String
- sf:EDITOR_FLOATING_TOOLBAR:java.lang.String
- sf:EDITOR_GUTTER:java.lang.String
- sf:EDITOR_GUTTER_POPUP:java.lang.String
- sf:EDITOR_HINT:java.lang.String
- sf:EDITOR_INLAY:java.lang.String
- sf:EDITOR_INSPECTIONS_TOOLBAR:java.lang.String
- sf:EDITOR_NOTIFICATION_POPUP:java.lang.String
- sf:EDITOR_POPUP:java.lang.String
- sf:EDITOR_TAB:java.lang.String
- sf:EDITOR_TAB_POPUP:java.lang.String
- sf:EDITOR_TOOLBAR:java.lang.String
- sf:FAVORITES_VIEW_POPUP:java.lang.String
- sf:FILEHISTORY_VIEW_TOOLBAR:java.lang.String
- sf:FILEVIEW_POPUP:java.lang.String
- sf:FILE_STRUCTURE_POPUP:java.lang.String
- sf:FORCE_TOUCH:java.lang.String
- sf:GRID_FLOATING_PAGING_TOOLBAR:java.lang.String
- sf:GUI_DESIGNER_COMPONENT_TREE_POPUP:java.lang.String
- sf:GUI_DESIGNER_EDITOR_POPUP:java.lang.String
- sf:GUI_DESIGNER_PROPERTY_INSPECTOR_POPUP:java.lang.String
- sf:IMPORT_SETTINGS_DIALOG:java.lang.String
- sf:INTENTION_MENU:java.lang.String
- sf:J2EE_ATTRIBUTES_VIEW_POPUP:java.lang.String
- sf:J2EE_VIEW_POPUP:java.lang.String
- sf:JAVADOC_INPLACE_SETTINGS:java.lang.String
- sf:JAVADOC_TOOLBAR:java.lang.String
- sf:JS_BUILD_TOOL_POPUP:java.lang.String
- sf:JUPYTER_NOTEBOOK_CELL_OUTPUT_POPUP:java.lang.String
- sf:KEYBOARD_SHORTCUT:java.lang.String
- sf:LEARN_TOOLWINDOW:java.lang.String
- sf:LVCS_DIRECTORY_HISTORY_POPUP:java.lang.String
- sf:MAIN_MENU:java.lang.String
- sf:MAIN_TOOLBAR:java.lang.String
- sf:METHOD_HIERARCHY_VIEW_POPUP:java.lang.String
- sf:METHOD_HIERARCHY_VIEW_TOOLBAR:java.lang.String
- sf:MOUSE_SHORTCUT:java.lang.String
- sf:NAVIGATION_BAR_POPUP:java.lang.String
- sf:NAVIGATION_BAR_TOOLBAR:java.lang.String
- sf:NEW_PROJECT_WIZARD:java.lang.String
- sf:NEW_UI_ONBOARDING:java.lang.String
- sf:NEW_UI_RUN_TOOLBAR:java.lang.String
- sf:NOTIFICATION:java.lang.String
- sf:PHING_EXPLORER_POPUP:java.lang.String
- sf:PHING_EXPLORER_TOOLBAR:java.lang.String
- sf:PHING_MESSAGES_TOOLBAR:java.lang.String
- sf:PHP_TEST_RUN_CONFIGURATION:java.lang.String
- sf:POPUP:java.lang.String
- sf:PROBLEMS_VIEW_POPUP:java.lang.String
- sf:PROBLEMS_VIEW_TOOLBAR:java.lang.String
- sf:PROJECT_VIEW_POPUP:java.lang.String
- sf:PROJECT_VIEW_TOOLBAR:java.lang.String
- sf:PROJECT_WIDGET_POPUP:java.lang.String
- sf:QUICK_SWITCH_SCHEME_POPUP:java.lang.String
- sf:REFACTORING_QUICKLIST:java.lang.String
- sf:REMOTE_HOST_DIALOG_POPUP:java.lang.String
- sf:REMOTE_HOST_VIEW_POPUP:java.lang.String
- sf:REVEAL_IN_POPUP:java.lang.String
- sf:RIDER_UNIT_TESTS_EXPLORER_POPUP:java.lang.String
- sf:RIDER_UNIT_TESTS_LEFT_TOOLBAR:java.lang.String
- sf:RIDER_UNIT_TESTS_PROGRESSBAR_POPUP:java.lang.String
- sf:RIDER_UNIT_TESTS_QUICKLIST:java.lang.String
- sf:RIDER_UNIT_TESTS_SESSION_POPUP:java.lang.String
- sf:RIDER_UNIT_TESTS_TOP_TOOLBAR:java.lang.String
- sf:RIGHT_EDITOR_GUTTER_POPUP:java.lang.String
- sf:RUNNER_LAYOUT_BUTTON_TOOLBAR:java.lang.String
- sf:RUNNER_TOOLBAR:java.lang.String
- sf:RUN_ANYTHING_POPUP:java.lang.String
- sf:RUN_CONFIGURATIONS_COMBOBOX:java.lang.String
- sf:RUN_CONFIGURATION_EDITOR:java.lang.String
- sf:RUN_DASHBOARD_POPUP:java.lang.String
- sf:RUN_TOOLBAR_LEFT_SIDE:java.lang.String
- sf:SCOPE_VIEW_POPUP:java.lang.String
- sf:SERVICES_POPUP:java.lang.String
- sf:SERVICES_TOOLBAR:java.lang.String
- sf:SERVICES_TREE_TOOLBAR:java.lang.String
- sf:SETTINGS_HISTORY:java.lang.String
- sf:SHOW_USAGES_POPUP_TOOLBAR:java.lang.String
- sf:SIMILAR_USAGES_PREVIEW_TOOLBAR:java.lang.String
- sf:STATUS_BAR_PLACE:java.lang.String
- sf:STRUCTURE_VIEW_FLOATING_TOOLBAR:java.lang.String
- sf:STRUCTURE_VIEW_POPUP:java.lang.String
- sf:STRUCTURE_VIEW_TOOLBAR:java.lang.String
- sf:TABS_MORE_TOOLBAR:java.lang.String
- sf:TESTTREE_VIEW_POPUP:java.lang.String
- sf:TESTTREE_VIEW_TOOLBAR:java.lang.String
- sf:TEXT_EDITOR_WITH_PREVIEW:java.lang.String
- sf:TFS_TREE_POPUP:java.lang.String
- sf:TODO_VIEW_POPUP:java.lang.String
- sf:TODO_VIEW_TOOLBAR:java.lang.String
- sf:TOOLBAR:java.lang.String
- sf:TOOLBAR_DECORATOR_TOOLBAR:java.lang.String
- sf:TOOLWINDOW_CONTENT:java.lang.String
- sf:TOOLWINDOW_GRADLE:java.lang.String
- sf:TOOLWINDOW_POPUP:java.lang.String
- sf:TOOLWINDOW_TITLE:java.lang.String
- sf:TOOLWINDOW_TOOLBAR_BAR:java.lang.String
- sf:TOUCHBAR_GENERAL:java.lang.String
- sf:TYPE_HIERARCHY_VIEW_POPUP:java.lang.String
- sf:TYPE_HIERARCHY_VIEW_TOOLBAR:java.lang.String
- sf:UNKNOWN:java.lang.String
- sf:UPDATE_POPUP:java.lang.String
- sf:USAGE_VIEW_POPUP:java.lang.String
- sf:USAGE_VIEW_TOOLBAR:java.lang.String
- sf:V8_CPU_PROFILING_POPUP:java.lang.String
- sf:V8_HEAP_DIFF_PROFILING_POPUP:java.lang.String
- sf:V8_HEAP_PROFILING_POPUP:java.lang.String
- sf:VCS_HISTORY_PLACE:java.lang.String
- sf:VCS_HISTORY_TOOLBAR_PLACE:java.lang.String
- sf:VCS_LOG_BRANCHES_PLACE:java.lang.String
- sf:VCS_LOG_TABLE_PLACE:java.lang.String
- sf:VCS_LOG_TOOLBAR_PLACE:java.lang.String
- sf:VCS_LOG_TOOLBAR_POPUP_PLACE:java.lang.String
- sf:VCS_TOOLBAR_WIDGET:java.lang.String
- sf:WELCOME_SCREEN:java.lang.String
- sf:WELCOME_SCREEN_QUICK_PANEL:java.lang.String
- <init>():V
- s:getActionGroupPopupPlace(java.lang.String):java.lang.String
- s:getPopupPlace(java.lang.String):java.lang.String
- s:isCommonPlace(java.lang.String):Z
- s:isMainMenuOrActionSearch(java.lang.String):Z
- s:isPopupPlace(java.lang.String):Z
- s:isShortcutPlace(java.lang.String):Z
com.intellij.openapi.actionSystem.ActionWithDelegate
- a:getDelegate():java.lang.Object
- getPresentableName():java.lang.String
com.intellij.openapi.actionSystem.IdeActions
- sf:ACTION_ANALYZE_BACK_DEPENDENCIES:java.lang.String
- sf:ACTION_ANALYZE_CYCLIC_DEPENDENCIES:java.lang.String
- sf:ACTION_ANALYZE_DEPENDENCIES:java.lang.String
- sf:ACTION_ANALYZE_MODULE_DEPENDENCIES:java.lang.String
- sf:ACTION_BRACE_OR_QUOTE_OUT:java.lang.String
- sf:ACTION_CALL_HIERARCHY:java.lang.String
- sf:ACTION_CALL_INLINE_COMPLETION:java.lang.String
- sf:ACTION_CHANGE_SPLIT_ORIENTATION:java.lang.String
- sf:ACTION_CHECKIN_PROJECT:java.lang.String
- sf:ACTION_CHOOSE_LOOKUP_ITEM:java.lang.String
- sf:ACTION_CHOOSE_LOOKUP_ITEM_COMPLETE_STATEMENT:java.lang.String
- sf:ACTION_CHOOSE_LOOKUP_ITEM_DOT:java.lang.String
- sf:ACTION_CHOOSE_LOOKUP_ITEM_REPLACE:java.lang.String
- sf:ACTION_CLEAR_TEXT:java.lang.String
- sf:ACTION_CLOSE:java.lang.String
- sf:ACTION_CLOSE_ACTIVE_TAB:java.lang.String
- sf:ACTION_CLOSE_ALL_EDITORS:java.lang.String
- sf:ACTION_CLOSE_ALL_EDITORS_BUT_THIS:java.lang.String
- sf:ACTION_CLOSE_ALL_UNMODIFIED_EDITORS:java.lang.String
- sf:ACTION_CLOSE_EDITOR:java.lang.String
- sf:ACTION_CODE_COMPLETION:java.lang.String
- sf:ACTION_COLLAPSE_ALL:java.lang.String
- sf:ACTION_COLLAPSE_ALL_REGIONS:java.lang.String
- sf:ACTION_COLLAPSE_REGION:java.lang.String
- sf:ACTION_COLLAPSE_REGION_RECURSIVELY:java.lang.String
- sf:ACTION_COMMENT_BLOCK:java.lang.String
- sf:ACTION_COMMENT_LINE:java.lang.String
- sf:ACTION_COMPARE_CLIPBOARD_WITH_SELECTION:java.lang.String
- sf:ACTION_COMPILE:java.lang.String
- sf:ACTION_COMPILE_PROJECT:java.lang.String
- sf:ACTION_CONTEXT_HELP:java.lang.String
- sf:ACTION_COPY:java.lang.String
- sf:ACTION_COPY_REFERENCE:java.lang.String
- sf:ACTION_CUT:java.lang.String
- sf:ACTION_CVS_ADD:java.lang.String
- sf:ACTION_CVS_CHECKOUT:java.lang.String
- sf:ACTION_CVS_COMMIT:java.lang.String
- sf:ACTION_CVS_DIFF:java.lang.String
- sf:ACTION_CVS_EDIT:java.lang.String
- sf:ACTION_CVS_EDITORS:java.lang.String
- sf:ACTION_CVS_LOG:java.lang.String
- sf:ACTION_CVS_STATUS:java.lang.String
- sf:ACTION_CVS_UNEDIT:java.lang.String
- sf:ACTION_CVS_UPDATE:java.lang.String
- sf:ACTION_DEFAULT_DEBUGGER:java.lang.String
- sf:ACTION_DEFAULT_RUNNER:java.lang.String
- sf:ACTION_DELETE:java.lang.String
- sf:ACTION_EDITOR_ADD_CARET_PER_SELECTED_LINE:java.lang.String
- sf:ACTION_EDITOR_ADD_OR_REMOVE_CARET:java.lang.String
- sf:ACTION_EDITOR_ADD_RECTANGULAR_SELECTION_ON_MOUSE_DRAG:java.lang.String
- sf:ACTION_EDITOR_AUTO_INDENT_LINES:java.lang.String
- sf:ACTION_EDITOR_BACKSPACE:java.lang.String
- sf:ACTION_EDITOR_BACKWARD_PARAGRAPH:java.lang.String
- sf:ACTION_EDITOR_BACKWARD_PARAGRAPH_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_CLONE_CARET_ABOVE:java.lang.String
- sf:ACTION_EDITOR_CLONE_CARET_BELOW:java.lang.String
- sf:ACTION_EDITOR_COMPLETE_STATEMENT:java.lang.String
- sf:ACTION_EDITOR_COPY:java.lang.String
- sf:ACTION_EDITOR_CREATE_RECTANGULAR_SELECTION:java.lang.String
- sf:ACTION_EDITOR_CREATE_RECTANGULAR_SELECTION_ON_MOUSE_DRAG:java.lang.String
- sf:ACTION_EDITOR_CUT:java.lang.String
- sf:ACTION_EDITOR_DELETE:java.lang.String
- sf:ACTION_EDITOR_DELETE_LINE:java.lang.String
- sf:ACTION_EDITOR_DELETE_TO_WORD_END:java.lang.String
- sf:ACTION_EDITOR_DELETE_TO_WORD_START:java.lang.String
- sf:ACTION_EDITOR_DUPLICATE:java.lang.String
- sf:ACTION_EDITOR_DUPLICATE_LINES:java.lang.String
- sf:ACTION_EDITOR_EMACS_TAB:java.lang.String
- sf:ACTION_EDITOR_ENTER:java.lang.String
- sf:ACTION_EDITOR_ESCAPE:java.lang.String
- sf:ACTION_EDITOR_FORWARD_PARAGRAPH:java.lang.String
- sf:ACTION_EDITOR_FORWARD_PARAGRAPH_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_INDENT_SELECTION:java.lang.String
- sf:ACTION_EDITOR_JOIN_LINES:java.lang.String
- sf:ACTION_EDITOR_MATCH_BRACE:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_DOWN:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_DOWN_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_LEFT:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_LEFT_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_PAGE_DOWN:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_PAGE_DOWN_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_PAGE_UP:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_PAGE_UP_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_RIGHT:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_RIGHT_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_UP:java.lang.String
- sf:ACTION_EDITOR_MOVE_CARET_UP_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_MOVE_LINE_END:java.lang.String
- sf:ACTION_EDITOR_MOVE_LINE_END_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_MOVE_LINE_START:java.lang.String
- sf:ACTION_EDITOR_MOVE_LINE_START_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_NEXT_PARAMETER:java.lang.String
- sf:ACTION_EDITOR_NEXT_TEMPLATE_VARIABLE:java.lang.String
- sf:ACTION_EDITOR_NEXT_WORD:java.lang.String
- sf:ACTION_EDITOR_NEXT_WORD_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_PASTE:java.lang.String
- sf:ACTION_EDITOR_PASTE_FROM_HISTORY:java.lang.String
- sf:ACTION_EDITOR_PASTE_SIMPLE:java.lang.String
- sf:ACTION_EDITOR_PREVIOUS_TEMPLATE_VARIABLE:java.lang.String
- sf:ACTION_EDITOR_PREVIOUS_WORD:java.lang.String
- sf:ACTION_EDITOR_PREVIOUS_WORD_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_PREV_PARAMETER:java.lang.String
- sf:ACTION_EDITOR_REFORMAT:java.lang.String
- sf:ACTION_EDITOR_REVERSE_LINES:java.lang.String
- sf:ACTION_EDITOR_SELECT_WORD_AT_CARET:java.lang.String
- sf:ACTION_EDITOR_SHOW_PARAMETER_INFO:java.lang.String
- sf:ACTION_EDITOR_SORT_LINES:java.lang.String
- sf:ACTION_EDITOR_SPLIT:java.lang.String
- sf:ACTION_EDITOR_START_NEW_LINE:java.lang.String
- sf:ACTION_EDITOR_SWAP_SELECTION_BOUNDARIES:java.lang.String
- sf:ACTION_EDITOR_TAB:java.lang.String
- sf:ACTION_EDITOR_TEXT_END:java.lang.String
- sf:ACTION_EDITOR_TEXT_END_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_TEXT_START:java.lang.String
- sf:ACTION_EDITOR_TEXT_START_WITH_SELECTION:java.lang.String
- sf:ACTION_EDITOR_TOGGLE_CASE:java.lang.String
- sf:ACTION_EDITOR_TOGGLE_OVERWRITE_MODE:java.lang.String
- sf:ACTION_EDITOR_TOGGLE_STICKY_SELECTION:java.lang.String
- sf:ACTION_EDITOR_TRANSPOSE:java.lang.String
- sf:ACTION_EDITOR_UNINDENT_SELECTION:java.lang.String
- sf:ACTION_EDITOR_UNSELECT_WORD_AT_CARET:java.lang.String
- sf:ACTION_EDITOR_USE_SOFT_WRAPS:java.lang.String
- sf:ACTION_EDIT_PROPERTY_VALUE:java.lang.String
- sf:ACTION_EDIT_RUN_CONFIGURATIONS:java.lang.String
- sf:ACTION_EDIT_SOURCE:java.lang.String
- sf:ACTION_EDIT_SOURCE_IN_NEW_WINDOW:java.lang.String
- sf:ACTION_EXPAND_ALL:java.lang.String
- sf:ACTION_EXPAND_ALL_REGIONS:java.lang.String
- sf:ACTION_EXPAND_ALL_TO_LEVEL_1:java.lang.String
- sf:ACTION_EXPAND_COLLAPSE_TOGGLE_REGION:java.lang.String
- sf:ACTION_EXPAND_LIVE_TEMPLATE_BY_TAB:java.lang.String
- sf:ACTION_EXPAND_LIVE_TEMPLATE_CUSTOM:java.lang.String
- sf:ACTION_EXPAND_REGION:java.lang.String
- sf:ACTION_EXPAND_REGION_RECURSIVELY:java.lang.String
- sf:ACTION_EXPAND_TO_LEVEL_1:java.lang.String
- sf:ACTION_EXPORT_TO_TEXT_FILE:java.lang.String
- sf:ACTION_EXTERNAL_JAVADOC:java.lang.String
- sf:ACTION_FILE_STRUCTURE_POPUP:java.lang.String
- sf:ACTION_FIND:java.lang.String
- sf:ACTION_FIND_IN_PATH:java.lang.String
- sf:ACTION_FIND_NEXT:java.lang.String
- sf:ACTION_FIND_PREVIOUS:java.lang.String
- sf:ACTION_FIND_PREV_WORD_AT_CARET:java.lang.String
- sf:ACTION_FIND_USAGES:java.lang.String
- sf:ACTION_FIND_WORD_AT_CARET:java.lang.String
- sf:ACTION_FOCUS_EDITOR:java.lang.String
- sf:ACTION_GOTO_BACK:java.lang.String
- sf:ACTION_GOTO_DECLARATION:java.lang.String
- sf:ACTION_GOTO_FORWARD:java.lang.String
- sf:ACTION_GOTO_IMPLEMENTATION:java.lang.String
- sf:ACTION_GOTO_LAST_CHANGE:java.lang.String
- sf:ACTION_GOTO_NEXT_CHANGE:java.lang.String
- sf:ACTION_GOTO_SUPER:java.lang.String
- sf:ACTION_GOTO_TYPE_DECLARATION:java.lang.String
- sf:ACTION_HIGHLIGHT_USAGES_IN_FILE:java.lang.String
- sf:ACTION_HIPPIE_BACKWARD_COMPLETION:java.lang.String
- sf:ACTION_HIPPIE_COMPLETION:java.lang.String
- sf:ACTION_INSERT_INLINE_COMPLETION:java.lang.String
- sf:ACTION_INSERT_INLINE_COMPLETION_LINE:java.lang.String
- sf:ACTION_INSERT_INLINE_COMPLETION_WORD:java.lang.String
- sf:ACTION_INSPECT_CODE:java.lang.String
- sf:ACTION_KEYMAP_REFERENCE:java.lang.String
- sf:ACTION_LOOKUP_DOWN:java.lang.String
- sf:ACTION_LOOKUP_UP:java.lang.String
- sf:ACTION_MAKE_MODULE:java.lang.String
- sf:ACTION_MARK_ALL_NOTIFICATIONS_AS_READ:java.lang.String
- sf:ACTION_METHOD_HIERARCHY:java.lang.String
- sf:ACTION_METHOD_OVERLOAD_SWITCH_DOWN:java.lang.String
- sf:ACTION_METHOD_OVERLOAD_SWITCH_UP:java.lang.String
- sf:ACTION_MOVE:java.lang.String
- sf:ACTION_MOVE_EDITOR_TO_OPPOSITE_TAB_GROUP:java.lang.String
- sf:ACTION_MOVE_LINE_DOWN_ACTION:java.lang.String
- sf:ACTION_MOVE_LINE_UP_ACTION:java.lang.String
- sf:ACTION_MOVE_STATEMENT_DOWN_ACTION:java.lang.String
- sf:ACTION_MOVE_STATEMENT_UP_ACTION:java.lang.String
- sf:ACTION_NEW_ELEMENT:java.lang.String
- sf:ACTION_NEW_HORIZONTAL_TAB_GROUP:java.lang.String
- sf:ACTION_NEW_PROJECT:java.lang.String
- sf:ACTION_NEW_VERTICAL_TAB_GROUP:java.lang.String
- sf:ACTION_NEXT_DIFF:java.lang.String
- sf:ACTION_NEXT_EDITOR_TAB:java.lang.String
- sf:ACTION_NEXT_INLINE_COMPLETION_SUGGESTION:java.lang.String
- sf:ACTION_NEXT_OCCURENCE:java.lang.String
- sf:ACTION_NEXT_TAB:java.lang.String
- sf:ACTION_OPEN_IN_NEW_WINDOW:java.lang.String
- sf:ACTION_OPEN_IN_RIGHT_SPLIT:java.lang.String
- sf:ACTION_PASTE:java.lang.String
- sf:ACTION_PIN_ACTIVE_EDITOR:java.lang.String
- sf:ACTION_PIN_ACTIVE_TAB:java.lang.String
- sf:ACTION_PREVIOUS_DIFF:java.lang.String
- sf:ACTION_PREVIOUS_EDITOR_TAB:java.lang.String
- sf:ACTION_PREVIOUS_OCCURENCE:java.lang.String
- sf:ACTION_PREVIOUS_TAB:java.lang.String
- sf:ACTION_PREV_INLINE_COMPLETION_SUGGESTION:java.lang.String
- sf:ACTION_QUICK_IMPLEMENTATIONS:java.lang.String
- sf:ACTION_QUICK_JAVADOC:java.lang.String
- sf:ACTION_RECENT_FILES:java.lang.String
- sf:ACTION_REDO:java.lang.String
- sf:ACTION_REFRESH:java.lang.String
- sf:ACTION_RENAME:java.lang.String
- sf:ACTION_REPLACE:java.lang.String
- sf:ACTION_REPLACE_IN_PATH:java.lang.String
- sf:ACTION_RERUN:java.lang.String
- sf:ACTION_RESET_FRAME:java.lang.String
- sf:ACTION_RESTORE_FONT_PREVIEW_TEXT:java.lang.String
- sf:ACTION_RUN_ANYTHING:java.lang.String
- sf:ACTION_RUN_TO_CURSOR:java.lang.String
- sf:ACTION_SEARCH_EVERYWHERE:java.lang.String
- sf:ACTION_SELECT_ALL:java.lang.String
- sf:ACTION_SELECT_ALL_OCCURRENCES:java.lang.String
- sf:ACTION_SELECT_NEXT_OCCURENCE:java.lang.String
- sf:ACTION_SHOW_DIFF_COMMON:java.lang.String
- sf:ACTION_SHOW_ERROR_DESCRIPTION:java.lang.String
- sf:ACTION_SHOW_INTENTION_ACTIONS:java.lang.String
- sf:ACTION_SHOW_SETTINGS:java.lang.String
- sf:ACTION_SMART_TYPE_COMPLETION:java.lang.String
- sf:ACTION_STOP_PROGRAM:java.lang.String
- sf:ACTION_SWITCHER:java.lang.String
- sf:ACTION_SYNCHRONIZE:java.lang.String
- sf:ACTION_TOGGLE_FIND_IN_SELECTION_ONLY:java.lang.String
- sf:ACTION_TOGGLE_LINE_BREAKPOINT:java.lang.String
- sf:ACTION_TOGGLE_RENDERED_DOC:java.lang.String
- sf:ACTION_TOGGLE_RENDERED_DOC_FOR_ALL:java.lang.String
- sf:ACTION_TYPE_HIERARCHY:java.lang.String
- sf:ACTION_UNDO:java.lang.String
- sf:ACTION_UNSELECT_PREVIOUS_OCCURENCE:java.lang.String
- sf:ACTION_UPDATE_RUNNING_APPLICATION:java.lang.String
- sf:ACTION_UPDATE_TAG_WITH_EMMET:java.lang.String
- sf:ACTION_VIEW_SOURCE:java.lang.String
- sf:BREADCRUMBS_HIDE_BOTH:java.lang.String
- sf:BREADCRUMBS_OPTIONS_GROUP:java.lang.String
- sf:BREADCRUMBS_SHOW_ABOVE:java.lang.String
- sf:BREADCRUMBS_SHOW_BELOW:java.lang.String
- sf:CHANGES_VIEW_ROLLBACK:java.lang.String
- sf:CONSOLE_CLEAR_ALL:java.lang.String
- sf:DIFF_VIEWER_POPUP:java.lang.String
- sf:DIFF_VIEWER_TOOLBAR:java.lang.String
- sf:EXTRACT_METHOD_TOOL_WINDOW_TREE_POPUP:java.lang.String
- sf:GROUP_ADD_SUPPORT:java.lang.String
- sf:GROUP_ANALYZE:java.lang.String
- sf:GROUP_BASIC_EDITOR_POPUP:java.lang.String
- sf:GROUP_CALL_HIERARCHY_POPUP:java.lang.String
- sf:GROUP_CHANGE_SCHEME:java.lang.String
- sf:GROUP_COMMANDER_POPUP:java.lang.String
- sf:GROUP_COMPILER_ERROR_VIEW_POPUP:java.lang.String
- sf:GROUP_CONSOLE_EDITOR_POPUP:java.lang.String
- sf:GROUP_CUT_COPY_PASTE:java.lang.String
- sf:GROUP_DIFF_EDITOR_GUTTER_POPUP:java.lang.String
- sf:GROUP_DIFF_EDITOR_POPUP:java.lang.String
- sf:GROUP_DIFF_EDITOR_SETTINGS:java.lang.String
- sf:GROUP_DOC_COMMENT_GUTTER_ICON_CONTEXT_MENU:java.lang.String
- sf:GROUP_EDITOR:java.lang.String
- sf:GROUP_EDITOR_BIDI_TEXT_DIRECTION:java.lang.String
- sf:GROUP_EDITOR_GUTTER:java.lang.String
- sf:GROUP_EDITOR_POPUP:java.lang.String
- sf:GROUP_EDITOR_SEARCH_FILTER_RESULTS:java.lang.String
- sf:GROUP_EDITOR_TAB_POPUP:java.lang.String
- sf:GROUP_EJB_ENVIRONMENT_ENTRIES_VIEW_POPUP:java.lang.String
- sf:GROUP_EJB_REFERENCES_VIEW_POPUP:java.lang.String
- sf:GROUP_EJB_RESOURCE_ENVIRONMENT_REFERENCES_VIEW_POPUP:java.lang.String
- sf:GROUP_EJB_RESOURCE_REFERENCES_VIEW_POPUP:java.lang.String
- sf:GROUP_EJB_TRANSACTION_ATTRIBUTES_VIEW_POPUP:java.lang.String
- sf:GROUP_EXPERIMENTAL_TOOLBAR:java.lang.String
- sf:GROUP_EXPERIMENTAL_TOOLBAR_RIGHT_SIDE:java.lang.String
- sf:GROUP_EXTERNAL_TOOLS:java.lang.String
- sf:GROUP_FILE:java.lang.String
- sf:GROUP_GENERATE:java.lang.String
- sf:GROUP_GUI_DESIGNER_COMPONENT_TREE_POPUP:java.lang.String
- sf:GROUP_GUI_DESIGNER_EDITOR_POPUP:java.lang.String
- sf:GROUP_GUI_DESIGNER_PROPERTY_INSPECTOR_POPUP:java.lang.String
- sf:GROUP_HELP_MENU:java.lang.String
- sf:GROUP_INTENTIONS:java.lang.String
- sf:GROUP_J2EE_VIEW_POPUP:java.lang.String
- sf:GROUP_MAIN_MENU:java.lang.String
- sf:GROUP_MAIN_TOOLBAR:java.lang.String
- sf:GROUP_MAIN_TOOLBAR_CENTER:java.lang.String
- sf:GROUP_MAIN_TOOLBAR_LEFT:java.lang.String
- sf:GROUP_MAIN_TOOLBAR_NEW_UI:java.lang.String
- sf:GROUP_MAIN_TOOLBAR_RIGHT:java.lang.String
- sf:GROUP_METHOD_HIERARCHY_POPUP:java.lang.String
- sf:GROUP_MOVE_MODULE_TO_GROUP:java.lang.String
- sf:GROUP_NAVBAR_POPUP:java.lang.String
- sf:GROUP_NAVBAR_TOOLBAR:java.lang.String
- sf:GROUP_NEW:java.lang.String
- sf:GROUP_PARAMETERS_VIEW_POPUP:java.lang.String
- sf:GROUP_PROJECT_VIEW_POPUP:java.lang.String
- sf:GROUP_REFACTOR:java.lang.String
- sf:GROUP_RUN:java.lang.String
- sf:GROUP_RUNNER_ACTIONS:java.lang.String
- sf:GROUP_SCOPE_VIEW_POPUP:java.lang.String
- sf:GROUP_SECURITY_ROLES_VIEW_POPUP:java.lang.String
- sf:GROUP_SERVLET_MAPPING_VIEW_POPUP:java.lang.String
- sf:GROUP_STRUCTURE_VIEW_POPUP:java.lang.String
- sf:GROUP_TESTSTATISTICS_POPUP:java.lang.String
- sf:GROUP_TESTTREE_POPUP:java.lang.String
- sf:GROUP_TOUCHBAR:java.lang.String
- sf:GROUP_TYPE_HIERARCHY_POPUP:java.lang.String
- sf:GROUP_USAGE_VIEW_POPUP:java.lang.String
- sf:GROUP_VERSION_CONTROLS:java.lang.String
- sf:GROUP_WEIGHING_NEW:java.lang.String
- sf:GROUP_WELCOME_SCREEN_CONFIGURE:java.lang.String
- sf:GROUP_WELCOME_SCREEN_DOC:java.lang.String
- sf:GROUP_WELCOME_SCREEN_LEARN_IDE:java.lang.String
- sf:GROUP_WELCOME_SCREEN_OPTIONS:java.lang.String
- sf:GROUP_WELCOME_SCREEN_QUICKSTART:java.lang.String
- sf:GROUP_WELCOME_SCREEN_QUICKSTART_EMPTY_STATE:java.lang.String
- sf:GROUP_WELCOME_SCREEN_QUICKSTART_PROJECTS_STATE:java.lang.String
- sf:INSPECTION_TOOL_WINDOW_TREE_POPUP:java.lang.String
- sf:MODULE_SETTINGS:java.lang.String
- sf:MOVE_ELEMENT_LEFT:java.lang.String
- sf:MOVE_ELEMENT_RIGHT:java.lang.String
- sf:MOVE_TO_ANOTHER_CHANGE_LIST:java.lang.String
- sf:RUN_TOOLBAR_PROCESSES_ACTION_GROUP:java.lang.String
- sf:SELECTED_CHANGES_ROLLBACK:java.lang.String
c:com.intellij.openapi.actionSystem.PlatformCoreDataKeys
- com.intellij.openapi.actionSystem.CommonDataKeys
- sf:BGT_DATA_PROVIDER:com.intellij.openapi.actionSystem.DataKey
- sf:CONTEXT_COMPONENT:com.intellij.openapi.actionSystem.DataKey
- sf:FILE_EDITOR:com.intellij.openapi.actionSystem.DataKey
- sf:FILE_TEXT:com.intellij.openapi.actionSystem.DataKey
- sf:HELP_ID:com.intellij.openapi.actionSystem.DataKey
- sf:IS_MODAL_CONTEXT:com.intellij.openapi.actionSystem.DataKey
- sf:MODULE:com.intellij.openapi.actionSystem.DataKey
- sf:PROJECT_CONTEXT:com.intellij.openapi.actionSystem.DataKey
- sf:PROJECT_FILE_DIRECTORY:com.intellij.openapi.actionSystem.DataKey
- sf:PSI_ELEMENT_ARRAY:com.intellij.openapi.actionSystem.DataKey
- sf:SELECTED_ITEM:com.intellij.openapi.actionSystem.DataKey
- sf:SELECTED_ITEMS:com.intellij.openapi.actionSystem.DataKey
- <init>():V
com.intellij.openapi.actionSystem.SeparatorAction
com.intellij.openapi.application.ApplicationActivationListener
- sf:TOPIC:com.intellij.util.messages.Topic
- applicationActivated(com.intellij.openapi.wm.IdeFrame):V
- applicationDeactivated(com.intellij.openapi.wm.IdeFrame):V
- delayedApplicationDeactivated(java.awt.Window):V
f:com.intellij.openapi.application.ApplicationBundle
- sf:BUNDLE:java.lang.String
- sf:INSTANCE:com.intellij.DynamicBundle
- s:message(java.lang.String,java.lang.Object[]):java.lang.String
- s:messagePointer(java.lang.String,java.lang.Object[]):java.util.function.Supplier
com.intellij.openapi.application.ApplicationStarter
- sf:ANY_MODALITY:I
- sf:Companion:com.intellij.openapi.application.ApplicationStarter$Companion
- sf:NON_MODAL:I
- sf:NOT_IN_EDT:I
- canProcessExternalCommandLine():Z
- getCommandName():java.lang.String
- getRequiredModality():I
- isHeadless():Z
- main(java.util.List):V
- premain(java.util.List):V
- processExternalCommandLine(java.util.List,java.lang.String,kotlin.coroutines.Continuation):java.lang.Object
- bs:processExternalCommandLine$suspendImpl(com.intellij.openapi.application.ApplicationStarter,java.util.List,java.lang.String,kotlin.coroutines.Continuation):java.lang.Object
f:com.intellij.openapi.application.ApplicationStarter$Companion
- sf:ANY_MODALITY:I
- sf:NON_MODAL:I
- sf:NOT_IN_EDT:I
a:com.intellij.openapi.application.ExperimentalFeature
- description:java.lang.String
- id:java.lang.String
- internalFeature:Z
- percentOfUsers:I
- requireRestart:Z
- <init>():V
- a:isEnabled():Z
f:com.intellij.openapi.application.Experiments
- sf:Companion:com.intellij.openapi.application.Experiments$Companion
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
- <init>():V
- <init>(kotlinx.coroutines.CoroutineScope):V
- b:<init>(kotlinx.coroutines.CoroutineScope,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- sf:getInstance():com.intellij.openapi.application.Experiments
- f:isChanged(java.lang.String):Z
- f:isFeatureEnabled(java.lang.String):Z
- f:setFeatureEnabled(java.lang.String,Z):V
f:com.intellij.openapi.application.Experiments$Companion
- f:getInstance():com.intellij.openapi.application.Experiments
c:com.intellij.openapi.fileChooser.FileChooserDescriptor
- java.lang.Cloneable
- <init>(com.intellij.openapi.fileChooser.FileChooserDescriptor):V
- <init>(Z,Z,Z,Z,Z,Z):V
- f:clone():java.lang.Object
- ps:dressIcon(com.intellij.openapi.vfs.VirtualFile,javax.swing.Icon):javax.swing.Icon
- getComment(com.intellij.openapi.vfs.VirtualFile):java.lang.String
- getDescription():java.lang.String
- getIcon(com.intellij.openapi.vfs.VirtualFile):javax.swing.Icon
- getName(com.intellij.openapi.vfs.VirtualFile):java.lang.String
- getRoots():java.util.List
- getTitle():java.lang.String
- getUserData(com.intellij.openapi.actionSystem.DataKey):java.lang.Object
- getUserData(java.lang.String):java.lang.Object
- isChooseFiles():Z
- isChooseFolders():Z
- isChooseJarContents():Z
- isChooseJars():Z
- isChooseJarsAsFiles():Z
- isChooseMultiple():Z
- isFileSelectable(com.intellij.openapi.vfs.VirtualFile):Z
- F:isFileVisible(com.intellij.openapi.vfs.VirtualFile,Z):Z
- isForcedToUseIdeaFileChooser():Z
- isHideIgnored():Z
- isShowFileSystemRoots():Z
- isShowHiddenFiles():Z
- isTreeRootVisible():Z
- putUserData(com.intellij.openapi.actionSystem.DataKey,java.lang.Object):V
- setDescription(java.lang.String):V
- setForcedToUseIdeaFileChooser(Z):V
- setHideIgnored(Z):V
- setRoots(java.util.List):V
- setRoots(com.intellij.openapi.vfs.VirtualFile[]):V
- setShowFileSystemRoots(Z):V
- setTitle(java.lang.String):V
- validateSelectedFiles(com.intellij.openapi.vfs.VirtualFile[]):V
- withDescription(java.lang.String):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withExtensionFilter(com.intellij.openapi.fileTypes.FileType):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withExtensionFilter(java.lang.String):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withExtensionFilter(java.lang.String,com.intellij.openapi.fileTypes.FileType[]):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withExtensionFilter(java.lang.String,java.lang.String[]):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withFileFilter(com.intellij.openapi.util.Condition):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withHideIgnored(Z):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withRoots(java.util.List):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withRoots(com.intellij.openapi.vfs.VirtualFile[]):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withShowFileSystemRoots(Z):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withShowHiddenFiles(Z):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withTitle(java.lang.String):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withTreeRootVisible(Z):com.intellij.openapi.fileChooser.FileChooserDescriptor
- withoutExtensionFilter():com.intellij.openapi.fileChooser.FileChooserDescriptor
f:com.intellij.openapi.fileChooser.FileChooserDescriptorFactory
- s:createAllButJarContentsDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createMultipleFilesNoJarsDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createMultipleFoldersDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createMultipleJavaPathDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFileDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFileDescriptor(com.intellij.openapi.fileTypes.FileType):com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFileDescriptor(java.lang.String):com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFileNoJarsDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFileOrExecutableAppDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFileOrFolderDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFileOrFolderDescriptor(com.intellij.openapi.fileTypes.FileType):com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleFolderDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
- s:createSingleLocalFileDescriptor():com.intellij.openapi.fileChooser.FileChooserDescriptor
c:com.intellij.openapi.fileChooser.FileElement
- <init>(com.intellij.openapi.vfs.VirtualFile,java.lang.String):V
- equals(java.lang.Object):Z
- f:getFile():com.intellij.openapi.vfs.VirtualFile
- f:getName():java.lang.String
- getParent():com.intellij.openapi.fileChooser.FileElement
- f:getPath():java.lang.String
- hashCode():I
- f:isArchive():Z
- s:isArchive(com.intellij.openapi.vfs.VirtualFile):Z
- s:isFileHidden(com.intellij.openapi.vfs.VirtualFile):Z
- f:isHidden():Z
- setParent(com.intellij.openapi.fileChooser.FileElement):V
f:com.intellij.openapi.fileEditor.TextEditorLocation
- com.intellij.openapi.fileEditor.FileEditorLocation
- <init>(I,com.intellij.openapi.fileEditor.TextEditor):V
- <init>(com.intellij.openapi.editor.LogicalPosition,com.intellij.openapi.fileEditor.TextEditor):V
- compareTo(com.intellij.openapi.fileEditor.FileEditorLocation):I
- getEditor():com.intellij.openapi.fileEditor.FileEditor
- getPosition():com.intellij.openapi.editor.LogicalPosition
a:com.intellij.openapi.fileEditor.UniqueVFilePathBuilder
- <init>():V
- s:getInstance():com.intellij.openapi.fileEditor.UniqueVFilePathBuilder
- a:getUniqueVirtualFilePath(com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile):java.lang.String
- getUniqueVirtualFilePath(com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile,com.intellij.psi.search.GlobalSearchScope):java.lang.String
- a:getUniqueVirtualFilePathWithinOpenedFileEditors(com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile):java.lang.String
e:com.intellij.openapi.fileEditor.UnlockOption
- java.lang.Enum
- sf:UNLOCK:com.intellij.openapi.fileEditor.UnlockOption
- sf:UNLOCK_ALL:com.intellij.openapi.fileEditor.UnlockOption
- sf:UNLOCK_DIR:com.intellij.openapi.fileEditor.UnlockOption
- s:valueOf(java.lang.String):com.intellij.openapi.fileEditor.UnlockOption
- s:values():com.intellij.openapi.fileEditor.UnlockOption[]
com.intellij.openapi.fileTypes.FileTypeConsumer
- sf:EXTENSION_DELIMITER:java.lang.String
- a:consume(com.intellij.openapi.fileTypes.FileType):V
- a:consume(com.intellij.openapi.fileTypes.FileType,java.lang.String):V
- a:consume(com.intellij.openapi.fileTypes.FileType,com.intellij.openapi.fileTypes.FileNameMatcher[]):V
- a:getStandardFileTypeByName(java.lang.String):com.intellij.openapi.fileTypes.FileType
f:com.intellij.openapi.fileTypes.FileTypeEvent
- java.util.EventObject
- getAddedFileType():com.intellij.openapi.fileTypes.FileType
- getRemovedFileType():com.intellij.openapi.fileTypes.FileType
a:com.intellij.openapi.fileTypes.FileTypeFactory
- sf:FILE_TYPE_FACTORY_EP:com.intellij.openapi.extensions.ExtensionPointName
- <init>():V
- a:createFileTypes(com.intellij.openapi.fileTypes.FileTypeConsumer):V
com.intellij.openapi.fileTypes.FileTypeListener
- java.util.EventListener
- beforeFileTypesChanged(com.intellij.openapi.fileTypes.FileTypeEvent):V
- fileTypesChanged(com.intellij.openapi.fileTypes.FileTypeEvent):V
a:com.intellij.openapi.fileTypes.FileTypeManager
- com.intellij.openapi.fileTypes.FileTypeRegistry
- com.intellij.openapi.Disposable
- sf:TOPIC:com.intellij.util.messages.Topic
- p:<init>():V
- a:associate(com.intellij.openapi.fileTypes.FileType,com.intellij.openapi.fileTypes.FileNameMatcher):V
- f:associateExtension(com.intellij.openapi.fileTypes.FileType,java.lang.String):V
- f:associatePattern(com.intellij.openapi.fileTypes.FileType,java.lang.String):V
- dispose():V
- a:getAssociations(com.intellij.openapi.fileTypes.FileType):java.util.List
- a:getIgnoredFilesList():java.lang.String
- s:getInstance():com.intellij.openapi.fileTypes.FileTypeManager
- a:getKnownFileTypeOrAssociate(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.project.Project):com.intellij.openapi.fileTypes.FileType
- a:getStdFileType(java.lang.String):com.intellij.openapi.fileTypes.FileType
- a:isFileIgnored(java.lang.String):Z
- s:parseFromString(java.lang.String):com.intellij.openapi.fileTypes.FileNameMatcher
- f:removeAssociatedExtension(com.intellij.openapi.fileTypes.FileType,java.lang.String):V
- a:removeAssociation(com.intellij.openapi.fileTypes.FileType,com.intellij.openapi.fileTypes.FileNameMatcher):V
- a:setIgnoredFilesList(java.lang.String):V
c:com.intellij.openapi.fileTypes.FileTypes
- sf:ARCHIVE:com.intellij.openapi.fileTypes.FileType
- sf:PLAIN_TEXT:com.intellij.openapi.fileTypes.LanguageFileType
- sf:UNKNOWN:com.intellij.openapi.fileTypes.FileType
- p:<init>():V
f:com.intellij.openapi.fileTypes.MockLanguageFileType
- com.intellij.openapi.fileTypes.LanguageFileType
- sf:INSTANCE:com.intellij.openapi.fileTypes.LanguageFileType
- getDefaultExtension():java.lang.String
- getDescription():java.lang.String
- getIcon():javax.swing.Icon
- getName():java.lang.String
f:com.intellij.openapi.fileTypes.NativeFileType
- com.intellij.openapi.fileTypes.INativeFileType
- sf:INSTANCE:com.intellij.openapi.fileTypes.NativeFileType
- getDefaultExtension():java.lang.String
- getDescription():java.lang.String
- getDisplayName():java.lang.String
- getIcon():javax.swing.Icon
- getName():java.lang.String
- isBinary():Z
- s:openAssociatedApplication(com.intellij.openapi.vfs.VirtualFile):Z
- openFileInAssociatedApplication(com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile):Z
- useNativeIcon():Z
f:com.intellij.openapi.fileTypes.StdFileTypes
- com.intellij.openapi.fileTypes.FileTypes
- s:CLASS:com.intellij.openapi.fileTypes.FileType
- s:DTD:com.intellij.openapi.fileTypes.LanguageFileType
- s:GUI_DESIGNER_FORM:com.intellij.openapi.fileTypes.FileType
- s:HTML:com.intellij.openapi.fileTypes.LanguageFileType
- s:JAVA:com.intellij.openapi.fileTypes.LanguageFileType
- s:JS:com.intellij.openapi.fileTypes.LanguageFileType
- s:JSP:com.intellij.openapi.fileTypes.LanguageFileType
- s:JSPX:com.intellij.openapi.fileTypes.LanguageFileType
- s:PROPERTIES:com.intellij.openapi.fileTypes.LanguageFileType
- s:XHTML:com.intellij.openapi.fileTypes.LanguageFileType
- s:XML:com.intellij.openapi.fileTypes.LanguageFileType
c:com.intellij.openapi.fileTypes.StdFileTypes$StdFileTypesUpdater
- com.intellij.openapi.fileTypes.FileTypeListener
- <init>():V
- fileTypesChanged(com.intellij.openapi.fileTypes.FileTypeEvent):V
com.intellij.openapi.fileTypes.TemplateLanguageFileType
c:com.intellij.openapi.fileTypes.UserBinaryFileType
- com.intellij.openapi.fileTypes.UserFileType
- sf:INSTANCE:com.intellij.openapi.fileTypes.UserBinaryFileType
- p:<init>():V
- getEditor():com.intellij.openapi.options.SettingsEditor
- isBinary():Z
a:com.intellij.openapi.fileTypes.UserFileType
- com.intellij.openapi.fileTypes.FileType
- java.lang.Cloneable
- p:<init>():V
- clone():com.intellij.openapi.fileTypes.UserFileType
- copyFrom(com.intellij.openapi.fileTypes.UserFileType):V
- getDefaultExtension():java.lang.String
- getDescription():java.lang.String
- a:getEditor():com.intellij.openapi.options.SettingsEditor
- getIcon():javax.swing.Icon
- getName():java.lang.String
- setDescription(java.lang.String):V
- setIcon(javax.swing.Icon):V
- setIconPath(java.lang.String):V
- setName(java.lang.String):V
com.intellij.openapi.options.CompositeSettingsBuilder
- a:createCompoundEditor():javax.swing.JComponent
- a:getEditors():java.util.Collection
a:com.intellij.openapi.options.CompositeSettingsEditor
- com.intellij.openapi.options.SettingsEditor
- sf:LOG:com.intellij.openapi.diagnostic.Logger
- p:myEditors:java.util.Collection
- <init>():V
- <init>(com.intellij.openapi.util.Factory):V
- applyEditorTo(java.lang.Object):V
- pf:createEditor():javax.swing.JComponent
- disposeEditor():V
- a:getBuilder():com.intellij.openapi.options.CompositeSettingsBuilder
- installWatcher(javax.swing.JComponent):V
- resetEditorFrom(java.lang.Object):V
- uninstallWatcher():V
com.intellij.openapi.options.Configurable
- com.intellij.openapi.options.UnnamedConfigurable
- sf:APPLICATION_CONFIGURABLE:com.intellij.openapi.extensions.ExtensionPointName
- sf:PROJECT_CONFIGURABLE:com.intellij.openapi.extensions.ProjectExtensionPointName
- focusOn(java.lang.String):V
- a:getDisplayName():java.lang.String
- getHelpTopic():java.lang.String
- s:isCheckboxModified(javax.swing.JCheckBox,Z):Z
- s:isFieldModified(javax.swing.JTextField,I):Z
- s:isFieldModified(javax.swing.JTextField,I,com.intellij.ide.ui.UINumericRange):Z
- s:isFieldModified(javax.swing.JTextField,java.lang.String):Z
- isModified(javax.swing.JTextField,I,com.intellij.ide.ui.UINumericRange):Z
- isModified(javax.swing.JTextField,java.lang.String):Z
- isModified(javax.swing.JToggleButton,Z):Z
com.intellij.openapi.options.Configurable$Beta
com.intellij.openapi.options.Configurable$Composite
- a:getConfigurables():com.intellij.openapi.options.Configurable[]
com.intellij.openapi.options.Configurable$NoMargin
com.intellij.openapi.options.Configurable$NoScroll
com.intellij.openapi.options.Configurable$Promo
- a:getPromoIcon():javax.swing.Icon
com.intellij.openapi.options.Configurable$TopComponentController
- sf:EMPTY:com.intellij.openapi.options.Configurable$TopComponentController
- a:setLeftComponent(java.awt.Component):V
- a:showProgress(Z):V
- a:showProject(Z):V
com.intellij.openapi.options.Configurable$TopComponentProvider
- a:getCenterComponent(com.intellij.openapi.options.Configurable$TopComponentController):java.awt.Component
- isAvailable():Z
com.intellij.openapi.options.Configurable$VariableProjectAppLevel
- a:isProjectLevel():Z
com.intellij.openapi.options.Configurable$WithEpDependencies
- a:getDependencies():java.util.Collection
c:com.intellij.openapi.options.ConfigurableEP
- com.intellij.openapi.extensions.PluginAware
- bundle:java.lang.String
- children:java.util.List
- childrenEPName:java.lang.String
- displayName:java.lang.String
- dynamic:Z
- groupId:java.lang.String
- groupWeight:I
- id:java.lang.String
- implementationClass:java.lang.String
- instanceClass:java.lang.String
- key:java.lang.String
- nonDefaultProject:Z
- parentId:java.lang.String
- providerClass:java.lang.String
- treeRendererClass:java.lang.String
- p:<init>():V
- p:<init>(com.intellij.openapi.components.ComponentManager):V
- <init>(com.intellij.openapi.extensions.PluginDescriptor):V
- <init>(com.intellij.openapi.project.Project):V
- canCreateConfigurable():Z
- createConfigurable():com.intellij.openapi.options.UnnamedConfigurable
- p:createProducer():com.intellij.openapi.options.ConfigurableEP$ObjectProducer
- createTreeRenderer():com.intellij.openapi.options.ConfigurableTreeRenderer
- findBundle():java.util.ResourceBundle
- f:findClassOrNull(java.lang.String):java.lang.Class
- getChildren():java.util.List
- getConfigurableType():java.lang.Class
- getDisplayName():java.lang.String
- f:getPluginDescriptor():com.intellij.openapi.extensions.PluginDescriptor
- getProject():com.intellij.openapi.project.Project
- f:instantiateConfigurableProvider():com.intellij.openapi.options.ConfigurableProvider
- isAvailable():Z
- f:setPluginDescriptor(com.intellij.openapi.extensions.PluginDescriptor):V
pc:com.intellij.openapi.options.ConfigurableEP$ObjectProducer
- p:<init>():V
- p:canCreateElement():Z
- p:createElement():java.lang.Object
- p:getType():java.lang.Class
a:com.intellij.openapi.options.ConfigurableProvider
- <init>():V
- canCreateConfigurable():Z
- a:createConfigurable():com.intellij.openapi.options.Configurable
com.intellij.openapi.options.ConfigurableTreeRenderer
- a:getDecorator(javax.swing.JComponent,com.intellij.openapi.options.UnnamedConfigurable,Z):com.intellij.openapi.util.Pair
com.intellij.openapi.options.ConfigurableTreeRenderer$Layout
- a:layoutBeforePaint(java.awt.Component,java.awt.Rectangle,java.awt.Rectangle,java.awt.Rectangle,I):V
com.intellij.openapi.options.ConfigurableWithId
- com.intellij.openapi.options.Configurable
- a:getId():java.lang.String
c:com.intellij.openapi.options.ConfigurationException
- java.lang.Exception
- <init>(java.lang.String):V
- <init>(java.lang.String,java.lang.String):V
- <init>(java.lang.String,java.lang.Throwable,java.lang.String):V
- getConfigurationQuickFix():com.intellij.openapi.options.ConfigurationQuickFix
- s:getDefaultTitle():java.lang.String
- getMessage():java.lang.String
- getMessageHtml():com.intellij.openapi.util.text.HtmlChunk
- getOriginator():com.intellij.openapi.options.Configurable
- getTitle():java.lang.String
- setOriginator(com.intellij.openapi.options.Configurable):V
- setQuickFix(com.intellij.openapi.options.ConfigurationQuickFix):V
- setQuickFix(java.lang.Runnable):V
- shouldShowInDumbMode():Z
- withHtmlMessage():com.intellij.openapi.options.ConfigurationException
c:com.intellij.openapi.options.ExtendableSettingsEditor
- com.intellij.openapi.options.SettingsEditor
- <init>(com.intellij.openapi.options.SettingsEditor):V
- addExtensionEditor(com.intellij.openapi.options.SettingsEditor):V
- p:applyEditorTo(java.lang.Object):V
- p:createEditor():javax.swing.JComponent
- p:resetEditorFrom(java.lang.Object):V
com.intellij.openapi.options.ExtensionSettingsEditor
f:com.intellij.openapi.options.OptionsBundle
- com.intellij.DynamicBundle
- sf:BUNDLE:java.lang.String
- sf:INSTANCE:com.intellij.openapi.options.OptionsBundle
- s:message(java.lang.String,java.lang.Object[]):java.lang.String
- s:messagePointer(java.lang.String,java.lang.Object[]):java.util.function.Supplier
com.intellij.openapi.options.SearchableConfigurable
- com.intellij.openapi.options.ConfigurableWithId
- enableSearch(java.lang.String):java.lang.Runnable
- getOriginalClass():java.lang.Class
c:com.intellij.openapi.options.SearchableConfigurable$Delegate
- com.intellij.openapi.options.SearchableConfigurable
- <init>(com.intellij.openapi.options.Configurable):V
- apply():V
- createComponent():javax.swing.JComponent
- disposeUIResources():V
- enableSearch(java.lang.String):java.lang.Runnable
- getDisplayName():java.lang.String
- getHelpTopic():java.lang.String
- getId():java.lang.String
- isModified():Z
- reset():V
com.intellij.openapi.options.SearchableConfigurable$Merged
- a:getMergedConfigurables():java.util.List
com.intellij.openapi.options.SearchableConfigurable$Parent
- com.intellij.openapi.options.Configurable$Composite
- com.intellij.openapi.options.SearchableConfigurable
- hasOwnContent():Z
a:com.intellij.openapi.options.SearchableConfigurable$Parent$Abstract
- com.intellij.openapi.options.SearchableConfigurable$Parent
- <init>():V
- apply():V
- pa:buildConfigurables():com.intellij.openapi.options.Configurable[]
- createComponent():javax.swing.JComponent
- disposeUIResources():V
- f:getConfigurables():com.intellij.openapi.options.Configurable[]
- isModified():Z
a:com.intellij.openapi.options.SettingsEditor
- com.intellij.openapi.Disposable
- <init>():V
- <init>(com.intellij.openapi.util.Factory):V
- f:addSettingsEditorListener(com.intellij.openapi.options.SettingsEditorListener):V
- pa:applyEditorTo(java.lang.Object):V
- f:applyTo(java.lang.Object):V
- f:bulkUpdate(java.lang.Runnable):V
- pa:createEditor():javax.swing.JComponent
- p:createWatcher():com.intellij.ui.UserActivityWatcher
- f:dispose():V
- p:disposeEditor():V
- pf:fireEditorStateChanged():V
- f:getComponent():javax.swing.JComponent
- getFactory():com.intellij.openapi.util.Factory
- f:getOwner():com.intellij.openapi.options.CompositeSettingsEditor
- getSnapshot():java.lang.Object
- p:installWatcher(javax.swing.JComponent):V
- isReadyForApply():Z
- isSpecificallyModified():Z
- f:removeSettingsEditorListener(com.intellij.openapi.options.SettingsEditorListener):V
- pa:resetEditorFrom(java.lang.Object):V
- f:resetFrom(java.lang.Object):V
- p:uninstallWatcher():V
c:com.intellij.openapi.options.SettingsEditorGroup
- com.intellij.openapi.options.SettingsEditor
- <init>():V
- addEditor(java.lang.String,com.intellij.openapi.options.SettingsEditor):V
- addGroup(com.intellij.openapi.options.SettingsEditorGroup):V
- applyEditorTo(java.lang.Object):V
- createEditor():javax.swing.JComponent
- getEditors():java.util.List
- resetEditorFrom(java.lang.Object):V
com.intellij.openapi.options.SettingsEditorListener
- java.util.EventListener
- a:stateChanged(com.intellij.openapi.options.SettingsEditor):V
com.intellij.openapi.options.UnnamedConfigurable
- a:apply():V
- cancel():V
- a:createComponent():javax.swing.JComponent
- disposeUIResources():V
- getPreferredFocusedComponent():javax.swing.JComponent
- a:isModified():Z
- reset():V
a:com.intellij.openapi.project.BaseProjectDirectories
- sf:Companion:com.intellij.openapi.project.BaseProjectDirectories$Companion
- <init>(com.intellij.openapi.project.Project):V
- f:contains(com.intellij.openapi.vfs.VirtualFile):Z
- pf:fireChange(com.intellij.openapi.project.BaseProjectDirectoriesDiff):V
- pa:getBaseDirectories():java.util.Set
- sf:getBaseDirectories(com.intellij.openapi.project.Project):java.util.Set
- a:getBaseDirectoryFor(com.intellij.openapi.vfs.VirtualFile):com.intellij.openapi.vfs.VirtualFile
- sf:getInstance(com.intellij.openapi.project.Project):com.intellij.openapi.project.BaseProjectDirectories
- a:isProcessing():Z
f:com.intellij.openapi.project.BaseProjectDirectories$Companion
- f:getBaseDirectories(com.intellij.openapi.project.Project):java.util.Set
- f:getInstance(com.intellij.openapi.project.Project):com.intellij.openapi.project.BaseProjectDirectories
- f:getTOPIC():com.intellij.util.messages.Topic
f:com.intellij.openapi.project.BaseProjectDirectoriesDiff
- <init>(java.util.Set,java.util.Set):V
- f:component1():java.util.Set
- f:component2():java.util.Set
- f:copy(java.util.Set,java.util.Set):com.intellij.openapi.project.BaseProjectDirectoriesDiff
- bs:copy$default(com.intellij.openapi.project.BaseProjectDirectoriesDiff,java.util.Set,java.util.Set,I,java.lang.Object):com.intellij.openapi.project.BaseProjectDirectoriesDiff
- equals(java.lang.Object):Z
- f:getAdded():java.util.Set
- f:getRemoved():java.util.Set
- hashCode():I
com.intellij.openapi.project.BaseProjectDirectoriesListener
- a:changed(com.intellij.openapi.project.Project,com.intellij.openapi.project.BaseProjectDirectoriesDiff):V
a:com.intellij.openapi.project.DumbAwareAction
- com.intellij.openapi.actionSystem.AnAction
- com.intellij.openapi.project.DumbAware
- p:<init>():V
- p:<init>(java.lang.String):V
- p:<init>(java.lang.String,java.lang.String,javax.swing.Icon):V
- p:<init>(java.util.function.Supplier):V
- p:<init>(java.util.function.Supplier,java.util.function.Supplier):V
- p:<init>(java.util.function.Supplier,java.util.function.Supplier,java.util.function.Supplier):V
- p:<init>(java.util.function.Supplier,java.util.function.Supplier,javax.swing.Icon):V
- p:<init>(java.util.function.Supplier,javax.swing.Icon):V
- p:<init>(javax.swing.Icon):V
- s:create(com.intellij.util.Consumer):com.intellij.openapi.project.DumbAwareAction
- s:create(java.lang.String,com.intellij.util.Consumer):com.intellij.openapi.project.DumbAwareAction
- s:create(java.lang.String,javax.swing.Icon,com.intellij.util.Consumer):com.intellij.openapi.project.DumbAwareAction
- s:create(javax.swing.Icon,com.intellij.util.Consumer):com.intellij.openapi.project.DumbAwareAction
f:com.intellij.openapi.project.ProjectBundle
- sf:BUNDLE:java.lang.String
- s:message(java.lang.String,java.lang.Object[]):java.lang.String
- s:messagePointer(java.lang.String,java.lang.Object[]):java.util.function.Supplier
f:com.intellij.openapi.project.ProjectUtil
- sf:calcRelativeToProjectPath(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.project.Project):java.lang.String
- sf:calcRelativeToProjectPath(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.project.Project,Z):java.lang.String
- sf:calcRelativeToProjectPath(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.project.Project,Z,Z):java.lang.String
- sf:calcRelativeToProjectPath(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.project.Project,Z,Z,Z):java.lang.String
- bs:calcRelativeToProjectPath$default(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.project.Project,Z,Z,Z,I,java.lang.Object):java.lang.String
- sf:currentOrDefaultProject(com.intellij.openapi.project.Project):com.intellij.openapi.project.Project
- sf:getExternalConfigurationDir(com.intellij.openapi.project.Project):java.nio.file.Path
- sf:getModules(com.intellij.openapi.project.Project):com.intellij.openapi.module.Module[]
- sf:getNOTIFICATIONS_SILENT_MODE():com.intellij.openapi.util.Key
- sf:getOpenedProjects():kotlin.sequences.Sequence
- sf:getProjectCacheFileName(com.intellij.openapi.project.Project):java.lang.String
- sf:getProjectCacheFileName(com.intellij.openapi.project.Project,Z):java.lang.String
- sf:getProjectCacheFileName(com.intellij.openapi.project.Project,Z,java.lang.String):java.lang.String
- sf:getProjectCacheFileName(com.intellij.openapi.project.Project,Z,java.lang.String,java.lang.String):java.lang.String
- sf:getProjectCacheFileName(java.nio.file.Path):java.lang.String
- bs:getProjectCacheFileName$default(com.intellij.openapi.project.Project,Z,java.lang.String,java.lang.String,I,java.lang.Object):java.lang.String
- sf:getProjectCachePath(com.intellij.openapi.project.Project,java.lang.String):java.nio.file.Path
- sf:getProjectCachePath(com.intellij.openapi.project.Project,java.lang.String,Z):java.nio.file.Path
- sf:getProjectCachePath(com.intellij.openapi.project.Project,java.lang.String,Z,java.lang.String):java.nio.file.Path
- sf:getProjectCachePath(com.intellij.openapi.project.Project,java.nio.file.Path):java.nio.file.Path
- sf:getProjectCachePath(com.intellij.openapi.project.Project,java.nio.file.Path,Z):java.nio.file.Path
- sf:getProjectCachePath(com.intellij.openapi.project.Project,java.nio.file.Path,Z,java.lang.String):java.nio.file.Path
- bs:getProjectCachePath$default(com.intellij.openapi.project.Project,java.lang.String,Z,java.lang.String,I,java.lang.Object):java.nio.file.Path
- bs:getProjectCachePath$default(com.intellij.openapi.project.Project,java.nio.file.Path,Z,java.lang.String,I,java.lang.Object):java.nio.file.Path
- sf:getProjectDataPath(com.intellij.openapi.project.Project,java.lang.String):java.nio.file.Path
- sf:getProjectsDataDir():java.nio.file.Path
- sf:getRootManager(com.intellij.openapi.module.Module):com.intellij.openapi.roots.ModuleRootManager
- sf:guessCurrentProject(javax.swing.JComponent):com.intellij.openapi.project.Project
- sf:guessModuleDir(com.intellij.openapi.module.Module):com.intellij.openapi.vfs.VirtualFile
- sf:guessProjectDir(com.intellij.openapi.project.Project):com.intellij.openapi.vfs.VirtualFile
- sf:guessProjectForContentFile(com.intellij.openapi.vfs.VirtualFile):com.intellij.openapi.project.Project
- sf:guessProjectForContentFile(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.fileTypes.FileType):com.intellij.openapi.project.Project
- bs:guessProjectForContentFile$default(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.fileTypes.FileType,I,java.lang.Object):com.intellij.openapi.project.Project
- sf:guessProjectForFile(com.intellij.openapi.vfs.VirtualFile):com.intellij.openapi.project.Project
- sf:isNotificationSilentMode(com.intellij.openapi.project.Project):Z
- sf:isProjectDirectoryExistsUsingIo(com.intellij.openapi.vfs.VirtualFile):Z
- sf:isProjectOrWorkspaceFile(com.intellij.openapi.vfs.VirtualFile):Z
- sf:modifyModules(com.intellij.openapi.project.Project,kotlin.jvm.functions.Function1):java.lang.Object
com.intellij.openapi.ui.ComponentWithActions
- a:getComponent():javax.swing.JComponent
- a:getSearchComponent():javax.swing.JComponent
- a:getToolbarActions():com.intellij.openapi.actionSystem.ActionGroup
- a:getToolbarContextComponent():javax.swing.JComponent
- a:getToolbarPlace():java.lang.String
- a:isContentBuiltIn():Z
c:com.intellij.openapi.ui.ComponentWithActions$Impl
- com.intellij.openapi.ui.ComponentWithActions
- <init>(com.intellij.openapi.actionSystem.ActionGroup,java.lang.String,javax.swing.JComponent,javax.swing.JComponent,javax.swing.JComponent):V
- <init>(javax.swing.JComponent):V
- getComponent():javax.swing.JComponent
- getSearchComponent():javax.swing.JComponent
- getToolbarActions():com.intellij.openapi.actionSystem.ActionGroup
- getToolbarContextComponent():javax.swing.JComponent
- getToolbarPlace():java.lang.String
- isContentBuiltIn():Z
com.intellij.openapi.ui.DoNotAskOption
- a:canBeHidden():Z
- a:getDoNotShowMessage():java.lang.String
- a:isToBeShown():Z
- a:setToBeShown(Z,I):V
- a:shouldSaveOptionsOnCancel():Z
a:com.intellij.openapi.ui.DoNotAskOption$Adapter
- com.intellij.openapi.ui.DoNotAskOption
- <init>():V
- f:canBeHidden():Z
- getDoNotShowMessage():java.lang.String
- isSelectedByDefault():Z
- f:isToBeShown():Z
- a:rememberChoice(Z,I):V
- f:setToBeShown(Z,I):V
- shouldSaveOptionsOnCancel():Z
e:com.intellij.openapi.ui.ExitActionType
- java.lang.Enum
- sf:CANCEL:com.intellij.openapi.ui.ExitActionType
- sf:NO:com.intellij.openapi.ui.ExitActionType
- sf:OK:com.intellij.openapi.ui.ExitActionType
- sf:UNDEFINED:com.intellij.openapi.ui.ExitActionType
- sf:YES:com.intellij.openapi.ui.ExitActionType
- s:getEntries():kotlin.enums.EnumEntries
- s:valueOf(java.lang.String):com.intellij.openapi.ui.ExitActionType
- s:values():com.intellij.openapi.ui.ExitActionType[]
f:com.intellij.openapi.ui.MessageConstants
- sf:CANCEL:I
- sf:NO:I
- sf:OK:I
- sf:YES:I
@:com.intellij.openapi.ui.MessageConstants$OkCancelResult
- java.lang.annotation.Annotation
@:com.intellij.openapi.ui.MessageConstants$YesNoCancelResult
- java.lang.annotation.Annotation
@:com.intellij.openapi.ui.MessageConstants$YesNoResult
- java.lang.annotation.Annotation
a:com.intellij.openapi.ui.MessageDialogBuilder
- sf:Companion:com.intellij.openapi.ui.MessageDialogBuilder$Companion
- f:asWarning():com.intellij.openapi.ui.MessageDialogBuilder
- f:doNotAsk(com.intellij.openapi.ui.DoNotAskOption):com.intellij.openapi.ui.MessageDialogBuilder
- pf:getDoNotAskOption():com.intellij.openapi.ui.DoNotAskOption
- pf:getHelpId():java.lang.String
- pf:getIcon():javax.swing.Icon
- pf:getInvocationPlace():java.lang.String
- pf:getMessage():java.lang.String
- pf:getNoText():java.lang.String
- pf:getParentComponent():java.awt.Component
- pf:getProject():com.intellij.openapi.project.Project
- pa:getThis():com.intellij.openapi.ui.MessageDialogBuilder
- pf:getTitle():java.lang.String
- pf:getYesText():java.lang.String
- f:help(java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder
- f:icon(javax.swing.Icon):com.intellij.openapi.ui.MessageDialogBuilder
- f:noText(java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder
- sf:okCancel(java.lang.String,java.lang.String):com.intellij.openapi.ui.OkCancelDialogBuilder
- pf:setDoNotAskOption(com.intellij.openapi.ui.DoNotAskOption):V
- pf:setHelpId(java.lang.String):V
- pf:setIcon(javax.swing.Icon):V
- pf:setInvocationPlace(java.lang.String):V
- pf:setNoText(java.lang.String):V
- pf:setParentComponent(java.awt.Component):V
- pf:setProject(com.intellij.openapi.project.Project):V
- pf:setYesText(java.lang.String):V
- sf:yesNo(java.lang.String,java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder$YesNo
- sf:yesNo(java.lang.String,java.lang.String,javax.swing.Icon):com.intellij.openapi.ui.MessageDialogBuilder$YesNo
- sf:yesNoCancel(java.lang.String,java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder$YesNoCancel
- f:yesText(java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder
f:com.intellij.openapi.ui.MessageDialogBuilder$Companion
- f:okCancel(java.lang.String,java.lang.String):com.intellij.openapi.ui.OkCancelDialogBuilder
- f:yesNo(java.lang.String,java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder$YesNo
- f:yesNo(java.lang.String,java.lang.String,javax.swing.Icon):com.intellij.openapi.ui.MessageDialogBuilder$YesNo
- f:yesNoCancel(java.lang.String,java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder$YesNoCancel
f:com.intellij.openapi.ui.MessageDialogBuilder$YesNo
- com.intellij.openapi.ui.MessageDialogBuilder
- f:ask(com.intellij.openapi.project.Project):Z
- f:ask(java.awt.Component):Z
- f:guessWindowAndAsk():Z
- f:isYes():Z
- f:show():I
f:com.intellij.openapi.ui.MessageDialogBuilder$YesNoCancel
- com.intellij.openapi.ui.MessageDialogBuilder
- f:cancelText(java.lang.String):com.intellij.openapi.ui.MessageDialogBuilder$YesNoCancel
- f:guessWindowAndAsk():I
- f:show(com.intellij.openapi.project.Project):I
- f:show(java.awt.Component):I
f:com.intellij.openapi.ui.MessageType
- sf:ERROR:com.intellij.openapi.ui.MessageType
- sf:INFO:com.intellij.openapi.ui.MessageType
- sf:WARNING:com.intellij.openapi.ui.MessageType
- getBorderColor():java.awt.Color
- getDefaultIcon():javax.swing.Icon
- getPopupBackground():java.awt.Color
- getTitleForeground():java.awt.Color
- toNotificationType():com.intellij.notification.NotificationType
f:com.intellij.openapi.ui.OkCancelDialogBuilder
- com.intellij.openapi.ui.MessageDialogBuilder
- f:ask(com.intellij.openapi.project.Project):Z
- f:ask(java.awt.Component):Z
- f:guessWindowAndAsk():Z
com.intellij.openapi.ui.TextComponentAccessor
- sf:STRING_COMBOBOX_WHOLE_TEXT:com.intellij.openapi.ui.TextComponentAccessor
- sf:TEXT_FIELD_SELECTED_TEXT:com.intellij.openapi.ui.TextComponentAccessor
- sf:TEXT_FIELD_WHOLE_TEXT:com.intellij.openapi.ui.TextComponentAccessor
- a:getText(java.awt.Component):java.lang.String
- a:setText(java.awt.Component,java.lang.String):V
f:com.intellij.openapi.ui.ValidationInfo
- f:component:javax.swing.JComponent
- f:message:java.lang.String
- okEnabled:Z
- warning:Z
- <init>(com.intellij.openapi.util.text.HtmlChunk,javax.swing.JComponent):V
- <init>(java.lang.String):V
- <init>(java.lang.String,javax.swing.JComponent):V
- asWarning():com.intellij.openapi.ui.ValidationInfo
- equals(java.lang.Object):Z
- forComponent(javax.swing.JComponent):com.intellij.openapi.ui.ValidationInfo
- withOKEnabled():com.intellij.openapi.ui.ValidationInfo
com.intellij.openapi.ui.WindowWrapper
- com.intellij.openapi.Disposable
- a:close():V
- a:getComponent():javax.swing.JComponent
- a:getMode():com.intellij.openapi.ui.WindowWrapper$Mode
- a:getProject():com.intellij.openapi.project.Project
- a:getWindow():java.awt.Window
- isDisposed():Z
- a:setImages(java.util.List):V
- a:setTitle(java.lang.String):V
- a:show():V
e:com.intellij.openapi.ui.WindowWrapper$Mode
- java.lang.Enum
- sf:FRAME:com.intellij.openapi.ui.WindowWrapper$Mode
- sf:MODAL:com.intellij.openapi.ui.WindowWrapper$Mode
- sf:NON_MODAL:com.intellij.openapi.ui.WindowWrapper$Mode
- s:valueOf(java.lang.String):com.intellij.openapi.ui.WindowWrapper$Mode
- s:values():com.intellij.openapi.ui.WindowWrapper$Mode[]
com.intellij.openapi.ui.popup.AlignedPopup
- a:showUnderneathOf(java.awt.Component,Z):V
- s:showUnderneathWithoutAlignment(com.intellij.openapi.ui.popup.JBPopup,java.awt.Component):V
com.intellij.openapi.ui.popup.Balloon
- com.intellij.openapi.Disposable
- com.intellij.openapi.ui.popup.LightweightWindow
- com.intellij.util.ui.PositionTracker$Client
- sf:KEY:java.lang.String
- a:addListener(com.intellij.openapi.ui.popup.JBPopupListener):V
- a:getPreferredSize():java.awt.Dimension
- a:hide():V
- a:hide(Z):V
- hideImmediately():V
- a:isDisposed():Z
- a:setAnimationEnabled(Z):V
- a:setBounds(java.awt.Rectangle):V
- setId(java.lang.String):V
- a:setTitle(java.lang.String):V
- a:show(com.intellij.ui.awt.RelativePoint,com.intellij.openapi.ui.popup.Balloon$Position):V
- a:show(com.intellij.util.ui.PositionTracker,com.intellij.openapi.ui.popup.Balloon$Position):V
- a:show(javax.swing.JLayeredPane):V
- a:showInCenterOf(javax.swing.JComponent):V
- a:wasFadedIn():Z
- a:wasFadedOut():Z
e:com.intellij.openapi.ui.popup.Balloon$Layer
- java.lang.Enum
- sf:normal:com.intellij.openapi.ui.popup.Balloon$Layer
- sf:top:com.intellij.openapi.ui.popup.Balloon$Layer
- s:valueOf(java.lang.String):com.intellij.openapi.ui.popup.Balloon$Layer
- s:values():com.intellij.openapi.ui.popup.Balloon$Layer[]
e:com.intellij.openapi.ui.popup.Balloon$Position
- java.lang.Enum
- sf:above:com.intellij.openapi.ui.popup.Balloon$Position
- sf:atLeft:com.intellij.openapi.ui.popup.Balloon$Position
- sf:atRight:com.intellij.openapi.ui.popup.Balloon$Position
- sf:below:com.intellij.openapi.ui.popup.Balloon$Position
- s:valueOf(java.lang.String):com.intellij.openapi.ui.popup.Balloon$Position
- s:values():com.intellij.openapi.ui.popup.Balloon$Position[]
com.intellij.openapi.ui.popup.JBPopup
- com.intellij.openapi.Disposable
- com.intellij.openapi.ui.popup.LightweightWindow
- sf:KEY:java.lang.String
- a:addListener(com.intellij.openapi.ui.popup.JBPopupListener):V
- a:canClose():Z
- canShow():Z
- a:cancel():V
- a:cancel(java.awt.event.InputEvent):V
- a:closeOk(java.awt.event.InputEvent):V
- dispatchInputMethodEvent(java.awt.event.InputMethodEvent):Z
- a:dispatchKeyEvent(java.awt.event.KeyEvent):Z
- a:getBestPositionFor(com.intellij.openapi.actionSystem.DataContext):java.awt.Point
- a:getContent():javax.swing.JComponent
- a:getLocationOnScreen():java.awt.Point
- a:getOwner():java.awt.Component
- a:getSize():java.awt.Dimension
- a:getUserData(java.lang.Class):java.lang.Object
- a:isCancelKeyEnabled():Z
- a:isDisposed():Z
- a:isFocused():Z
- a:isModalContext():Z
- a:isNativePopup():Z
- a:isPersistent():Z
- a:isVisible():Z
- a:moveToFitScreen():V
- a:pack(Z,Z):V
- a:removeListener(com.intellij.openapi.ui.popup.JBPopupListener):V
- a:setAdText(java.lang.String,I):V
- setBounds(java.awt.Rectangle):V
- a:setCaption(java.lang.String):V
- a:setCaptionIcon(javax.swing.Icon):V
- a:setCaptionIconPosition(Z):V
- a:setDataProvider(com.intellij.openapi.actionSystem.DataProvider):V
- a:setFinalRunnable(java.lang.Runnable):V
- a:setLocation(java.awt.Point):V
- a:setMinimumSize(java.awt.Dimension):V
- a:setRequestFocus(Z):V
- a:setSize(java.awt.Dimension):V
- setSize(java.awt.Point,java.awt.Dimension):V
- a:setUiVisible(Z):V
- setUserData(java.util.List):V
- a:show(com.intellij.ui.awt.RelativePoint):V
- a:show(java.awt.Component):V
- a:showCenteredInCurrentWindow(com.intellij.openapi.project.Project):V
- a:showInBestPositionFor(com.intellij.openapi.actionSystem.DataContext):V
- a:showInBestPositionFor(com.intellij.openapi.editor.Editor):V
- a:showInCenterOf(java.awt.Component):V
- a:showInFocusCenter():V
- a:showInScreenCoordinates(java.awt.Component,java.awt.Point):V
- a:showUnderneathOf(java.awt.Component):V
com.intellij.openapi.ui.popup.JBPopupListener
- beforeShown(com.intellij.openapi.ui.popup.LightweightWindowEvent):V
- onClosed(com.intellij.openapi.ui.popup.LightweightWindowEvent):V
c:com.intellij.openapi.ui.popup.LightweightWindowEvent
- <init>(com.intellij.openapi.ui.popup.LightweightWindow):V
- <init>(com.intellij.openapi.ui.popup.LightweightWindow,Z):V
- asBalloon():com.intellij.openapi.ui.popup.Balloon
- asPopup():com.intellij.openapi.ui.popup.JBPopup
- isOk():Z
com.intellij.openapi.ui.popup.ListPopup
- com.intellij.openapi.ui.popup.JBPopup
- a:addListSelectionListener(javax.swing.event.ListSelectionListener):V
- a:getListStep():com.intellij.openapi.ui.popup.ListPopupStep
- a:handleSelect(Z):V
- a:handleSelect(Z,java.awt.event.InputEvent):V
- isShowSubmenuOnHover():Z
- setExecuteExpandedItemOnClick(Z):V
- a:setHandleAutoSelectionBeforeShow(Z):V
- setShowSubmenuOnHover(Z):V
com.intellij.openapi.ui.popup.ListPopupStep
- com.intellij.openapi.ui.popup.PopupStep
- addListener(com.intellij.openapi.ui.popup.ListPopupStep$ListPopupModelListener):V
- a:getDefaultOptionIndex():I
- a:getIconFor(java.lang.Object):javax.swing.Icon
- getSelectedIconFor(java.lang.Object):javax.swing.Icon
- a:getSeparatorAbove(java.lang.Object):com.intellij.openapi.ui.popup.ListSeparator
- a:getTextFor(java.lang.Object):java.lang.String
- a:getValues():java.util.List
- isFinal(java.lang.Object):Z
- a:isSelectable(java.lang.Object):Z
- removeListener(com.intellij.openapi.ui.popup.ListPopupStep$ListPopupModelListener):V
com.intellij.openapi.ui.popup.ListPopupStep$ListPopupModelListener
- a:onModelChanged():V
c:com.intellij.openapi.ui.popup.ListSeparator
- <init>():V
- <init>(java.lang.String):V
- <init>(java.lang.String,javax.swing.Icon):V
- getIcon():javax.swing.Icon
- getText():java.lang.String
com.intellij.openapi.util.Expirable
- a:isExpired():Z
com.intellij.openapi.util.ExpirableRunnable
- com.intellij.openapi.util.Expirable
- java.lang.Runnable
- s:forProject(com.intellij.openapi.project.Project,java.lang.Runnable):com.intellij.openapi.util.ExpirableRunnable
com.intellij.openapi.util.ModificationTrackerListener
- java.util.EventListener
- a:modificationCountChanged(java.lang.Object):V
f:com.intellij.openapi.util.registry.RegistryKeyBean
- sf:Companion:com.intellij.openapi.util.registry.RegistryKeyBean$Companion
- defaultValue:java.lang.String
- description:java.lang.String
- key:java.lang.String
- overrides:Z
- restartRequired:Z
f:com.intellij.openapi.util.registry.RegistryKeyBean$Companion
com.intellij.openapi.vcs.FilePath
- a:getCharset():java.nio.charset.Charset
- a:getCharset(com.intellij.openapi.project.Project):java.nio.charset.Charset
- a:getFileType():com.intellij.openapi.fileTypes.FileType
- a:getIOFile():java.io.File
- a:getName():java.lang.String
- a:getParentPath():com.intellij.openapi.vcs.FilePath
- a:getPath():java.lang.String
- a:getPresentableUrl():java.lang.String
- a:getVirtualFile():com.intellij.openapi.vfs.VirtualFile
- a:getVirtualFileParent():com.intellij.openapi.vfs.VirtualFile
- a:isDirectory():Z
- a:isNonLocal():Z
- a:isUnder(com.intellij.openapi.vcs.FilePath,Z):Z
c:com.intellij.openapi.vcs.LocalFilePath
- com.intellij.openapi.vcs.FilePath
- <init>(java.lang.String,Z):V
- p:<init>(java.lang.String,Z,java.lang.Void):V
- <init>(java.nio.file.Path,Z):V
- equals(java.lang.Object):Z
- p:findFile(java.lang.String):com.intellij.openapi.vfs.VirtualFile
- getCharset():java.nio.charset.Charset
- getCharset(com.intellij.openapi.project.Project):java.nio.charset.Charset
- getFileType():com.intellij.openapi.fileTypes.FileType
- getIOFile():java.io.File
- getName():java.lang.String
- getParentPath():com.intellij.openapi.vcs.FilePath
- getPath():java.lang.String
- p:getPath(com.intellij.openapi.vfs.VirtualFile):java.lang.String
- getPresentableUrl():java.lang.String
- getVirtualFile():com.intellij.openapi.vfs.VirtualFile
- getVirtualFileParent():com.intellij.openapi.vfs.VirtualFile
- hashCode():I
- isDirectory():Z
- isNonLocal():Z
- isUnder(com.intellij.openapi.vcs.FilePath,Z):Z
c:com.intellij.openapi.vcs.UrlFilePath
- com.intellij.openapi.vcs.LocalFilePath
- <init>(com.intellij.openapi.vfs.VirtualFile):V
- <init>(java.lang.String,Z):V
- p:findFile(java.lang.String):com.intellij.openapi.vfs.VirtualFile
- p:getPath(com.intellij.openapi.vfs.VirtualFile):java.lang.String
a:com.intellij.openapi.vfs.JarFileSystem
- com.intellij.openapi.vfs.newvfs.ArchiveFileSystem
- com.intellij.openapi.vfs.VirtualFilePointerCapableFileSystem
- sf:JAR_SEPARATOR:java.lang.String
- sf:PROTOCOL:java.lang.String
- sf:PROTOCOL_PREFIX:java.lang.String
- <init>():V
- findLocalVirtualFileByPath(java.lang.String):com.intellij.openapi.vfs.VirtualFile
- s:getInstance():com.intellij.openapi.vfs.JarFileSystem
- getJarRootForLocalFile(com.intellij.openapi.vfs.VirtualFile):com.intellij.openapi.vfs.VirtualFile
- getLocalVirtualFileFor(com.intellij.openapi.vfs.VirtualFile):com.intellij.openapi.vfs.VirtualFile
- getVirtualFileForJar(com.intellij.openapi.vfs.VirtualFile):com.intellij.openapi.vfs.VirtualFile
- setNoCopyJarForPath(java.lang.String):V
com.intellij.openapi.vfs.LargeFileWriteRequestor
com.intellij.openapi.vfs.SafeWriteRequestor
- s:shouldUseSafeWrite(java.lang.Object):Z
com.intellij.openapi.vfs.VirtualFilePointerCapableFileSystem
f:com.intellij.openapi.vfs.newvfs.impl.NullVirtualFile
- com.intellij.openapi.vfs.newvfs.impl.StubVirtualFile
- sf:INSTANCE:com.intellij.openapi.vfs.newvfs.impl.NullVirtualFile
c:com.intellij.openapi.vfs.newvfs.impl.StubVirtualFile
- com.intellij.openapi.vfs.VirtualFile
- <init>():V
- <init>(com.intellij.openapi.vfs.VirtualFileSystem):V
- p:clearUserData():V
- contentsToByteArray():B[]
- copy(java.lang.Object,com.intellij.openapi.vfs.VirtualFile,java.lang.String):com.intellij.openapi.vfs.VirtualFile
- createChildData(java.lang.Object,java.lang.String):com.intellij.openapi.vfs.VirtualFile
- createChildDirectory(java.lang.Object,java.lang.String):com.intellij.openapi.vfs.VirtualFile
- delete(java.lang.Object):V
- getChildren():com.intellij.openapi.vfs.VirtualFile[]
- getFileSystem():com.intellij.openapi.vfs.VirtualFileSystem
- getInputStream():java.io.InputStream
- getLength():J
- getName():java.lang.String
- getOutputStream(java.lang.Object,J,J):java.io.OutputStream
- getParent():com.intellij.openapi.vfs.VirtualFile
- getPath():java.lang.String
- getTimeStamp():J
- getUrl():java.lang.String
- isDirectory():Z
- isValid():Z
- isWritable():Z
- move(java.lang.Object,com.intellij.openapi.vfs.VirtualFile):V
- putCopyableUserData(com.intellij.openapi.util.Key,java.lang.Object):V
- putUserData(com.intellij.openapi.util.Key,java.lang.Object):V
- putUserDataIfAbsent(com.intellij.openapi.util.Key,java.lang.Object):java.lang.Object
- refresh(Z,Z):V
- refresh(Z,Z,java.lang.Runnable):V
- replace(com.intellij.openapi.util.Key,java.lang.Object,java.lang.Object):Z
- setBOM(B[]):V
- setBinaryContent(B[],J,J):V
- setBinaryContent(B[],J,J,java.lang.Object):V
- setCharset(java.nio.charset.Charset):V
- setCharset(java.nio.charset.Charset,java.lang.Runnable):V
- setCharset(java.nio.charset.Charset,java.lang.Runnable,Z):V
- setDetectedLineSeparator(java.lang.String):V
- p:setUserMap(com.intellij.util.keyFMap.KeyFMap):V
- setWritable(Z):V
- p:storeCharset(java.nio.charset.Charset):V
com.intellij.openapi.wm.FocusRequestor
- com.intellij.openapi.Disposable
- a:requestFocus(java.awt.Component,Z):com.intellij.openapi.util.ActionCallback
a:com.intellij.openapi.wm.IdeFocusManager
- com.intellij.openapi.wm.FocusRequestor
- <init>():V
- dispose():V
- a:doWhenFocusSettlesDown(com.intellij.openapi.util.ExpirableRunnable):V
- a:doWhenFocusSettlesDown(java.lang.Runnable):V
- a:doWhenFocusSettlesDown(java.lang.Runnable,com.intellij.openapi.application.ModalityState):V
- s:findInstance():com.intellij.openapi.wm.IdeFocusManager
- s:findInstanceByComponent(java.awt.Component):com.intellij.openapi.wm.IdeFocusManager
- s:findInstanceByContext(com.intellij.openapi.actionSystem.DataContext):com.intellij.openapi.wm.IdeFocusManager
- a:getFocusOwner():java.awt.Component
- a:getFocusTargetFor(javax.swing.JComponent):javax.swing.JComponent
- a:getFocusedDescendantFor(java.awt.Component):java.awt.Component
- s:getGlobalInstance():com.intellij.openapi.wm.IdeFocusManager
- s:getInstance(com.intellij.openapi.project.Project):com.intellij.openapi.wm.IdeFocusManager
- a:getLastFocusedFor(java.awt.Window):java.awt.Component
- a:getLastFocusedFrame():com.intellij.openapi.wm.IdeFrame
- a:getLastFocusedIdeWindow():java.awt.Window
- a:isFocusTransferEnabled():Z
- requestDefaultFocus(Z):com.intellij.openapi.util.ActionCallback
- requestFocusInProject(java.awt.Component,com.intellij.openapi.project.Project):com.intellij.openapi.util.ActionCallback
- a:runOnOwnContext(com.intellij.openapi.actionSystem.DataContext,java.lang.Runnable):V
- a:toFront(javax.swing.JComponent):V
f:com.intellij.openapi.wm.IdeFocusUtilKt
- sf:awaitFocusSettlesDown(com.intellij.openapi.wm.IdeFocusManager,kotlin.coroutines.Continuation):java.lang.Object
com.intellij.openapi.wm.IdeFrame
- sf:KEY:com.intellij.openapi.actionSystem.DataKey
- a:getBalloonLayout():com.intellij.ui.BalloonLayout
- a:getComponent():javax.swing.JComponent
- a:getProject():com.intellij.openapi.project.Project
- a:getStatusBar():com.intellij.openapi.wm.StatusBar
- isInFullScreen():Z
- notifyProjectActivation():V
- a:setFrameTitle(java.lang.String):V
- a:suggestChildFrameBounds():java.awt.Rectangle
com.intellij.openapi.wm.IdeFrame$Child
- com.intellij.openapi.wm.IdeFrame
f:com.intellij.openapi.wm.PassThroughIdeFocusManager
- com.intellij.openapi.wm.IdeFocusManager
- <init>():V
- doWhenFocusSettlesDown(com.intellij.openapi.util.ExpirableRunnable):V
- doWhenFocusSettlesDown(java.lang.Runnable):V
- doWhenFocusSettlesDown(java.lang.Runnable,com.intellij.openapi.application.ModalityState):V
- getFocusOwner():java.awt.Component
- getFocusTargetFor(javax.swing.JComponent):javax.swing.JComponent
- getFocusedDescendantFor(java.awt.Component):java.awt.Component
- s:getInstance():com.intellij.openapi.wm.PassThroughIdeFocusManager
- getLastFocusedFor(java.awt.Window):java.awt.Component
- getLastFocusedFrame():com.intellij.openapi.wm.IdeFrame
- getLastFocusedIdeWindow():java.awt.Window
- isFocusTransferEnabled():Z
- requestFocus(java.awt.Component,Z):com.intellij.openapi.util.ActionCallback
- runOnOwnContext(com.intellij.openapi.actionSystem.DataContext,java.lang.Runnable):V
- toFront(javax.swing.JComponent):V
com.intellij.openapi.wm.StatusBar
- com.intellij.openapi.wm.StatusBarInfo
- a:addWidget(com.intellij.openapi.wm.StatusBarWidget):V
- a:addWidget(com.intellij.openapi.wm.StatusBarWidget,java.lang.String):V
- a:findChild(java.awt.Component):com.intellij.openapi.wm.StatusBar
- a:fireNotificationPopup(javax.swing.JComponent,java.awt.Color):V
- getAllWidgets():java.util.Collection
- a:getComponent():javax.swing.JComponent
- a:getProject():com.intellij.openapi.project.Project
- a:getWidget(java.lang.String):com.intellij.openapi.wm.StatusBarWidget
- getWidgetAnchor(java.lang.String):java.lang.String
- a:startRefreshIndication(java.lang.String):V
- a:stopRefreshIndication():V
- a:updateWidget(java.lang.String):V
f:com.intellij.openapi.wm.StatusBar$Anchors
- sf:INSTANCE:com.intellij.openapi.wm.StatusBar$Anchors
- sf:after(java.lang.String):java.lang.String
- sf:before(java.lang.String):java.lang.String
f:com.intellij.openapi.wm.StatusBar$Info
- sf:INSTANCE:com.intellij.openapi.wm.StatusBar$Info
- f:getTOPIC():com.intellij.util.messages.Topic
- sf:set(java.lang.String,com.intellij.openapi.project.Project):V
- sf:set(java.lang.String,com.intellij.openapi.project.Project,java.lang.String):V
- bs:set$default(java.lang.String,com.intellij.openapi.project.Project,java.lang.String,I,java.lang.Object):V
f:com.intellij.openapi.wm.StatusBar$StandardWidgets
- sf:COLUMN_SELECTION_MODE_PANEL:java.lang.String
- sf:ENCODING_PANEL:java.lang.String
- sf:INSTANCE:com.intellij.openapi.wm.StatusBar$StandardWidgets
- sf:LINE_SEPARATOR_PANEL:java.lang.String
- sf:POSITION_PANEL:java.lang.String
- sf:READONLY_ATTRIBUTE_PANEL:java.lang.String
com.intellij.openapi.wm.StatusBarInfo
- a:getInfo():java.lang.String
- a:setInfo(java.lang.String):V
- a:setInfo(java.lang.String,java.lang.String):V
com.intellij.openapi.wm.StatusBarListener
- java.util.EventListener
- widgetAdded(com.intellij.openapi.wm.StatusBarWidget,java.lang.String):V
- widgetRemoved(java.lang.String):V
- widgetUpdated(java.lang.String):V
com.intellij.openapi.wm.StatusBarWidget
- com.intellij.openapi.Disposable
- a:ID():java.lang.String
- dispose():V
- getPresentation():com.intellij.openapi.wm.StatusBarWidget$WidgetPresentation
- getPresentation(com.intellij.openapi.wm.StatusBarWidget$PlatformType):com.intellij.openapi.wm.StatusBarWidget$WidgetPresentation
- install(com.intellij.openapi.wm.StatusBar):V
com.intellij.openapi.wm.StatusBarWidget$IconPresentation
- com.intellij.openapi.wm.StatusBarWidget$WidgetPresentation
- a:getIcon():javax.swing.Icon
com.intellij.openapi.wm.StatusBarWidget$Multiframe
- com.intellij.openapi.wm.StatusBarWidget
- a:copy():com.intellij.openapi.wm.StatusBarWidget
com.intellij.openapi.wm.StatusBarWidget$MultipleTextValuesPresentation
- com.intellij.openapi.wm.StatusBarWidget$WidgetPresentation
- getIcon():javax.swing.Icon
- getMaxValue():java.lang.String
- getPopup():com.intellij.openapi.ui.popup.JBPopup
- getPopupStep():com.intellij.openapi.ui.popup.ListPopup
- a:getSelectedValue():java.lang.String
e:com.intellij.openapi.wm.StatusBarWidget$PlatformType
- java.lang.Enum
- sf:DEFAULT:com.intellij.openapi.wm.StatusBarWidget$PlatformType
- sf:MAC:com.intellij.openapi.wm.StatusBarWidget$PlatformType
- s:getEntries():kotlin.enums.EnumEntries
- s:valueOf(java.lang.String):com.intellij.openapi.wm.StatusBarWidget$PlatformType
- s:values():com.intellij.openapi.wm.StatusBarWidget$PlatformType[]
com.intellij.openapi.wm.StatusBarWidget$TextPresentation
- com.intellij.openapi.wm.StatusBarWidget$WidgetPresentation
- a:getAlignment():F
- a:getText():java.lang.String
a:com.intellij.openapi.wm.StatusBarWidget$WidgetBorder
- javax.swing.border.Border
- sf:Companion:com.intellij.openapi.wm.StatusBarWidget$WidgetBorder$Companion
- sf:ICON:javax.swing.border.Border
- sf:INSTANCE:javax.swing.border.Border
- sf:WIDE:javax.swing.border.Border
- <init>():V
f:com.intellij.openapi.wm.StatusBarWidget$WidgetBorder$Companion
com.intellij.openapi.wm.StatusBarWidget$WidgetPresentation
- getClickConsumer():com.intellij.util.Consumer
- getShortcutText():java.lang.String
- a:getTooltipText():java.lang.String
com.intellij.openapi.wm.ToolWindow
- com.intellij.openapi.util.BusyObject
- sf:SHOW_CONTENT_ICON:com.intellij.openapi.util.Key
- activate(java.lang.Runnable):V
- activate(java.lang.Runnable,Z):V
- a:activate(java.lang.Runnable,Z,Z):V
- a:addContentManagerListener(com.intellij.ui.content.ContentManagerListener):V
- a:getAnchor():com.intellij.openapi.wm.ToolWindowAnchor
- a:getComponent():javax.swing.JComponent
- a:getContentManager():com.intellij.ui.content.ContentManager
- a:getContentManagerIfCreated():com.intellij.ui.content.ContentManager
- a:getContentUiType():com.intellij.openapi.wm.ToolWindowContentUiType
- a:getDisposable():com.intellij.openapi.Disposable
- getHelpId():java.lang.String
- a:getIcon():javax.swing.Icon
- a:getId():java.lang.String
- a:getProject():com.intellij.openapi.project.Project
- a:getStripeTitle():java.lang.String
- a:getTitle():java.lang.String
- a:getType():com.intellij.openapi.wm.ToolWindowType
- hide():V
- a:hide(java.lang.Runnable):V
- a:installWatcher(com.intellij.ui.content.ContentManager):V
- a:isActive():Z
- a:isAutoHide():Z
- a:isAvailable():Z
- a:isDisposed():Z
- a:isShowStripeButton():Z
- a:isSplitMode():Z
- a:isVisible():Z
- a:remove():V
- a:setAdditionalGearActions(com.intellij.openapi.actionSystem.ActionGroup):V
- a:setAnchor(com.intellij.openapi.wm.ToolWindowAnchor,java.lang.Runnable):V
- a:setAutoHide(Z):V
- a:setAvailable(Z):V
- a:setAvailable(Z,java.lang.Runnable):V
- a:setContentUiType(com.intellij.openapi.wm.ToolWindowContentUiType,java.lang.Runnable):V
- a:setDefaultContentUiType(com.intellij.openapi.wm.ToolWindowContentUiType):V
- a:setDefaultState(com.intellij.openapi.wm.ToolWindowAnchor,com.intellij.openapi.wm.ToolWindowType,java.awt.Rectangle):V
- setHelpId(java.lang.String):V
- a:setIcon(javax.swing.Icon):V
- a:setShowStripeButton(Z):V
- a:setSplitMode(Z,java.lang.Runnable):V
- setStripeShortTitleProvider(java.util.function.Supplier):V
- a:setStripeTitle(java.lang.String):V
- a:setStripeTitleProvider(java.util.function.Supplier):V
- a:setTitle(java.lang.String):V
- a:setTitleActions(java.util.List):V
- a:setToHideOnEmptyContent(Z):V
- a:setType(com.intellij.openapi.wm.ToolWindowType,java.lang.Runnable):V
- show():V
- a:show(java.lang.Runnable):V
- a:showContentPopup(java.awt.event.InputEvent):V
f:com.intellij.openapi.wm.ToolWindowAnchor
- sf:BOTTOM:com.intellij.openapi.wm.ToolWindowAnchor
- sf:LEFT:com.intellij.openapi.wm.ToolWindowAnchor
- sf:RIGHT:com.intellij.openapi.wm.ToolWindowAnchor
- sf:TOP:com.intellij.openapi.wm.ToolWindowAnchor
- sf:VALUES:java.util.List
- s:fromText(java.lang.String):com.intellij.openapi.wm.ToolWindowAnchor
- s:get(I):com.intellij.openapi.wm.ToolWindowAnchor
- getCapitalizedDisplayName():java.lang.String
- getDisplayName():java.lang.String
- isHorizontal():Z
- isSplitVertically():Z
f:com.intellij.openapi.wm.ToolWindowContentUiType
- sf:COMBO:com.intellij.openapi.wm.ToolWindowContentUiType
- sf:TABBED:com.intellij.openapi.wm.ToolWindowContentUiType
- s:getInstance(java.lang.String):com.intellij.openapi.wm.ToolWindowContentUiType
- getName():java.lang.String
com.intellij.openapi.wm.ToolWindowId
- sf:ANALYZE_DEPENDENCIES:java.lang.String
- sf:ANT_BUILD:java.lang.String
- sf:BOOKMARKS:java.lang.String
- sf:BUILD_DEPENDENCIES:java.lang.String
- sf:COMMANDER:java.lang.String
- sf:COMMIT:java.lang.String
- sf:DATABASE_VIEW:java.lang.String
- sf:DEBUG:java.lang.String
- sf:DOCUMENTATION:java.lang.String
- sf:DUPLICATES:java.lang.String
- sf:ENDPOINTS:java.lang.String
- sf:EXTRACT_METHOD:java.lang.String
- sf:FAVORITES_VIEW:java.lang.String
- sf:FIND:java.lang.String
- sf:HIERARCHY:java.lang.String
- sf:INSPECTION:java.lang.String
- sf:MEET_NEW_UI:java.lang.String
- sf:MESSAGES_WINDOW:java.lang.String
- sf:MODULES_DEPENDENCIES:java.lang.String
- sf:PREVIEW:java.lang.String
- sf:PROJECT_VIEW:java.lang.String
- sf:RUN:java.lang.String
- sf:SERVICES:java.lang.String
- sf:STRUCTURE_VIEW:java.lang.String
- sf:TASKS:java.lang.String
- sf:TODO_VIEW:java.lang.String
- sf:VCS:java.lang.String
e:com.intellij.openapi.wm.ToolWindowType
- java.lang.Enum
- sf:DOCKED:com.intellij.openapi.wm.ToolWindowType
- sf:FLOATING:com.intellij.openapi.wm.ToolWindowType
- sf:SLIDING:com.intellij.openapi.wm.ToolWindowType
- sf:WINDOWED:com.intellij.openapi.wm.ToolWindowType
- s:valueOf(java.lang.String):com.intellij.openapi.wm.ToolWindowType
- s:values():com.intellij.openapi.wm.ToolWindowType[]
a:com.intellij.openapi.wm.WindowManager
- <init>():V
- a:doNotSuggestAsParent(java.awt.Window):V
- a:findVisibleFrame():javax.swing.JFrame
- a:getAllProjectFrames():com.intellij.openapi.wm.IdeFrame[]
- a:getFocusedComponent(com.intellij.openapi.project.Project):java.awt.Component
- a:getFocusedComponent(java.awt.Window):java.awt.Component
- a:getFrame(com.intellij.openapi.project.Project):javax.swing.JFrame
- a:getIdeFrame(com.intellij.openapi.project.Project):com.intellij.openapi.wm.IdeFrame
- s:getInstance():com.intellij.openapi.wm.WindowManager
- a:getMostRecentFocusedWindow():java.awt.Window
- a:getStatusBar(com.intellij.openapi.project.Project):com.intellij.openapi.wm.StatusBar
- getStatusBar(java.awt.Component,com.intellij.openapi.project.Project):com.intellij.openapi.wm.StatusBar
- a:isAlphaModeEnabled(java.awt.Window):Z
- a:isAlphaModeSupported():Z
- a:isFullScreenSupportedInCurrentOS():Z
- a:isInsideScreenBounds(I,I,I):Z
- isNotSuggestAsParent(java.awt.Window):Z
- a:requestUserAttention(com.intellij.openapi.wm.IdeFrame,Z):V
- a:setAlphaModeEnabled(java.awt.Window,Z):V
- a:setAlphaModeRatio(java.awt.Window,F):V
- a:suggestParentWindow(com.intellij.openapi.project.Project):java.awt.Window
- updateDefaultFrameInfoOnProjectClose(com.intellij.openapi.project.Project):V
c:com.intellij.projectImport.ProjectAttachProcessor
- sf:Companion:com.intellij.projectImport.ProjectAttachProcessor$Companion
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
- <init>():V
- attachToProject(com.intellij.openapi.project.Project,java.nio.file.Path,com.intellij.projectImport.ProjectOpenedCallback):Z
- beforeAttach(com.intellij.openapi.project.Project,kotlin.coroutines.Continuation):java.lang.Object
- beforeDetach(com.intellij.openapi.module.Module):V
- sf:canAttachToProject():Z
- getActionText(com.intellij.openapi.project.Project):java.lang.String
- getDefaultOptionIndex():I
- getDescription(com.intellij.openapi.project.Project):java.lang.String
- sf:getProcessor(com.intellij.openapi.project.Project,java.nio.file.Path,com.intellij.openapi.project.Project):com.intellij.projectImport.ProjectAttachProcessor
- isEnabled(com.intellij.openapi.project.Project,java.nio.file.Path,com.intellij.openapi.project.Project):Z
f:com.intellij.projectImport.ProjectAttachProcessor$Companion
- f:canAttachToProject():Z
- f:getProcessor(com.intellij.openapi.project.Project,java.nio.file.Path,com.intellij.openapi.project.Project):com.intellij.projectImport.ProjectAttachProcessor
com.intellij.projectImport.ProjectOpenedCallback
- a:projectOpened(com.intellij.openapi.project.Project,com.intellij.openapi.module.Module):V
c:com.intellij.ui.AnimatedIcon
- javax.swing.Icon
- sf:ANIMATION_IN_RENDERER_ALLOWED:com.intellij.openapi.util.Key
- <init>(I,javax.swing.Icon[]):V
- p:<init>(java.util.function.Function):V
- <init>(com.intellij.ui.AnimatedIcon$Frame[]):V
- p:canRefresh(java.awt.Component):Z
- p:doRefresh(java.awt.Component):V
- p:getFrames():com.intellij.ui.AnimatedIcon$Frame[]
- f:getIconHeight():I
- f:getIconWidth():I
- p:getRendererOwner(java.awt.Component):java.awt.Component
- f:paintIcon(java.awt.Component,java.awt.Graphics,I,I):V
f:com.intellij.ui.AnimatedIcon$Big
- com.intellij.ui.AnimatedIcon
- sf:DELAY:I
- sf:ICONS:javax.swing.Icon[]
- sf:INSTANCE:com.intellij.ui.AnimatedIcon
- <init>():V
c:com.intellij.ui.AnimatedIcon$Default
- com.intellij.ui.AnimatedIcon
- sf:DELAY:I
- sf:ICONS:java.util.List
- sf:INSTANCE:com.intellij.ui.AnimatedIcon
- <init>():V
com.intellij.ui.AnimatedIcon$Frame
- a:getDelay():I
- a:getIcon():javax.swing.Icon
f:com.intellij.ui.AnimatedIcon$Recording
- com.intellij.ui.AnimatedIcon
- sf:DELAY:I
- sf:ICONS:java.util.List
- <init>():V
com.intellij.ui.BalloonLayout
- a:add(com.intellij.openapi.ui.popup.Balloon):V
- a:add(com.intellij.openapi.ui.popup.Balloon,java.lang.Object):V
a:com.intellij.ui.ComponentTreeWatcher
- pf:myControlsToIgnore:java.lang.Class[]
- p:<init>(java.lang.Class[]):V
- p:processChildren(java.awt.Container):Z
- pa:processComponent(java.awt.Component):V
- f:register(java.awt.Component):V
- p:shouldBeIgnored(java.lang.Object):Z
- pa:unprocessComponent(java.awt.Component):V
com.intellij.ui.EditorTextComponent
- a:addDocumentListener(com.intellij.openapi.editor.event.DocumentListener):V
- a:getComponent():javax.swing.JComponent
- a:getDocument():com.intellij.openapi.editor.Document
- a:getText():java.lang.String
- a:removeDocumentListener(com.intellij.openapi.editor.event.DocumentListener):V
com.intellij.ui.UserActivityListener
- java.util.EventListener
- a:stateChanged():V
c:com.intellij.ui.UserActivityWatcher
- com.intellij.ui.ComponentTreeWatcher
- <init>():V
- <init>(java.lang.Class[]):V
- addUserActivityListener(com.intellij.ui.UserActivityListener):V
- addUserActivityListener(com.intellij.ui.UserActivityListener,com.intellij.openapi.Disposable):V
- commit():V
- pf:fireUIChanged():V
- isModified():Z
- p:processChildren(java.awt.Container):Z
- p:processComponent(java.awt.Component):V
- removeUserActivityListener(com.intellij.ui.UserActivityListener):V
- p:shouldBeIgnored(java.lang.Object):Z
- p:trackListSelection():Z
- p:unprocessComponent(java.awt.Component):V
c:com.intellij.ui.UserActivityWatcher$UserActivityProvider
- com.intellij.ui.UserActivityProviderComponent
- javax.swing.event.ChangeListener
- <init>():V
- addChangeListener(javax.swing.event.ChangeListener):V
- s:create(javax.swing.JComponent):com.intellij.ui.UserActivityWatcher$UserActivityProvider
- removeChangeListener(javax.swing.event.ChangeListener):V
- stateChanged(java.lang.Object):V
- stateChanged(javax.swing.event.ChangeEvent):V
c:com.intellij.ui.content.AlertIcon
- com.intellij.ui.RetrievableIcon
- javax.swing.Icon
- <init>(javax.swing.Icon):V
- <init>(javax.swing.Icon,I,I):V
- getHShift():I
- getIcon():javax.swing.Icon
- getIconHeight():I
- getIconWidth():I
- getVShift():I
- paintIcon(java.awt.Component,java.awt.Graphics,I,I):V
- replaceBy(com.intellij.ui.icons.IconReplacer):com.intellij.ui.content.AlertIcon
- retrieveIcon():javax.swing.Icon
com.intellij.ui.content.Content
- com.intellij.openapi.ui.ComponentContainer
- com.intellij.openapi.util.UserDataHolder
- sf:CLOSE_LISTENER_KEY:com.intellij.openapi.util.Key
- sf:IS_CLOSABLE:java.lang.String
- sf:PROP_ACTIONS:java.lang.String
- sf:PROP_ALERT:java.lang.String
- sf:PROP_COMPONENT:java.lang.String
- sf:PROP_DESCRIPTION:java.lang.String
- sf:PROP_DISPLAY_NAME:java.lang.String
- sf:PROP_ICON:java.lang.String
- sf:PROP_PINNED:java.lang.String
- sf:PROP_TAB_COLOR:java.lang.String
- sf:PROP_TAB_LAYOUT:java.lang.String
- sf:REPLACEMENT_COMPONENT:com.intellij.openapi.util.Key
- sf:SIMPLIFIED_TAB_RENDERING_KEY:com.intellij.openapi.util.Key
- sf:TABBED_CONTENT_KEY:com.intellij.openapi.util.Key
- sf:TAB_DESCRIPTOR_KEY:com.intellij.openapi.util.Key
- sf:TAB_DND_TARGET_KEY:com.intellij.openapi.util.Key
- sf:TAB_GROUP_ID_KEY:com.intellij.openapi.util.Key
- sf:TAB_LABEL_ORIENTATION_KEY:com.intellij.openapi.util.Key
- sf:TEMPORARY_REMOVED_KEY:com.intellij.openapi.util.Key
- a:addPropertyChangeListener(java.beans.PropertyChangeListener):V
- a:fireAlert():V
- a:getActions():com.intellij.openapi.actionSystem.ActionGroup
- a:getActionsContextComponent():javax.swing.JComponent
- a:getAlertIcon():com.intellij.ui.content.AlertIcon
- a:getBusyObject():com.intellij.openapi.util.BusyObject
- a:getDescription():java.lang.String
- a:getDisplayName():java.lang.String
- a:getDisposer():com.intellij.openapi.Disposable
- a:getExecutionId():J
- getHelpId():java.lang.String
- a:getIcon():javax.swing.Icon
- a:getManager():com.intellij.ui.content.ContentManager
- a:getPlace():java.lang.String
- a:getPopupIcon():javax.swing.Icon
- a:getSearchComponent():javax.swing.JComponent
- a:getSeparator():java.lang.String
- getTabColor():java.awt.Color
- a:getTabName():java.lang.String
- a:getToolwindowTitle():java.lang.String
- a:isCloseable():Z
- a:isPinnable():Z
- a:isPinned():Z
- a:isSelected():Z
- a:isValid():Z
- a:release():V
- a:removePropertyChangeListener(java.beans.PropertyChangeListener):V
- a:setActions(com.intellij.openapi.actionSystem.ActionGroup,java.lang.String,javax.swing.JComponent):V
- a:setAlertIcon(com.intellij.ui.content.AlertIcon):V
- a:setBusyObject(com.intellij.openapi.util.BusyObject):V
- a:setCloseable(Z):V
- a:setComponent(javax.swing.JComponent):V
- a:setDescription(java.lang.String):V
- a:setDisplayName(java.lang.String):V
- a:setDisposer(com.intellij.openapi.Disposable):V
- a:setExecutionId(J):V
- setHelpId(java.lang.String):V
- a:setIcon(javax.swing.Icon):V
- a:setPinnable(Z):V
- a:setPinned(Z):V
- a:setPopupIcon(javax.swing.Icon):V
- a:setPreferredFocusableComponent(javax.swing.JComponent):V
- a:setPreferredFocusedComponent(com.intellij.openapi.util.Computable):V
- a:setSearchComponent(javax.swing.JComponent):V
- a:setSeparator(java.lang.String):V
- a:setShouldDisposeContent(Z):V
- setTabColor(java.awt.Color):V
- a:setTabName(java.lang.String):V
- a:setToolwindowTitle(java.lang.String):V
com.intellij.ui.content.ContentFactory
- a:createContent(javax.swing.JComponent,java.lang.String,Z):com.intellij.ui.content.Content
- a:createContentManager(com.intellij.ui.content.ContentUI,Z,com.intellij.openapi.project.Project):com.intellij.ui.content.ContentManager
- a:createContentManager(Z,com.intellij.openapi.project.Project):com.intellij.ui.content.ContentManager
- s:getInstance():com.intellij.ui.content.ContentFactory
f:com.intellij.ui.content.ContentFactory$SERVICE
- s:getInstance():com.intellij.ui.content.ContentFactory
com.intellij.ui.content.ContentManager
- com.intellij.openapi.Disposable
- com.intellij.openapi.util.BusyObject
- a:addContent(com.intellij.ui.content.Content):V
- a:addContent(com.intellij.ui.content.Content,I):V
- a:addContentManagerListener(com.intellij.ui.content.ContentManagerListener):V
- a:addDataProvider(com.intellij.openapi.actionSystem.DataProvider):V
- a:addSelectedContent(com.intellij.ui.content.Content):V
- a:canCloseAllContents():Z
- a:canCloseContents():Z
- a:findContent(java.lang.String):com.intellij.ui.content.Content
- a:getAdditionalPopupActions(com.intellij.ui.content.Content):java.util.List
- a:getCloseActionName():java.lang.String
- a:getCloseAllButThisActionName():java.lang.String
- a:getComponent():javax.swing.JComponent
- a:getContent(I):com.intellij.ui.content.Content
- a:getContent(javax.swing.JComponent):com.intellij.ui.content.Content
- a:getContentCount():I
- a:getContents():com.intellij.ui.content.Content[]
- getContentsRecursively():java.util.List
- a:getFactory():com.intellij.ui.content.ContentFactory
- a:getIndexOfContent(com.intellij.ui.content.Content):I
- a:getNextContentActionName():java.lang.String
- a:getPreviousContentActionName():java.lang.String
- a:getSelectedContent():com.intellij.ui.content.Content
- a:getSelectedContents():com.intellij.ui.content.Content[]
- a:isDisposed():Z
- isEmpty():Z
- a:isSelected(com.intellij.ui.content.Content):Z
- a:isSingleSelection():Z
- a:removeAllContents(Z):V
- a:removeContent(com.intellij.ui.content.Content,Z):Z
- a:removeContent(com.intellij.ui.content.Content,Z,Z,Z):com.intellij.openapi.util.ActionCallback
- a:removeContentManagerListener(com.intellij.ui.content.ContentManagerListener):V
- a:removeFromSelection(com.intellij.ui.content.Content):V
- a:requestFocus(com.intellij.ui.content.Content,Z):com.intellij.openapi.util.ActionCallback
- a:selectNextContent():com.intellij.openapi.util.ActionCallback
- a:selectPreviousContent():com.intellij.openapi.util.ActionCallback
- a:setSelectedContent(com.intellij.ui.content.Content):V
- a:setSelectedContent(com.intellij.ui.content.Content,Z):V
- a:setSelectedContent(com.intellij.ui.content.Content,Z,Z):V
- a:setSelectedContent(com.intellij.ui.content.Content,Z,Z,Z):com.intellij.openapi.util.ActionCallback
- a:setSelectedContentCB(com.intellij.ui.content.Content,Z):com.intellij.openapi.util.ActionCallback
- a:setSelectedContentCB(com.intellij.ui.content.Content,Z,Z):com.intellij.openapi.util.ActionCallback
c:com.intellij.ui.content.ContentManagerEvent
- java.util.EventObject
- <init>(java.lang.Object,com.intellij.ui.content.Content,I):V
- <init>(java.lang.Object,com.intellij.ui.content.Content,I,com.intellij.ui.content.ContentManagerEvent$ContentOperation):V
- consume():V
- getContent():com.intellij.ui.content.Content
- getIndex():I
- getOperation():com.intellij.ui.content.ContentManagerEvent$ContentOperation
- isConsumed():Z
e:com.intellij.ui.content.ContentManagerEvent$ContentOperation
- java.lang.Enum
- sf:add:com.intellij.ui.content.ContentManagerEvent$ContentOperation
- sf:remove:com.intellij.ui.content.ContentManagerEvent$ContentOperation
- sf:undefined:com.intellij.ui.content.ContentManagerEvent$ContentOperation
- s:valueOf(java.lang.String):com.intellij.ui.content.ContentManagerEvent$ContentOperation
- s:values():com.intellij.ui.content.ContentManagerEvent$ContentOperation[]
com.intellij.ui.content.ContentManagerListener
- java.util.EventListener
- contentAdded(com.intellij.ui.content.ContentManagerEvent):V
- contentRemoveQuery(com.intellij.ui.content.ContentManagerEvent):V
- contentRemoved(com.intellij.ui.content.ContentManagerEvent):V
- selectionChanged(com.intellij.ui.content.ContentManagerEvent):V
com.intellij.ui.content.ContentUI
- beforeDispose():V
- a:canBeEmptySelection():Z
- a:canChangeSelectionTo(com.intellij.ui.content.Content,Z):Z
- a:getCloseActionName():java.lang.String
- a:getCloseAllButThisActionName():java.lang.String
- a:getComponent():javax.swing.JComponent
- a:getNextContentActionName():java.lang.String
- a:getPreviousContentActionName():java.lang.String
- a:isSingleSelection():Z
- a:isToSelectAddedContent():Z
- a:setManager(com.intellij.ui.content.ContentManager):V
f:com.intellij.ui.content.TabDescriptor
- com.intellij.openapi.Disposable
- <init>(javax.swing.JComponent,java.lang.String):V
- <init>(javax.swing.JComponent,java.util.function.Supplier):V
- <init>(javax.swing.JComponent,java.util.function.Supplier,com.intellij.openapi.Disposable):V
- dispose():V
- equals(java.lang.Object):Z
- f:getComponent():javax.swing.JComponent
- f:getDisplayName():java.lang.String
- hashCode():I
f:com.intellij.ui.content.TabGroupId
- <init>(java.lang.String,java.lang.String):V
- <init>(java.lang.String,java.util.function.Supplier):V
- <init>(java.lang.String,java.util.function.Supplier,Z):V
- b:<init>(java.lang.String,java.util.function.Supplier,Z,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- equals(java.lang.Object):Z
- f:getDisplayName():java.lang.String
- f:getDisplayName(com.intellij.ui.content.TabDescriptor):java.lang.String
- f:getId():java.lang.String
- f:getSplitByDefault():Z
- hashCode():I
c:com.intellij.ui.mac.MacMessages
- <init>():V
- s:getInstance():com.intellij.ui.mac.MacMessages
- showErrorDialog(java.lang.String,java.lang.String,java.lang.String,java.awt.Window):V
- showMessageDialog(java.lang.String,java.lang.String,java.lang.String[],Z,java.awt.Window,I,I,com.intellij.openapi.ui.DoNotAskOption):I
- showOkMessageDialog(java.lang.String,java.lang.String,java.lang.String,java.awt.Window):V
c:com.intellij.util.Alarm
- com.intellij.openapi.Disposable
- <init>():V
- <init>(com.intellij.openapi.Disposable):V
- <init>(com.intellij.util.Alarm$ThreadToUse):V
- <init>(com.intellij.util.Alarm$ThreadToUse,com.intellij.openapi.Disposable):V
- <init>(javax.swing.JComponent,com.intellij.openapi.Disposable):V
- f:addComponentRequest(java.lang.Runnable,I):V
- f:addComponentRequest(java.lang.Runnable,J):V
- addRequest(java.lang.Runnable,I):V
- f:addRequest(java.lang.Runnable,I,com.intellij.openapi.application.ModalityState):V
- f:addRequest(java.lang.Runnable,I,Z):V
- f:addRequest(java.lang.Runnable,J):V
- f:addRequest(java.lang.Runnable,J,com.intellij.openapi.application.ModalityState):V
- cancelAllRequests():I
- f:cancelRequest(java.lang.Runnable):Z
- dispose():V
- f:drainRequestsInTest():V
- f:getActiveRequestCount():I
- f:isDisposed():Z
- f:isEmpty():Z
- f:waitForAllExecuted(J,java.util.concurrent.TimeUnit):V
e:com.intellij.util.Alarm$ThreadToUse
- java.lang.Enum
- sf:POOLED_THREAD:com.intellij.util.Alarm$ThreadToUse
- sf:SHARED_THREAD:com.intellij.util.Alarm$ThreadToUse
- sf:SWING_THREAD:com.intellij.util.Alarm$ThreadToUse
- s:getEntries():kotlin.enums.EnumEntries
- s:valueOf(java.lang.String):com.intellij.util.Alarm$ThreadToUse
- s:values():com.intellij.util.Alarm$ThreadToUse[]
f:com.intellij.util.AlarmFactory
- <init>():V
- create():com.intellij.util.Alarm
- create(com.intellij.util.Alarm$ThreadToUse):com.intellij.util.Alarm
- create(com.intellij.util.Alarm$ThreadToUse,com.intellij.openapi.Disposable):com.intellij.util.Alarm
- s:getInstance():com.intellij.util.AlarmFactory
f:com.intellij.util.SingleAlarm
- com.intellij.openapi.Disposable
- sf:Companion:com.intellij.util.SingleAlarm$Companion
- <init>(java.lang.Runnable,I):V
- <init>(java.lang.Runnable,I,com.intellij.openapi.Disposable):V
- <init>(java.lang.Runnable,I,com.intellij.openapi.Disposable,com.intellij.util.Alarm$ThreadToUse):V
- <init>(java.lang.Runnable,I,com.intellij.openapi.Disposable,com.intellij.util.Alarm$ThreadToUse,com.intellij.openapi.application.ModalityState):V
- <init>(java.lang.Runnable,I,com.intellij.util.Alarm$ThreadToUse,com.intellij.openapi.Disposable):V
- f:cancel():V
- f:cancelAllRequests():I
- f:cancelAndRequest():V
- f:cancelAndRequest(Z):V
- bs:cancelAndRequest$default(com.intellij.util.SingleAlarm,Z,I,java.lang.Object):V
- dispose():V
- f:isDisposed():Z
- f:isEmpty():Z
- f:request():V
- f:request(Z):V
- f:requestWithCustomDelay(I):V
- sf:singleAlarm(I,kotlinx.coroutines.CoroutineScope,java.lang.Runnable):com.intellij.util.SingleAlarm
- f:waitForAllExecuted(J,java.util.concurrent.TimeUnit):V
f:com.intellij.util.SingleAlarm$Companion
- f:pooledThreadSingleAlarm(I,com.intellij.openapi.Disposable,kotlin.jvm.functions.Function0):com.intellij.util.SingleAlarm
- f:singleAlarm(I,kotlinx.coroutines.CoroutineScope,java.lang.Runnable):com.intellij.util.SingleAlarm
- f:singleAlarm(I,kotlinx.coroutines.CoroutineScope,kotlin.jvm.functions.Function0):com.intellij.util.SingleAlarm
f:com.intellij.util.WaitForProgressToShow
- s:runOrInvokeAndWaitAboveProgress(java.lang.Runnable):V
- s:runOrInvokeAndWaitAboveProgress(java.lang.Runnable,com.intellij.openapi.application.ModalityState):V
- s:runOrInvokeLaterAboveProgress(java.lang.Runnable,com.intellij.openapi.application.ModalityState,com.intellij.openapi.project.Project):V
Fa:com.intellij.util.download.DownloadableFileService
- <init>():V
- a:createDownloader(com.intellij.util.download.DownloadableFileSetDescription):com.intellij.util.download.FileDownloader
- a:createDownloader(java.util.List,java.lang.String):com.intellij.util.download.FileDownloader
- a:createFileDescription(java.lang.String,java.lang.String):com.intellij.util.download.DownloadableFileDescription
- a:createFileSetVersions(java.lang.String,java.net.URL[]):com.intellij.util.download.DownloadableFileSetVersions
- s:getInstance():com.intellij.util.download.DownloadableFileService
com.intellij.util.download.DownloadableFileSetVersions
- a:fetchVersions():java.util.List
- a:fetchVersions(com.intellij.util.download.DownloadableFileSetVersions$FileSetVersionsCallback):V
a:com.intellij.util.download.DownloadableFileSetVersions$FileSetVersionsCallback
- <init>():V
- onError(java.lang.String):V
- a:onSuccess(java.util.List):V
com.intellij.util.download.FileDownloader
- a:download(java.io.File):java.util.List
- a:downloadFilesWithProgress(java.lang.String,com.intellij.openapi.project.Project,javax.swing.JComponent):java.util.List
- a:downloadWithBackgroundProgress(java.lang.String,com.intellij.openapi.project.Project):java.util.concurrent.CompletableFuture
- a:downloadWithProgress(java.lang.String,com.intellij.openapi.project.Project,javax.swing.JComponent):java.util.List
f:com.intellij.util.io.HttpRequests
- sf:CONNECTION_TIMEOUT:I
- sf:CUSTOM_ERROR_CODE:I
- sf:JSON_CONTENT_TYPE:java.lang.String
- sf:READ_TIMEOUT:I
- sf:REDIRECT_LIMIT:I
- s:createErrorMessage(java.io.IOException,com.intellij.util.io.HttpRequests$Request,Z):java.lang.String
- s:delete(java.lang.String):com.intellij.util.io.RequestBuilder
- s:delete(java.lang.String,java.lang.String):com.intellij.util.io.RequestBuilder
- s:head(java.lang.String):com.intellij.util.io.RequestBuilder
- s:patch(java.lang.String,java.lang.String):com.intellij.util.io.RequestBuilder
- s:post(java.lang.String,java.lang.String):com.intellij.util.io.RequestBuilder
- s:put(java.lang.String,java.lang.String):com.intellij.util.io.RequestBuilder
- s:request(com.intellij.util.Url):com.intellij.util.io.RequestBuilder
- s:request(java.lang.String):com.intellij.util.io.RequestBuilder
- s:requestWithRange(java.lang.String,java.lang.String):com.intellij.util.io.RequestBuilder
com.intellij.util.io.HttpRequests$ConnectionTuner
- a:tune(java.net.URLConnection):V
c:com.intellij.util.io.HttpRequests$HttpStatusException
- java.io.IOException
- <init>(java.lang.String,I,java.lang.String):V
- getStatusCode():I
- getUrl():java.lang.String
com.intellij.util.io.HttpRequests$Request
- a:getConnection():java.net.URLConnection
- a:getInputStream():java.io.InputStream
- a:getReader():java.io.BufferedReader
- a:getReader(com.intellij.openapi.progress.ProgressIndicator):java.io.BufferedReader
- a:getURL():java.lang.String
- a:readBytes(com.intellij.openapi.progress.ProgressIndicator):B[]
- a:readChars(com.intellij.openapi.progress.ProgressIndicator):java.lang.CharSequence
- a:readError():java.lang.String
- readString():java.lang.String
- a:readString(com.intellij.openapi.progress.ProgressIndicator):java.lang.String
- saveToFile(java.io.File,com.intellij.openapi.progress.ProgressIndicator):java.io.File
- a:saveToFile(java.nio.file.Path,com.intellij.openapi.progress.ProgressIndicator):java.nio.file.Path
- a:saveToFile(java.nio.file.Path,com.intellij.openapi.progress.ProgressIndicator,Z):java.nio.file.Path
- write(java.lang.String):V
- write(B[]):V
com.intellij.util.io.HttpRequests$RequestProcessor
- a:process(com.intellij.util.io.HttpRequests$Request):java.lang.Object
f:com.intellij.util.io.ReadOnlyAttributeUtil
- <init>():V
- s:setReadOnlyAttribute(com.intellij.openapi.vfs.VirtualFile,Z):V
- s:setReadOnlyAttribute(java.lang.String,Z):V
a:com.intellij.util.io.RequestBuilder
- <init>():V
- a:accept(java.lang.String):com.intellij.util.io.RequestBuilder
- a:connect(com.intellij.util.io.HttpRequests$RequestProcessor):java.lang.Object
- connect(com.intellij.util.io.HttpRequests$RequestProcessor,java.lang.Object,com.intellij.openapi.diagnostic.Logger):java.lang.Object
- a:connectTimeout(I):com.intellij.util.io.RequestBuilder
- a:forceHttps(Z):com.intellij.util.io.RequestBuilder
- a:gzip(Z):com.intellij.util.io.RequestBuilder
- a:hostNameVerifier(javax.net.ssl.HostnameVerifier):com.intellij.util.io.RequestBuilder
- a:isReadResponseOnError(Z):com.intellij.util.io.RequestBuilder
- a:productNameAsUserAgent():com.intellij.util.io.RequestBuilder
- readBytes(com.intellij.openapi.progress.ProgressIndicator):B[]
- readChars():java.lang.CharSequence
- readChars(com.intellij.openapi.progress.ProgressIndicator):java.lang.CharSequence
- readString():java.lang.String
- readString(com.intellij.openapi.progress.ProgressIndicator):java.lang.String
- a:readTimeout(I):com.intellij.util.io.RequestBuilder
- a:redirectLimit(I):com.intellij.util.io.RequestBuilder
- saveToFile(java.io.File,com.intellij.openapi.progress.ProgressIndicator):V
- saveToFile(java.nio.file.Path,com.intellij.openapi.progress.ProgressIndicator):V
- saveToFile(java.nio.file.Path,com.intellij.openapi.progress.ProgressIndicator,Z):V
- a:throwStatusCodeException(Z):com.intellij.util.io.RequestBuilder
- tryConnect():I
- a:tuner(com.intellij.util.io.HttpRequests$ConnectionTuner):com.intellij.util.io.RequestBuilder
- a:useProxy(Z):com.intellij.util.io.RequestBuilder
- a:userAgent(java.lang.String):com.intellij.util.io.RequestBuilder
- write(java.lang.String):V
- write(B[]):V
f:com.intellij.util.proxy.CommonProxy
- java.net.ProxySelector
- sf:NO_PROXY_LIST:java.util.List
- connectFailed(java.net.URI,java.net.SocketAddress,java.io.IOException):V
- ensureAuthenticator():V
- getAuthenticator():java.net.Authenticator
- s:getHostNameReliably(java.lang.String,java.net.InetAddress,java.net.URL):java.lang.String
- s:getInstance():com.intellij.util.proxy.CommonProxy
- s:isInstalledAssertion():V
- noAuthentication(java.lang.String,java.lang.String,I):V
- removeCustom(java.lang.String):V
- removeCustomAuth(java.lang.String):V
- removeNoProxy(java.lang.String,java.lang.String,I):V
- select(java.net.URI):java.util.List
- select(java.net.URL):java.util.List
- setCustomAuth(java.lang.String,com.intellij.util.proxy.NonStaticAuthenticator):V
f:com.intellij.util.proxy.CommonProxy$HostInfo
- f:myHost:java.lang.String
- f:myPort:I
- f:myProtocol:java.lang.String
- <init>(java.lang.String,java.lang.String,I):V
- equals(java.lang.Object):Z
- getHost():java.lang.String
- getPort():I
- getProtocol():java.lang.String
- hashCode():I
com.intellij.util.proxy.JavaProxyProperty
- sf:HTTPS_HOST:java.lang.String
- sf:HTTPS_PORT:java.lang.String
- sf:HTTPS_PROXY_PASSWORD:java.lang.String
- sf:HTTPS_PROXY_USER:java.lang.String
- sf:HTTP_HOST:java.lang.String
- sf:HTTP_NON_PROXY_HOSTS:java.lang.String
- sf:HTTP_PASSWORD:java.lang.String
- sf:HTTP_PORT:java.lang.String
- sf:HTTP_PROXY_PASSWORD:java.lang.String
- sf:HTTP_PROXY_USER:java.lang.String
- sf:HTTP_USERNAME:java.lang.String
- sf:PROXY_SET:java.lang.String
- sf:SOCKS_HOST:java.lang.String
- sf:SOCKS_PASSWORD:java.lang.String
- sf:SOCKS_PORT:java.lang.String
- sf:SOCKS_USERNAME:java.lang.String
- sf:SOCKS_VERSION:java.lang.String
- sf:USE_SYSTEM_PROXY:java.lang.String
a:com.intellij.util.proxy.NonStaticAuthenticator
- <init>():V
- a:getPasswordAuthentication():java.net.PasswordAuthentication
- p:getRequestingHost():java.lang.String
- p:getRequestingPort():I
- p:getRequestingPrompt():java.lang.String
- p:getRequestingProtocol():java.lang.String
- p:getRequestingScheme():java.lang.String
- p:getRequestingSite():java.net.InetAddress
- p:getRequestingURL():java.net.URL
- p:getRequestorType():java.net.Authenticator$RequestorType
- p:setRequestingHost(java.lang.String):V
- p:setRequestingPort(I):V
- p:setRequestingPrompt(java.lang.String):V
- p:setRequestingProtocol(java.lang.String):V
- p:setRequestingScheme(java.lang.String):V
- p:setRequestingSite(java.net.InetAddress):V
- p:setRequestingURL(java.net.URL):V
- p:setRequestorType(java.net.Authenticator$RequestorType):V
f:com.intellij.util.proxy.PropertiesEncryptionSupport
- <init>():V
- <init>(java.security.Key):V
- decrypt(B[]):B[]
- encrypt(B[]):B[]
- s:generateKey():java.security.Key
- load(java.nio.file.Path):java.util.Properties
- store(java.util.Properties,java.lang.String,java.nio.file.Path):V
com.intellij.util.proxy.ProtocolDefaultPorts
- sf:HTTP:I
- sf:SSL:I
f:com.intellij.util.ui.ShowingScopeKt
com.intellij.util.ui.update.Activatable
- hideNotify():V
- showNotify():V
c:com.intellij.util.ui.update.Activatable$Adapter
- com.intellij.util.ui.update.Activatable
- <init>():V
f:com.intellij.util.ui.update.MergingQueueUtil
- sf:queueTracked(com.intellij.util.ui.update.MergingUpdateQueue,com.intellij.util.ui.update.Update):V
c:com.intellij.util.ui.update.MergingUpdateQueue
- com.intellij.openapi.Disposable
- com.intellij.util.ui.update.Activatable
- sf:ANY_COMPONENT:javax.swing.JComponent
- sf:Companion:com.intellij.util.ui.update.MergingUpdateQueue$Companion
- <init>(java.lang.String,I,Z,javax.swing.JComponent):V
- <init>(java.lang.String,I,Z,javax.swing.JComponent,com.intellij.openapi.Disposable):V
- <init>(java.lang.String,I,Z,javax.swing.JComponent,com.intellij.openapi.Disposable,javax.swing.JComponent):V
- <init>(java.lang.String,I,Z,javax.swing.JComponent,com.intellij.openapi.Disposable,javax.swing.JComponent,com.intellij.util.Alarm$ThreadToUse):V
- <init>(java.lang.String,I,Z,javax.swing.JComponent,com.intellij.openapi.Disposable,javax.swing.JComponent,com.intellij.util.Alarm$ThreadToUse,kotlinx.coroutines.CoroutineScope):V
- b:<init>(java.lang.String,I,Z,javax.swing.JComponent,com.intellij.openapi.Disposable,javax.swing.JComponent,com.intellij.util.Alarm$ThreadToUse,kotlinx.coroutines.CoroutineScope,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- <init>(java.lang.String,I,Z,javax.swing.JComponent,com.intellij.openapi.Disposable,javax.swing.JComponent,Z):V
- b:<init>(java.lang.String,I,Z,javax.swing.JComponent,com.intellij.openapi.Disposable,javax.swing.JComponent,Z,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- f:activate():V
- f:cancelAllUpdates():V
- f:deactivate():V
- dispose():V
- f:flush():V
- f:getModalityState():com.intellij.openapi.application.ModalityState
- hideNotify():V
- f:isActive():Z
- f:isEmpty():Z
- f:isFlushing():Z
- f:isPassThrough():Z
- f:isSuspended():Z
- queue(com.intellij.util.ui.update.Update):V
- f:restartTimer():V
- resume():V
- f:run(com.intellij.util.ui.update.Update):V
- f:sendFlush():V
- f:setMergingTimeSpan(I):V
- f:setModalityStateComponent(javax.swing.JComponent):V
- f:setPassThrough(Z):V
- f:setRestartTimerOnAdd(Z):com.intellij.util.ui.update.MergingUpdateQueue
- f:showNotify():V
- suspend():V
- f:waitForAllExecuted(J,java.util.concurrent.TimeUnit):V
f:com.intellij.util.ui.update.MergingUpdateQueue$Companion
c:com.intellij.util.ui.update.UiNotifyConnector
- com.intellij.openapi.Disposable
- java.awt.event.HierarchyListener
- sf:Companion:com.intellij.util.ui.update.UiNotifyConnector$Companion
- <init>(java.awt.Component,com.intellij.util.ui.update.Activatable):V
- <init>(java.awt.Component,com.intellij.util.ui.update.Activatable,Z):V
- p:<init>(java.awt.Component,com.intellij.util.ui.update.Activatable,Z,java.lang.Object):V
- dispose():V
- sf:doWhenFirstShown(java.awt.Component,java.lang.Runnable):V
- sf:doWhenFirstShown(java.awt.Component,java.lang.Runnable,com.intellij.openapi.Disposable):V
- sf:doWhenFirstShown(javax.swing.JComponent,java.lang.Runnable):V
- p:hideNotify():V
- p:hideOnDispose():V
- hierarchyChanged(java.awt.event.HierarchyEvent):V
- sf:installOn(java.awt.Component,com.intellij.util.ui.update.Activatable):com.intellij.util.ui.update.UiNotifyConnector
- sf:installOn(java.awt.Component,com.intellij.util.ui.update.Activatable,Z):com.intellij.util.ui.update.UiNotifyConnector
- pf:setupListeners(java.awt.Component):V
- p:showNotify():V
f:com.intellij.util.ui.update.UiNotifyConnector$Companion
- f:doWhenFirstShown(java.awt.Component,java.lang.Runnable):V
- f:doWhenFirstShown(java.awt.Component,java.lang.Runnable,com.intellij.openapi.Disposable):V
- f:doWhenFirstShown(java.awt.Component,Z,kotlin.jvm.functions.Function0):V
- f:doWhenFirstShown(javax.swing.JComponent,java.lang.Runnable):V
- bs:doWhenFirstShown$default(com.intellij.util.ui.update.UiNotifyConnector$Companion,java.awt.Component,java.lang.Runnable,com.intellij.openapi.Disposable,I,java.lang.Object):V
- bs:doWhenFirstShown$default(com.intellij.util.ui.update.UiNotifyConnector$Companion,java.awt.Component,Z,kotlin.jvm.functions.Function0,I,java.lang.Object):V
- f:installOn(java.awt.Component,com.intellij.util.ui.update.Activatable):com.intellij.util.ui.update.UiNotifyConnector
- f:installOn(java.awt.Component,com.intellij.util.ui.update.Activatable,Z):com.intellij.util.ui.update.UiNotifyConnector
f:com.intellij.util.ui.update.UiNotifyConnector$Once
- com.intellij.util.ui.update.UiNotifyConnector
- sf:Companion:com.intellij.util.ui.update.UiNotifyConnector$Once$Companion
- <init>(java.awt.Component,com.intellij.util.ui.update.Activatable):V
- sf:installOn(java.awt.Component,com.intellij.util.ui.update.Activatable):com.intellij.util.ui.update.UiNotifyConnector$Once
f:com.intellij.util.ui.update.UiNotifyConnector$Once$Companion
- f:installOn(java.awt.Component,com.intellij.util.ui.update.Activatable):com.intellij.util.ui.update.UiNotifyConnector$Once
a:com.intellij.util.ui.update.Update
- com.intellij.util.ui.update.ComparableObject$Impl
- java.lang.Runnable
- sf:Companion:com.intellij.util.ui.update.Update$Companion
- sf:HIGH_PRIORITY:I
- sf:LOW_PRIORITY:I
- <init>(java.lang.Object):V
- <init>(java.lang.Object,I):V
- <init>(java.lang.Object,Z):V
- <init>(java.lang.Object,Z,I):V
- b:<init>(java.lang.Object,Z,I,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- canEat(com.intellij.util.ui.update.Update):Z
- sf:create(java.lang.Object,java.lang.Runnable):com.intellij.util.ui.update.Update
- f:getPriority():I
- isDisposed():Z
- isExpired():Z
- isRejected():Z
- setProcessed():V
- setRejected():V
- wasProcessed():Z
f:com.intellij.util.ui.update.Update$Companion
- f:create(java.lang.Object,java.lang.Runnable):com.intellij.util.ui.update.Update