public interface IEditableText extends ILabel
INestable.IChildrenChangedListener
Modifier and Type | Method and Description |
---|---|
void |
appendChar(char c)
Append char.
|
void |
appendString(java.lang.String charSet)
Append string.
|
void |
insertChar(char c)
Insert char.
|
void |
removeChar()
Removes the char.
|
void |
setCursorAt(int index)
Sets the cursor at.
|
void |
setCursorAtEnd()
Sets the cursor at end.
|
void |
setCursorDisplay(boolean onOrOff)
Sets the cursor display.
|
getText, setAlpha, setFont, setText, setTextColour, setUnderlineChars
getHeight, getSize, getWidth, setSize, setSize
addItemListener, behaviourAdded, centerItem, convertWorldVelocityToLocalVelocity, getBehaviours, getBehaviours, getItemListeners, getManipulableSpatial, getMultiTouchDispatcher, getName, getParentItem, getRelativeLocation, getRelativeLocationOfWorldLocation, getRelativeRotation, getRelativeScale, getUUID, getWorldLocation, getWorldLocation, getWorldRotationDegrees, getZOrder, getZOrderManager, isVisible, removeItemListener, setInteractionEnabled, setItemListeners, setParentItem, setRelativeLocation, setRelativeRotation, setRelativeScale, setVisible, setWorldLocation, setZOrder
addItem, deRegisterChildrenChangedListener, getChildItems, getChildrenCount, hasChildren, registerChildrenChangedListener, removeAllItems, removeItem
void appendChar(char c)
c
- the cvoid appendString(java.lang.String charSet)
charSet
- the char setvoid insertChar(char c)
c
- the cvoid removeChar()
void setCursorAt(int index)
index
- the new cursor atvoid setCursorAtEnd()
void setCursorDisplay(boolean onOrOff)
onOrOff
- the new cursor display