Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I K L M N O P R S T V

A

actionPerformed(ActionEvent) - Method in class com.maddyhome.idea.vim.ui.ExEditorKit.DeletePreviousCharAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class com.maddyhome.idea.vim.ui.ExEditorKit.DeletePreviousWordAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class com.maddyhome.idea.vim.ui.ExEditorKit.DeleteToCursorAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class com.maddyhome.idea.vim.ui.ExEditorKit.InsertRegisterAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class com.maddyhome.idea.vim.ui.ExEditorKit.ToggleInsertReplaceAction
Invoked when an action occurs.
activate(Editor, DataContext, String, String, int) - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
Turns on the ex entry field for the given editor
active - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
atEnd - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 

B

badKey() - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
bindings - Static variable in class com.maddyhome.idea.vim.ui.ExKeyBindings
 

C

ClipboardHandler - class com.maddyhome.idea.vim.ui.ClipboardHandler.
This is a utility class for working with the system clipboard
ClipboardHandler() - Constructor for class com.maddyhome.idea.vim.ui.ClipboardHandler
 
close() - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
com.maddyhome.idea.vim.ui - package com.maddyhome.idea.vim.ui
 
componentResized(ComponentEvent) - Method in class com.maddyhome.idea.vim.ui.MorePanel.MoreResizeListener
Invoked when the component's size changes.
context - Variable in class com.maddyhome.idea.vim.ui.ExTextField
 
count - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
countLines(String) - Static method in class com.maddyhome.idea.vim.ui.MorePanel
 
createDefaultDocument() - Method in class com.maddyhome.idea.vim.ui.ExEditorKit
Creates an uninitialized text storage model that is appropriate for this type of editor.
createDefaultModel() - Method in class com.maddyhome.idea.vim.ui.ExTextField
Creates the default implementation of the model to be used at construction if one isn't explicitly given.
currentPanel - Static variable in class com.maddyhome.idea.vim.ui.MorePanel
 

D

DeletePreviousChar - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
DeletePreviousWord - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
DeleteToCursor - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
deactivate(boolean) - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
Turns off the ex entry field and puts the focus back to the original component

E

ExDocument - class com.maddyhome.idea.vim.ui.ExDocument.
This document provides insert/overwrite mode
ExDocument() - Constructor for class com.maddyhome.idea.vim.ui.ExDocument
 
ExEditorKit - class com.maddyhome.idea.vim.ui.ExEditorKit.
 
ExEditorKit() - Constructor for class com.maddyhome.idea.vim.ui.ExEditorKit
 
ExEditorKit.DeletePreviousCharAction - class com.maddyhome.idea.vim.ui.ExEditorKit.DeletePreviousCharAction.
 
ExEditorKit.DeletePreviousCharAction() - Constructor for class com.maddyhome.idea.vim.ui.ExEditorKit.DeletePreviousCharAction
 
ExEditorKit.DeletePreviousWordAction - class com.maddyhome.idea.vim.ui.ExEditorKit.DeletePreviousWordAction.
 
ExEditorKit.DeletePreviousWordAction() - Constructor for class com.maddyhome.idea.vim.ui.ExEditorKit.DeletePreviousWordAction
 
ExEditorKit.DeleteToCursorAction - class com.maddyhome.idea.vim.ui.ExEditorKit.DeleteToCursorAction.
 
ExEditorKit.DeleteToCursorAction() - Constructor for class com.maddyhome.idea.vim.ui.ExEditorKit.DeleteToCursorAction
 
ExEditorKit.InsertRegisterAction - class com.maddyhome.idea.vim.ui.ExEditorKit.InsertRegisterAction.
 
ExEditorKit.InsertRegisterAction() - Constructor for class com.maddyhome.idea.vim.ui.ExEditorKit.InsertRegisterAction
 
ExEditorKit.ToggleInsertReplaceAction - class com.maddyhome.idea.vim.ui.ExEditorKit.ToggleInsertReplaceAction.
 
ExEditorKit.ToggleInsertReplaceAction() - Constructor for class com.maddyhome.idea.vim.ui.ExEditorKit.ToggleInsertReplaceAction
 
ExEntryPanel - class com.maddyhome.idea.vim.ui.ExEntryPanel.
This is used to enter ex commands such as searches and "colon" commands TODO - support complete set of command line editing keys TODO - redo focus change support to work like MorePanel
ExEntryPanel() - Constructor for class com.maddyhome.idea.vim.ui.ExEntryPanel
 
ExEntryPanel.CommandEntryGlass - class com.maddyhome.idea.vim.ui.ExEntryPanel.CommandEntryGlass.
 
ExEntryPanel.CommandEntryGlass() - Constructor for class com.maddyhome.idea.vim.ui.ExEntryPanel.CommandEntryGlass
 
ExKeyBindings - class com.maddyhome.idea.vim.ui.ExKeyBindings.
 
ExKeyBindings() - Constructor for class com.maddyhome.idea.vim.ui.ExKeyBindings
 
ExTextField - class com.maddyhome.idea.vim.ui.ExTextField.
Provides a custom keymap for the text field.
ExTextField() - Constructor for class com.maddyhome.idea.vim.ui.ExTextField
 
editor - Variable in class com.maddyhome.idea.vim.ui.ExTextField
 
entry - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
exActions - Variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 

F

focusGained(FocusEvent) - Method in class com.maddyhome.idea.vim.ui.MorePanel.ParentFocusListener
 
focusListener - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 

G

getActions() - Method in class com.maddyhome.idea.vim.ui.ExEditorKit
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
getActions() - Method in class com.maddyhome.idea.vim.ui.ExTextField
 
getBindings() - Static method in class com.maddyhome.idea.vim.ui.ExKeyBindings
 
