|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.maddyhome.idea.vim.command
Class VisualChange

java.lang.Objectcom.maddyhome.idea.vim.command.VisualChange
- public class VisualChange
- extends java.lang.Object
| Field Summary | |
(package private) int |
columns
|
(package private) int |
lines
|
(package private) int |
type
|
| Constructor Summary | |
VisualChange(int lines,
int columns,
int type)
|
|
| Method Summary | |
int |
getColumns()
|
int |
getLines()
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
lines
int lines
columns
int columns
type
int type
| Constructor Detail |
VisualChange
public VisualChange(int lines,
int columns,
int type)
| Method Detail |
getLines
public int getLines()
getColumns
public int getColumns()
getType
public int getType()
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.maddyhome.idea.vim.command.VisualChange