Java Doc for ConsoleOperations.java in » Development » jLine » jline » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Development
»
jLine
»
jline
Source Cross Reference
Class Diagram
Java Document (Java Doc)
jline
.ConsoleOperations
All known Subclasses:
jline
.ConsoleReader
,
jline
.Terminal
,
ConsoleOperations
public
interface ConsoleOperations
(Code)
Symbolic constants for Console operations and virtual key bindings.
See Also:
KeyEvent
author:
Marc Prud'hommeaux
Field Summary
final short
ADD
final char
BACKSPACE
final short
CHANGE_CASE
Operation that toggles between uppercase and lowercase.
final short
CHANGE_META
final static short
CLEAR_LINE
Operation that clears whatever text is on the current line.
final short
CLEAR_SCREEN
Operation that clears the screen.
final short
COMPLETE
Operation that performs completion operation on the current word.
final
String
CR
final char
CTRL_A
final char
CTRL_B
final char
CTRL_C
final char
CTRL_D
final char
CTRL_E
final char
CTRL_F
final static char
CTRL_K
final static char
CTRL_L
final char
CTRL_N
final static char
CTRL_OB
final char
CTRL_P
final static char
CTRL_QM
final static char
DELETE
final short
DELETE_META
final short
DELETE_NEXT_CHAR
Operation that deletes the previous character.
final short
DELETE_PREV_CHAR
final short
DELETE_PREV_WORD
Operation that deletes the previous word in the buffer.
final static short
END_OF_HISTORY
Operation that moves the current History to the end.
final short
END_WORD
final short
EXIT
Operation that exits the command prompt.
final short
INSERT
final char
KEYBOARD_BELL
final short
KILL_LINE
Operation that deletes the buffer from the current character to the end.
final short
KILL_LINE_PREV
Operation that deletes the buffer from the cursor to the beginning.
final short
MOVE_TO_BEG
Operation that moves to the beginning of the buffer.
final short
MOVE_TO_END
Operation that moves to the end of the buffer.
final short
NEWLINE
Operation that issues a newline.
final short
NEXT_CHAR
Operation that moves to the next character in the buffer.
final short
NEXT_HISTORY
Operation that sets the buffer to the next history item.
final short
NEXT_SPACE_WORD
final short
NEXT_WORD
Operation that moved to the next word.
final short
PASTE
final short
PASTE_NEXT
final short
PASTE_PREV
final short
PREV_CHAR
Operation that moved to the previous character in the buffer.
final short
PREV_HISTORY
Operation that sets the buffer to the previous history item.
final short
PREV_SPACE_WORD
Operation that moved to the previous whitespace.
final short
PREV_WORD
final short
REDISPLAY
Operation that redisplays the current buffer.
final short
REPEAT_NEXT_CHAR
Operation that repeats the character.
final short
REPEAT_PREV_CHAR
Operation that moves to the previous character in the buffer.
final short
REPEAT_SEARCH_NEXT
final short
REPEAT_SEARCH_PREV
final short
REPLACE_CHAR
final short
REPLACE_MODE
final char
RESET_LINE
final short
SEARCH_NEXT
Operation that searches forward in the command history.
final short
SEARCH_PREV
Operation that searches backwards in the command history.
final static short
START_OF_HISTORY
Operation that moves the current History to the beginning.
final short
SUBSTITUTE_CHAR
final short
SUBSTITUTE_LINE
final short
TO_END_WORD
Operation that moved to the end of the current word.
final short
TO_NEXT_CHAR
final short
TO_PREV_CHAR
final short
UNDO
Operation that undoes the previous operation.
final short
UNKNOWN
Unknown operation.
Field Detail
ADD
final short ADD
(Code)
Operation that
BACKSPACE
final char BACKSPACE
(Code)
CHANGE_CASE
final short CHANGE_CASE
(Code)
Operation that toggles between uppercase and lowercase.
CHANGE_META
final short CHANGE_META
(Code)
Operation that
CLEAR_LINE
final static short CLEAR_LINE
(Code)
Operation that clears whatever text is on the current line.
CLEAR_SCREEN
final short CLEAR_SCREEN
(Code)
Operation that clears the screen.
COMPLETE
final short COMPLETE
(Code)
Operation that performs completion operation on the current word.
CR
final
String
CR
(Code)
CTRL_A
final char CTRL_A
(Code)
CTRL_B
final char CTRL_B
(Code)
CTRL_C
final char CTRL_C
(Code)
CTRL_D
final char CTRL_D
(Code)
CTRL_E
final char CTRL_E
(Code)
CTRL_F
final char CTRL_F
(Code)
CTRL_K
final static char CTRL_K
(Code)
CTRL_L
final static char CTRL_L
(Code)
CTRL_N
final char CTRL_N
(Code)
CTRL_OB
final static char CTRL_OB
(Code)
CTRL_P
final char CTRL_P
(Code)
CTRL_QM
final static char CTRL_QM
(Code)
DELETE
final static char DELETE
(Code)
DELETE_META
final short DELETE_META
(Code)
Operation that
DELETE_NEXT_CHAR
final short DELETE_NEXT_CHAR
(Code)
Operation that deletes the previous character.
DELETE_PREV_CHAR
final short DELETE_PREV_CHAR
(Code)
Operation that
DELETE_PREV_WORD
final short DELETE_PREV_WORD
(Code)
Operation that deletes the previous word in the buffer.
END_OF_HISTORY
final static short END_OF_HISTORY
(Code)
Operation that moves the current History to the end.
END_WORD
final short END_WORD
(Code)
Operation that
EXIT
final short EXIT
(Code)
Operation that exits the command prompt.
INSERT
final short INSERT
(Code)
Operation that toggles insert/overtype
KEYBOARD_BELL
final char KEYBOARD_BELL
(Code)
KILL_LINE
final short KILL_LINE
(Code)
Operation that deletes the buffer from the current character to the end.
KILL_LINE_PREV
final short KILL_LINE_PREV
(Code)
Operation that deletes the buffer from the cursor to the beginning.
MOVE_TO_BEG
final short MOVE_TO_BEG
(Code)
Operation that moves to the beginning of the buffer.
MOVE_TO_END
final short MOVE_TO_END
(Code)
Operation that moves to the end of the buffer.
NEWLINE
final short NEWLINE
(Code)
Operation that issues a newline.
NEXT_CHAR
final short NEXT_CHAR
(Code)
Operation that moves to the next character in the buffer.
NEXT_HISTORY
final short NEXT_HISTORY
(Code)
Operation that sets the buffer to the next history item.
NEXT_SPACE_WORD
final short NEXT_SPACE_WORD
(Code)
Operation that
NEXT_WORD
final short NEXT_WORD
(Code)
Operation that moved to the next word.
PASTE
final short PASTE
(Code)
Operation that pastes the contents of the clipboard into the line
PASTE_NEXT
final short PASTE_NEXT
(Code)
Operation that
PASTE_PREV
final short PASTE_PREV
(Code)
Operation that
PREV_CHAR
final short PREV_CHAR
(Code)
Operation that moved to the previous character in the buffer.
PREV_HISTORY
final short PREV_HISTORY
(Code)
Operation that sets the buffer to the previous history item.
PREV_SPACE_WORD
final short PREV_SPACE_WORD
(Code)
Operation that moved to the previous whitespace.
PREV_WORD
final short PREV_WORD
(Code)
Operation that
REDISPLAY
final short REDISPLAY
(Code)
Operation that redisplays the current buffer.
REPEAT_NEXT_CHAR
final short REPEAT_NEXT_CHAR
(Code)
Operation that repeats the character.
REPEAT_PREV_CHAR
final short REPEAT_PREV_CHAR
(Code)
Operation that moves to the previous character in the buffer.
REPEAT_SEARCH_NEXT
final short REPEAT_SEARCH_NEXT
(Code)
Operation that
REPEAT_SEARCH_PREV
final short REPEAT_SEARCH_PREV
(Code)
Operation that
REPLACE_CHAR
final short REPLACE_CHAR
(Code)
Operation that
REPLACE_MODE
final short REPLACE_MODE
(Code)
Operation that
RESET_LINE
final char RESET_LINE
(Code)
SEARCH_NEXT
final short SEARCH_NEXT
(Code)
Operation that searches forward in the command history.
SEARCH_PREV
final short SEARCH_PREV
(Code)
Operation that searches backwards in the command history.
START_OF_HISTORY
final static short START_OF_HISTORY
(Code)
Operation that moves the current History to the beginning.
SUBSTITUTE_CHAR
final short SUBSTITUTE_CHAR
(Code)
Operation that
SUBSTITUTE_LINE
final short SUBSTITUTE_LINE
(Code)
Operation that
TO_END_WORD
final short TO_END_WORD
(Code)
Operation that moved to the end of the current word.
TO_NEXT_CHAR
final short TO_NEXT_CHAR
(Code)
Operation that
TO_PREV_CHAR
final short TO_PREV_CHAR
(Code)
Operation that
UNDO
final short UNDO
(Code)
Operation that undoes the previous operation.
UNKNOWN
final short UNKNOWN
(Code)
Unknown operation.
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.