com.threerings.opengl.gui.text
Interface EditCommands

All Known Implementing Classes:
EditableTextComponent, PasswordField, TextEditor, TextField

public interface EditCommands

Defines the various commands handled by our text editing components.


Field Summary
static int ACTION
          A text editing command.
static int BACKSPACE
          A text editing command.
static int CLEAR
          A text editing command.
static int COPY
          A text editing command.
static int CURSOR_DOWN
          A text editing command.
static int CURSOR_LEFT
          A text editing command.
static int CURSOR_RIGHT
          A text editing command.
static int CURSOR_UP
          A text editing command.
static int CUT
          A text editing command.
static int DELETE
          A text editing command.
static int END_OF_LINE
          A text editing command.
static int PASTE
          A text editing command.
static int REDO
          A text editing command.
static int RELEASE_FOCUS
          A text editing command.
static int START_OF_LINE
          A text editing command.
static int UNDO
          A text editing command.
static int WORD_LEFT
          A text editing command.
static int WORD_RIGHT
          A text editing command.
 

Field Detail

ACTION

static final int ACTION
A text editing command.

See Also:
Constant Field Values

BACKSPACE

static final int BACKSPACE
A text editing command.

See Also:
Constant Field Values

DELETE

static final int DELETE
A text editing command.

See Also:
Constant Field Values

CURSOR_LEFT

static final int CURSOR_LEFT
A text editing command.

See Also:
Constant Field Values

CURSOR_RIGHT

static final int CURSOR_RIGHT
A text editing command.

See Also:
Constant Field Values

CURSOR_UP

static final int CURSOR_UP
A text editing command.

See Also:
Constant Field Values

CURSOR_DOWN

static final int CURSOR_DOWN
A text editing command.

See Also:
Constant Field Values

WORD_LEFT

static final int WORD_LEFT
A text editing command.

See Also:
Constant Field Values

WORD_RIGHT

static final int WORD_RIGHT
A text editing command.

See Also:
Constant Field Values

START_OF_LINE

static final int START_OF_LINE
A text editing command.

See Also:
Constant Field Values

END_OF_LINE

static final int END_OF_LINE
A text editing command.

See Also:
Constant Field Values

RELEASE_FOCUS

static final int RELEASE_FOCUS
A text editing command.

See Also:
Constant Field Values

CLEAR

static final int CLEAR
A text editing command.

See Also:
Constant Field Values

CUT

static final int CUT
A text editing command.

See Also:
Constant Field Values

COPY

static final int COPY
A text editing command.

See Also:
Constant Field Values

PASTE

static final int PASTE
A text editing command.

See Also:
Constant Field Values

UNDO

static final int UNDO
A text editing command.

See Also:
Constant Field Values

REDO

static final int REDO
A text editing command.

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.