protected static interface TextInputControl.Content extends ObservableStringValue
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int start,
int end,
boolean notifyListeners)
Removes a sequence of characters from the content.
|
String |
get(int start,
int end)
Retrieves a subset of the content.
|
void |
insert(int index,
String text,
boolean notifyListeners)
Inserts a sequence of characters into the content.
|
int |
length()
Returns the number of characters represented by the content.
|
getaddListener, getValue, removeListeneraddListener, removeListenerString get(int start, int end)
start - end - void insert(int index,
String text,
boolean notifyListeners)
index - text - void delete(int start,
int end,
boolean notifyListeners)
start - end - int length()
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.