getClipboardText() - Static method in class com.maddyhome.idea.vim.ui.ClipboardHandler
Returns the string currently on the system clipboard.
getContentType() - Method in class com.maddyhome.idea.vim.ui.ExEditorKit
Gets the MIME type of the data that this kit represents support for.
getCount() - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
Gets the count given during activation
getDisplayWidth() - Method in class com.maddyhome.idea.vim.ui.MorePanel
Gets the number of characters that will fit across the 'more' window.
getInstance() - Static method in class com.maddyhome.idea.vim.ui.ExEditorKit
 
getInstance() - Static method in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
getInstance() - Static method in class com.maddyhome.idea.vim.ui.VimToolWindow
 
getLabel() - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
Gets the label for the ex entry.
getText() - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
Gets the text entered by the user.

H

HistoryOld - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
HistoryOldFilter - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
HistoryRecent - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
HistoryRecentFilter - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
handleEnter() - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
handleKey(KeyStroke) - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
Pass the keystroke on to the text edit for handling
handleKey(KeyStroke) - Method in class com.maddyhome.idea.vim.ui.ExTextField
 

I

InsertRegister - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
InsertWORD - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
InsertWord - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
insertString(int, String, AttributeSet) - Method in class com.maddyhome.idea.vim.ui.ExDocument
Inserts some content into the document.
instance - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
instance - Static variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
instance - Static variable in class com.maddyhome.idea.vim.ui.VimToolWindow
 
isActive() - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
Checks if the ex entry panel is currently active
isOverwrite() - Method in class com.maddyhome.idea.vim.ui.ExDocument
Checks if this document is in insert or overwrite mode

K

keyPressed(KeyEvent) - Method in class com.maddyhome.idea.vim.ui.MorePanel.MoreKeyListener
Invoked when a key has been pressed.

L

label - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
label - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 
last - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
lineHeight - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 
logger - Static variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
logger - Static variable in class com.maddyhome.idea.vim.ui.MorePanel
 

M

MorePanel - class com.maddyhome.idea.vim.ui.MorePanel.
This panel displays text in a more like window.
MorePanel(Editor) - Constructor for class com.maddyhome.idea.vim.ui.MorePanel
Creates the panel
MorePanel.MoreEditorChangeListener - class com.maddyhome.idea.vim.ui.MorePanel.MoreEditorChangeListener.
 
MorePanel.MoreEditorChangeListener() - Constructor for class com.maddyhome.idea.vim.ui.MorePanel.MoreEditorChangeListener
 
MorePanel.MoreKeyListener - class com.maddyhome.idea.vim.ui.MorePanel.MoreKeyListener.
 
MorePanel.MoreKeyListener(MorePanel) - Constructor for class com.maddyhome.idea.vim.ui.MorePanel.MoreKeyListener
 
MorePanel.MoreResizeListener - class com.maddyhome.idea.vim.ui.MorePanel.MoreResizeListener.
 
MorePanel.MoreResizeListener(MorePanel) - Constructor for class com.maddyhome.idea.vim.ui.MorePanel.MoreResizeListener
 
MorePanel.ParentFocusListener - class com.maddyhome.idea.vim.ui.MorePanel.ParentFocusListener.
 
MorePanel.ParentFocusListener(MorePanel) - Constructor for class com.maddyhome.idea.vim.ui.MorePanel.ParentFocusListener
 
moreKeyListener - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 

N

newGlass - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 

O

oldGlass - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
overwrite - Variable in class com.maddyhome.idea.vim.ui.ExDocument
 

P

parent - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
parent - Variable in class com.maddyhome.idea.vim.ui.MorePanel.MoreKeyListener
 
parent - Variable in class com.maddyhome.idea.vim.ui.MorePanel.MoreResizeListener
 
parent - Variable in class com.maddyhome.idea.vim.ui.MorePanel.ParentFocusListener
 
parent - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 
positionPanel() - Method in class com.maddyhome.idea.vim.ui.ExEntryPanel
 
positionPanel() - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
processKeyEvent(KeyEvent) - Method in class com.maddyhome.idea.vim.ui.ExTextField
 

R

resizeListener - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 
root - Variable in class com.maddyhome.idea.vim.ui.ExEntryPanel
 

S

scrollHalfPage() - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
scrollLine() - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
scrollOffset(int) - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
scrollPage() - Method in class com.maddyhome.idea.vim.ui.MorePanel
 
scrollPane - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 
selectionChanged(FileEditorManagerEvent) - Method in class com.maddyhome.idea.vim.ui.MorePanel.MoreEditorChangeListener
 
setClipboardText(String) - Static method in class com.maddyhome.idea.vim.ui.ClipboardHandler
Puts the supplied text into the system clipboard
setEditor(Editor, DataContext) - Method in class com.maddyhome.idea.vim.ui.ExTextField
 
setText(String) - Method in class com.maddyhome.idea.vim.ui.MorePanel
Sets the text of the 'more' window
setVisible(boolean) - Method in class com.maddyhome.idea.vim.ui.MorePanel
Makes the component visible or invisible.

T

ToggleInsertReplace - Static variable in class com.maddyhome.idea.vim.ui.ExEditorKit
 
text - Variable in class com.maddyhome.idea.vim.ui.MorePanel
 
toggleInsertReplace() - Method in class com.maddyhome.idea.vim.ui.ExDocument
Toggles the insert/overwrite state

V

VimToolWindow - class com.maddyhome.idea.vim.ui.VimToolWindow.
 
VimToolWindow() - Constructor for class com.maddyhome.idea.vim.ui.VimToolWindow
 

A B C D E F G H I K L M N O P R S T V