|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.layout.BaseXKeys
public final class BaseXKeys
This class offers system-dependent key mappings.
Field Summary | |
---|---|
static int[] |
CONTEXT
Context menu. |
static int[] |
COPY
Copy. |
static int[] |
CUT
Cut. |
static int[] |
DECFONT
Decrease size. |
static int[] |
DELLINEEND
Delete line to end. |
static int[] |
DELLINESTART
Delete line to begin. |
static int[] |
DELNEXT
Delete. |
static int[] |
DELNEXTWORD
Delete word. |
static int[] |
DELPREV
Delete backwards. |
static int[] |
DELPREVWORD
Delete word backwards. |
static int[] |
ENTER
Enter. |
static int[] |
ESCAPE
Escape. |
static int[] |
FIND
Find search term. |
static int[] |
FINDNEXT
Find next hit. |
static int[] |
FINDPREV
Find previous hit. |
static int[] |
GOBACK
Browse back. |
static int[] |
GOFORWARD
Browse forward. |
static int[] |
GOHOME
Browse home. |
static int[] |
GOUP
Browse up. |
static int[] |
INCFONT1
Increment size. |
static int[] |
INCFONT2
Increment size (2nd variant). |
static int[] |
LINEEND
End of line. |
static int[] |
LINESTART
Beginning of line. |
static int[] |
NEXT
Right. |
static int[] |
NEXTLINE
Down. |
static int[] |
NEXTPAGE
Page down. |
static int[] |
NEXTTAB
Next panel. |
static int[] |
NEXTWORD
Word Right. |
static int[] |
NORMFONT
Standard size. |
static int[] |
PASTE
Paste. |
static int[] |
PREV
Left. |
static int[] |
PREVLINE
Up. |
static int[] |
PREVPAGE
Page up. |
static int[] |
PREVTAB
Previous panel. |
static int[] |
PREVWORD
Word Left. |
static int[] |
REDO
Redo. |
static int |
SC
Shortcut key (CTRL/META). |
static int[] |
SCROLLDOWN
Scroll down. |
static int[] |
SCROLLUP
Scroll up. |
static int[] |
SELECTALL
Select all. |
static int[] |
SPACE
Space key. |
static int[] |
TAB
Tab key. |
static int[] |
TEXTEND
End of text. |
static int[] |
TEXTSTART
Beginning of text. |
static int[] |
UNDO
Undo. |
Method Summary | |
---|---|
static boolean |
ignoreTyped(KeyEvent e)
Returns true if a typed key should be ignored. |
static boolean |
modifier(KeyEvent e)
Returns true if the pressed key is a modifier. |
static boolean |
pressed(int[] op,
KeyEvent e)
Returns true if the specified key combination was pressed. |
static boolean |
sc(InputEvent e)
Returns true if the system's shortcut key was pressed. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SC
public static final int[] FIND
public static final int[] FINDNEXT
public static final int[] FINDPREV
public static final int[] SELECTALL
public static final int[] GOBACK
public static final int[] GOFORWARD
public static final int[] GOUP
public static final int[] GOHOME
public static final int[] COPY
public static final int[] CUT
public static final int[] PASTE
public static final int[] UNDO
public static final int[] REDO
public static final int[] NEXTWORD
public static final int[] PREVWORD
public static final int[] NEXT
public static final int[] PREV
public static final int[] PREVLINE
public static final int[] NEXTLINE
public static final int[] SCROLLUP
public static final int[] SCROLLDOWN
public static final int[] LINESTART
public static final int[] LINEEND
public static final int[] TEXTSTART
public static final int[] TEXTEND
public static final int[] PREVPAGE
public static final int[] NEXTPAGE
public static final int[] NEXTTAB
public static final int[] PREVTAB
public static final int[] DELPREVWORD
public static final int[] DELNEXTWORD
public static final int[] DELLINESTART
public static final int[] DELLINEEND
public static final int[] DELPREV
public static final int[] DELNEXT
public static final int[] ENTER
public static final int[] ESCAPE
public static final int[] INCFONT1
public static final int[] INCFONT2
public static final int[] DECFONT
public static final int[] NORMFONT
public static final int[] CONTEXT
public static final int[] SPACE
public static final int[] TAB
Method Detail |
---|
public static boolean pressed(int[] op, KeyEvent e)
op
- operatione
- key event
public static boolean sc(InputEvent e)
e
- input event
public static boolean ignoreTyped(KeyEvent e)
e
- key event
public static boolean modifier(KeyEvent e)
e
- key event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |