public interface InputCommandView extends OutputView
BIG, SMALL
Modifier and Type | Method and Description |
---|---|
void |
backspace() |
Point |
getCaretLocation() |
int |
getCaretPosition()
Returns the caret Position
|
void |
requestFocus()
The input command view requests the focus when is set visible
|
void |
setCaretPosition(int newPosition)
Sets the caret Position
|
append, append, getErrorWriter, getText, getWriter, reset, setCaretPositionToBeginning, setCaretPositionToEnd, setEditable, setStyledDocument, setStyleName, setText
setBackground, setFont, setForeground, setVisible
int getCaretPosition()
void setCaretPosition(int newPosition)
newPosition
- the position to set for the caretPoint getCaretLocation()
void backspace()
void requestFocus()
Copyright © 2007-2012 Artenum. All Rights Reserved.