Spec-Zone .ru
спецификации, руководства, описания, API
|
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.
|
java.lang.String |
get(int start,
int end)
Retrieves a subset of the content.
|
void |
insert(int index,
java.lang.String text,
boolean notifyListeners)
Inserts a sequence of characters into the content.
|
int |
length()
Returns the number of characters represented by the content.
|
get
addListener, getValue, removeListener
addListener, removeListener
java.lang.String get(int start, int end)
start
- end
- void insert(int index, java.lang.String text, boolean notifyListeners)
index
- text
- void delete(int start, int end, boolean notifyListeners)
start
- end
- int length()
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to